promotional bannermobile promotional banner

Cyber Permissions

Permissions Mod for Fabric
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 supports 1.16.4, and version 1.4 supports 1.18 - 1.19

Version 1.5.4 supports 1.20.1 to 1.21.9+

 

The Cyber Permissions Team

profile avatar
Owner
  • 50
    Followers
  • 32
    Projects
  • 2.3M
    Downloads

More from isaiahView all