Implements #5 and stuff

Uses a player entry state to store and restore a player's state such as game-mode and fly-mode.
Removes the restriction of fly mode and game-mode, and sets all arena players to adventure mode.
Force-quits all sessions when exiting the plugin.
Prevents usage of any commands other than the leave command when playing in an arena.
This commit is contained in:
2023-03-27 14:23:55 +02:00
parent 9a56f58f2f
commit 9a7d3ca360
13 changed files with 211 additions and 50 deletions

View File

@@ -26,6 +26,7 @@ To modify
| /droppercreate | \<name> | Creates a new dropper arena with the given name |
| /dropperremove | \<arena> | Removes the specified dropper arena |
| [/dropperedit](#dropperedit) | \<arena> \<option> \[value] | Gets or sets a dropper arena option |
| /dropperreload | | Reloads all data from disk |
## Command explanation