This version comes with many improvements, both for me when developing the plugin, and for you, the end user
**Here is a list of changes:**
- Made it so that the player is properly notified if the gamemode change is cancelled
- Fixed bug which resulted in gamemode changes being cancelled when changing which gamemode a player is locked to
- Made the tab-complete for the gamemode lock commands way better, it now properly filters out useless entries as you type
- **[Requested Feature!]** Added a new config option which lets you choose whether or not players get notified when their gamemode gets changed (More details below)
- Added a config version number (Which doesn't automatically change) to make it easier to tell when you need a config update (More details below)
Okay! That's all the changes!
For the new config option, if you're an existing user of the plugin, I'd recommend adding the new options to your config, resetting the config entirely, or grabbing the updated config from the main plugin page
If you want to add the new options to your config manually then you can copy them from below and adjust them to your liking, be sure to put the config version all the way at the bottom of your config file!
```
# When changing another players gamemode, should the target player be notified when their gamemode is changed?
# Options: true, false
send-target-message: true
```