Renaming commands, fixing evoker fangs

This commit is contained in:
libraryaddict
2016-11-29 10:47:48 +13:00
parent 1de16cb4d7
commit ce134af4fa
12 changed files with 277 additions and 467 deletions

View File

@@ -18,7 +18,7 @@ import me.libraryaddict.disguise.disguisetypes.watchers.LivingWatcher;
import me.libraryaddict.disguise.utilities.ReflectionFlagWatchers;
import me.libraryaddict.disguise.utilities.ReflectionFlagWatchers.ParamInfo;
public class DisguiseHelpCommand extends BaseDisguiseCommand implements TabCompleter {
public class DisguiseHelpCommand extends DisguiseBaseCommand implements TabCompleter {
@Override
public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) {
@@ -149,6 +149,7 @@ public class DisguiseHelpCommand extends BaseDisguiseCommand implements TabCompl
}
}
}
sender.sendMessage(ChatColor.RED + "You are forbidden to use this command.");
return true;
}