
makes server maintenance easier without restarting and changing vanilla whitelist

A plugin that allows you to run a maintenance mode that only trusted TB whitelist players can be in. TB state can be saved even after restarting the server (configured in the config).
Permissions:
v1x.tb -- main permission to plugin
v1x.tb.reload -- allows reload plugin
v1x.tb.add -- allows add new players to TB whitelist
v1x.tb.remove -- allows remove players from TB whitelist
v1x.tb.toggle -- allows turn on | off the tech break
Commands:
/tb add <PlayerName> -- adds player UUID to TB whitelist
/tb remove <PlayerName> -- removes player UUID from TB whitelist
/tb on | off -- toggles the tech break
save-tb-state: <boolean>, isTB: <boolean>, tb-message: <string>, passed-uuids: <string[]> but passed-uuids actually generates itself. For more information about config.yml you can visit GitHub page of this project