Does anyone know how to use permissions, like give players custom permissions (e.g. custom.permissions'), like I know about the AddPermissions and RemovePermissions functions and all that but they don't do anything, are they meant to? And if they do something then what do they do, or what do they change about the player, I saw that there was a permissions.yml file so does that have anything to do with it?
#Permissions (Custom Permissions)
13 messages · Page 1 of 1 (latest)
The DefaultPermissionsProvider uses the permissions.yml file to parse permissions into PermissionGroups
HasPermission methods identify the group based on player.PermissionsGroupName which is based on the configured UserGroup
Configuring wildcards isn't currently possible but they're working on it
(By UserGroup I mean the RA group)
Yeah I looked at this but still don't know lmao
So I can't use them just yet?
plugin.* doesn't work currently, you'd have to configure each permission
How would I do that?