ASA Permissions

Official ASA Permissions 1.1

No permission to download
This is an official resource and shall not be reuploaded
  • 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.
Server Owner Changes
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
Review the config.json for changes.


Developer Changes
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.
Permissions::SubscribePermissionGroupUpdatedCallback
Permissions::UnSubscribePermissionGroupUpdatedCallback
Back
Top