Skip to content

Command Usage

Steve Goodhill edited this page Apr 26, 2019 · 7 revisions

The base commands for ToolsPlus are: /nt, /tool, /tools and /toolsplus.


Base / Gui Command

/nt, /tool, /tools, /toolsplus
Permission: toolsplus.gui
Will open the purchase tools gui for the player who issued the command.


Help Command

/nt h, /nt help
Permission: toolsplus.help
Will send the player who issued the command the help message from the messages.yml.


Reload Command

/nt r, /nt reload
Permission: toolsplus.admin
Will reload all of the configuration files and internal maps associated with the plugin.


Give Command

/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 are multi, trench, sand, sell, tnt, lightning, harvester and tray
  • <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 :0 is the damage value.
  • <type id>: Integer, data from this configuration section will be used to fill the tool. E.g. type id = 1 will get the configuration for the first tool for the respective section.

Clone this wiki locally