header
logo

Cyber Permissions

Install
Minecraft Server Hosting
Create your game server with affiliate logo
Create Server
affiliate banner image

 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