Skip to content

Commit

Permalink
Register Pause Command.
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed Apr 19, 2013
1 parent 6e791db commit 968c2a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Expand Up @@ -168,6 +168,9 @@ public void registerCoreMembers() {

registerCoreMember(PoseCommand.class,
"POSE", "pose (player) [id:name]", 1);

registerCoreMember(PauseCommand.class,
"PAUSE", "pause [waypoints|navigation]", 1);

registerCoreMember(QueueCommand.class,
"QUEUE", "queue (queue:id{residing_queue}) [clear|pause|resume|delay:#]", 1);
Expand Down
Expand Up @@ -8,7 +8,7 @@
import org.bukkit.entity.LivingEntity;
import org.bukkit.inventory.ItemStack;

public class NBTItem {
public class NBTUtil {

public static MapOfEnchantments getEnchantments(ItemStack item) {
return new MapOfEnchantments(item);
Expand Down

0 comments on commit 968c2a8

Please sign in to comment.