-
Notifications
You must be signed in to change notification settings - Fork 0
Command Usage
Steve Goodhill edited this page Apr 26, 2019
·
7 revisions
The base commands for ToolsPlus are: /nt, /tool, /tools and /toolsplus.
/nt, /tool, /tools, /toolsplus
Permission: toolsplus.gui
Will open the purchase tools gui for the player who issued the command.
/nt h, /nt help
Permission: toolsplus.help
Will send the player who issued the command the help message from the messages.yml.
/nt r, /nt reload
Permission: toolsplus.admin
Will reload all of the configuration files and internal maps associated with the plugin.
/nt g, /nt give
Permission: toolsplus.admin
This command is used to give a player a tool based off of the tools.yml configuration.
Arguments:
/nt g <player> <tool type> <item : damage value> <type id>
-
<player>: String, the player who will receive this tool -
<tool type>: String, the type of tool to get from the tools.yml - valid entries aremulti,trench,sand,sell,tnt,lightning,harvesterandtray -
<item>: String, the actual item that will be given to the player, this must be a valid Minecraft item. E.g.diamond_pickaxe:0, the:0is the damage value. -
<type id>: Integer, data from this configuration section will be used to fill the tool. E.g.type id = 1will get the configuration for the first tool for the respective section.