For a reference of Minecraft/Vanilla commands, click here.
For a reference of Bukkit commands, click here.
/restart
For a reference of Bukkit commands, click here.
Permission node: bukkit.command.restart
This command will attempt to perform a server restart. In order for this to work, you must have the "restart-script" value properly defined in spigot.yml.
Default: Operator
/tps
Permission node: bukkit.command.tps
This command will show TPS (ticks per second) averages of your server from the last 1, 5, and 15 minutes.
Default: Operator
/timings on (disabled between builds #1261-#1537)
Permission node: bukkit.command.timings
This command will turn on server benchmark timings, without requiring a restart.
Default: Operator
/timings off (disabled between builds #1319-#1537)
Permission node: bukkit.command.timings
This command will turn off server benchmark timings, without requiring a restart.
Default: Operator
/timings merged
Permission node: bukkit.command.timings
This command will write server benchmark timings to disk. A text file named timingsX.txt will be stored in the /timings/ directory, where X increases in single increments each time.
Default: Operator
/timings separate
Permission node: bukkit.command.timings
This command will produce timings reports for active plugins, but rather in separate text files for each one.
Default: Operator
/timings paste
Permission node: bukkit.command.timings
Instead of writing to file, all server benchmark timings will be pasted to Ubuntu Paste, which can then be viewed in a proper and improved format via Aikar's Timings Viewer.
Default: Operator
/timings reset
Permission node: bukkit.command.timings
This command will reset previous data gathered by the server benchmark timings.
Default: Operator