Skip to content

5 | Stopping the update timer

piotrwyrw edited this page Jul 11, 2020 · 2 revisions

The update timer should be always running to keep the scoreboard data up to date. The timer starts when the plugin is enabled and stops when the plugin is disabled (by default). If you want to stop updating the scoreboard (for whatever reason) it is possible.

Stopping the update timer

To stop the update timer, use /isb stop You should see a message saying, that the timer has been stopped and won't start until a certain command is called. If you want to start the timer, read Starting the update timer.

Clone this wiki locally