Skip to content
Success

Changes

Summary

  1. Better error message for non-numeric IDs with /npc spawn (commit: 3cbc8f7) (details)
  2. Remove unused command (commit: 79fcba4) (details)
  3. Allow /npc spawn and /npc despawn to use names as well instead of ids (commit: c4c1594) (details)
Commit 3cbc8f7ebe4376f34c79c1088ba2d0bb0bfd0aa2 by fullwall
Better error message for non-numeric IDs with /npc spawn
(commit: 3cbc8f7)
The file was modified src/main/java/net/citizensnpcs/commands/NPCCommands.java (diff)
The file was modified src/main/java/net/citizensnpcs/util/Messages.java (diff)
The file was modified src/main/resources/messages_en.properties (diff)
The file was modified src/main/java/net/citizensnpcs/commands/NPCCommands.java (diff)
Commit c4c1594e4bd0fe49956847b58b83cf637e9bd2fd by fullwall
Allow /npc spawn and /npc despawn to use names as well instead of ids
(commit: c4c1594)
The file was addedsrc/main/java/net/citizensnpcs/commands/NPCCommandSelector.java
The file was modified src/main/java/net/citizensnpcs/commands/NPCCommands.java (diff)
The file was removedsrc/main/java/net/citizensnpcs/commands/SelectionPrompt.java