Skip to content

Commit

Permalink
Add 'CreateWorld' command. Usage: - createworld [world_name] (g:gener…
Browse files Browse the repository at this point in the history
…ator_name)
  • Loading branch information
aufdemrand committed Jul 11, 2013
1 parent 8f1f5fc commit 29758f1
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -94,6 +94,9 @@ public void registerCoreMembers() {
registerCoreMember(CopyBlockCommand.class,
"COPYBLOCK", "copyblock [location:x,y,z,world] [to:x,y,z,world]", 1);

registerCoreMember(CreateWorldCommand.class,
"CREATEWORLD", "createworld [world_name] (g:generator_name)", 1);

registerCoreMember(DefineCommand.class,
"DEFINE", "define [id] [\"value\"]", 2);

Expand Down

0 comments on commit 29758f1

Please sign in to comment.