Skip to content

Commit

Permalink
Default spawn command to player or npc location (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergu authored and mcmonkey4eva committed Jul 8, 2018
1 parent 77e5964 commit c83f445
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3755,7 +3755,7 @@ public void registerCoreMembers() {
// - spawn creeper|creeper|creeper|creeper|creeper <npc.location> persistent
// -->
registerCoreMember(SpawnCommand.class,
"SPAWN", "spawn [<entity>|...] [<location>] (target:<entity>) (persistent)", 2);
"SPAWN", "spawn [<entity>|...] (<location>) (target:<entity>) (persistent)", 1);


// <--[command]
Expand Down

0 comments on commit c83f445

Please sign in to comment.