Persist player permissions across sessions
CmdrDats opened this issue ยท 0 comments
Need to save the permissions to individual player files when the plugin is disabled - perhaps more robust but not as scalable, whenever a permission is set.
It's possible to getPermissions on each PermissionAttachment, so just need to dump those, effectively.
And then when the plugin attaches the player, read from the player file and set the permissions accordingly.