AlttdGriefPrevention/src/me/ryanhamshire/GriefPrevention/CommandCategory.java
ryanhamshire cf811cee86 Smarter slash command lists.
Whisper and chat slash command lists now auto-fill themselves with all
possible aliases.  So if you put /tell in your whisper commands list, GP
will be smart enough to also add /minecraft:tell (and similarly for
plugins, including all aliases registered via plugin.yml for those
commands by those plugins).
2015-10-28 20:13:33 -07:00

9 lines
99 B
Java

package me.ryanhamshire.GriefPrevention;
enum CommandCategory
{
Chat,
Whisper,
None
}