diff --git a/src/main/java/net/Indyuce/mmoitems/command/PluginHelp.java b/src/main/java/net/Indyuce/mmoitems/command/PluginHelp.java index 3f4d0d9a..a59e622d 100644 --- a/src/main/java/net/Indyuce/mmoitems/command/PluginHelp.java +++ b/src/main/java/net/Indyuce/mmoitems/command/PluginHelp.java @@ -56,7 +56,8 @@ public class PluginHelp { HELP("mi help ", "Shows the help page."), GIVE("mi (player) (min-max) (unident-chance)...", "&a/mi (player) (min-max) (unidentification-chance) (drop-chance)\\n&fGives an item to a player.\\nSupports drop chance, unidentification chance & random amounts."), - BROWSE("mi browse", "Allows you to browse through all the items you created."), + GIVEALL("mi giveall ", "Gives an item to all online players on the server."), + BROWSE("mi browse (type)", "Allows you to browse through all the items you created."), ABILITY("mi ability (player) (mod1) (val1) (mod2) (val2)...", "Forces a player to cast an ability."), DROP("mi drop ...", "&a/mi drop <[min]-[max]> \\n&fDrops an item at the target location."), HEAL("mi heal", "Heals you & remove negative potion effects."), @@ -74,10 +75,11 @@ public class PluginHelp { ALLITEMS("mi allitems", "Lists items from every type."), STATIONS_LIST("mi stations list", "Lists available crafting stations."), STATIONS_OPEN("mi stations open (player)", "Opens a crafting station to a player"), + ADVANCEDWORKBENCH("advancedworkbench", "Opens the advanced workbench."), UPDATEITEM("updateitem", "Updates the item you are holding."), UPDATEITEM_ITEM("updateitem ", "Enables the item updater for a specific item."), - + ; private String usage, help;