Reference
Commands
The full /protools command, its subcommands, and tab-completion.
ProTools has one command, /protools, with the alias /pt. It handles giving out tools, opening the menu, and reloading the config.
Command overview
| Command | What it does | Permission |
|---|---|---|
/protools get <tool> [player] |
Give a tool to yourself or another player | protools.command.get |
/protools list |
Open the in-game tools menu | protools.command.list |
/protools reload |
Reload config.yml |
protools.command.reload |
/pt works in place of /protools for all of the above.
get
Give a tool by its id. Leave off the player name to give it to yourself.
/protools get tree-harvester
/protools get recall-crystal Steve
- Tab-complete after
getlists every tool id. - From the console you must name a player:
/protools get item-magnet Steve. - Unknown tool ids return the
tool-not-foundmessage; offline players returnplayer-not-found.
Not sure of an id? Press Tab after /protools get to see the full list, or check any tool's page under All Tools.
list
Open the tools menu. Players click a tool to receive it, subject to their permissions.
/protools list
The menu's title, size, filler, and close button are all set in the gui section of the config. See Configuration.
reload
Reload the config and rebuild the menu without restarting the server.
/protools reload
Run this after any edit to config.yml.
Tab-completion
The command completes at each step, and only shows options the sender has permission for:
| You type | You get |
|---|---|
/protools then Tab |
get, list, reload |
/protools get then Tab |
every tool id |
/protools get <tool> then Tab |
online player names |