redid commands, added more rotation support.

This commit is contained in:
StevenRS11
2013-06-12 17:59:34 -04:00
parent 2c09434e4c
commit b388a00e05
12 changed files with 216 additions and 28 deletions

View File

@@ -12,7 +12,7 @@ public class CommandEndDungeonCreation extends CommandBase
{
public String getCommandName()//the name of our command
{
return "end_dungeon_creation";
return "dimdoors-endDungeonCreation";
}