-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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.