Cyber Permissions will start downloading in 5 seconds...
STILL DOWNLOADING MANUALLY??
Join over 10 million players who use the CurseForge app!
Download App Now- Mods
- 15,126
Description
Cyber Permissions
An Permission API for Fabric & Forge. The storage is similar to the bukkit plugin LuckPerms, allowing for easy transfers from LuckPerms. CyberPerms has it's own API but version 1.3+ also supports lucko/fabric-permissions-api
Commands:
/perms info
/perms user <user> <info|permissions|group|has>
/perms group <group> <info|permissions|users|has>
/perms creategroup <group>
/perms listgroups
API:
Permission perm = new Permission("mod.command", "An example permission", PermissionsDefaults.OPERATOR);
ServerPlayerEntity player = ......;
Permissible permissible = CyberPermissions.getPermissible(player);
boolean hasPermission = permissible.hasPermission(perm);
The maven repository is https://repo.codemc.io/repository/maven-releases/ and the artifact is "com.javazilla.mods:permissions:1.2"
Minecraft Version Support:
Version 1.3 suports 1.16.4, and version 1.4 supports 1.18 - 1.19