Better /disguisehelp information
This commit is contained in:
parent
5632fb7ef3
commit
550193615e
@ -185,6 +185,7 @@ public class DisguiseHelpCommand extends DisguiseBaseCommand implements TabCompl
|
|||||||
protected void sendCommandUsage(CommandSender sender,
|
protected void sendCommandUsage(CommandSender sender,
|
||||||
HashMap<DisguisePerm, HashMap<ArrayList<String>, Boolean>> map) {
|
HashMap<DisguisePerm, HashMap<ArrayList<String>, Boolean>> map) {
|
||||||
sender.sendMessage(LibsMsg.DHELP_HELP1.get());
|
sender.sendMessage(LibsMsg.DHELP_HELP1.get());
|
||||||
|
sender.sendMessage(LibsMsg.DHELP_HELP2.get());
|
||||||
|
|
||||||
for (ParamInfo s : ReflectionFlagWatchers.getParamInfos()) {
|
for (ParamInfo s : ReflectionFlagWatchers.getParamInfos()) {
|
||||||
sender.sendMessage(LibsMsg.DHELP_HELP2.get(s.getName().replaceAll(" ", ""), s.getDescription()));
|
sender.sendMessage(LibsMsg.DHELP_HELP2.get(s.getName().replaceAll(" ", ""), s.getDescription()));
|
||||||
|
@ -24,7 +24,10 @@ public enum LibsMsg {
|
|||||||
DHELP_CANTFIND(ChatColor.RED + "Cannot find the disguise %s"),
|
DHELP_CANTFIND(ChatColor.RED + "Cannot find the disguise %s"),
|
||||||
DHELP_HELP1(
|
DHELP_HELP1(
|
||||||
ChatColor.RED + "/disguisehelp <DisguiseType> " + ChatColor.GREEN + "- View the options you can set on a disguise. Add 'show' to reveal the options you don't have permission to use"),
|
ChatColor.RED + "/disguisehelp <DisguiseType> " + ChatColor.GREEN + "- View the options you can set on a disguise. Add 'show' to reveal the options you don't have permission to use"),
|
||||||
DHELP_HELP2(ChatColor.RED + "/disguisehelp %s" + ChatColor.GREEN + " - %s"),
|
DHELP_HELP2(
|
||||||
|
ChatColor.RED + "/disguisehelp <DisguiseOption> " + ChatColor.GREEN + "- View information about the " +
|
||||||
|
"disguise options such as 'RabbitType'"),
|
||||||
|
DHELP_HELP3(ChatColor.RED + "/disguisehelp %s" + ChatColor.GREEN + " - %s"),
|
||||||
DHELP_OPTIONS("%s options: %s"),
|
DHELP_OPTIONS("%s options: %s"),
|
||||||
DISABLED_LIVING_TO_MISC(
|
DISABLED_LIVING_TO_MISC(
|
||||||
ChatColor.RED + "Can't disguise a living entity as a misc disguise. This has been disabled in the config!"),
|
ChatColor.RED + "Can't disguise a living entity as a misc disguise. This has been disabled in the config!"),
|
||||||
|
Loading…
Reference in New Issue
Block a user