Executing permissions.addtimed on a player that already had a timer active, will add the new time to the timer remaining without throwing an error. (If player had 6h remaining and you execute the command with 10h, the player will now have 16h remaining).
If the timed permission is expired, the timer is added again counting from now + the hours added
When adding a permanent permission to player or tribe, that is or was previously assigned as a timed permission the plugin will not error anymore, instead if will add the player permanently as it should.
Added a Permissions.Reload handler (reloads the config.json)
Added a Config to Disable all User Success Messages
Added a Config to have Messages sent as a Notification rather than in Chat
Added 2 plugin callbacks so other plugins can know when a Player/Tribe has permission changes. This can be used instead of blindly polling for permission changes and only when something actually changes.