clj-minecraft icon indicating copy to clipboard operation
clj-minecraft copied to clipboard

Persist player permissions across sessions

Open CmdrDats opened this issue 12 years ago • 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.

CmdrDats avatar Dec 30 '12 13:12 CmdrDats