Simple Permissions
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.3% endorsement rate
- 🏆 #752 of 896 fabric mods in this game by downloads
📋 About This Mod
# Simple Permissions ### An Permission API for Fabric. _(formally known as CyberPerms)_ <br> The storage is similar to the bukkit plugin LuckPerms, allowing for easy transfers from LuckPerms. ### Commands: /perms info<br> /perms user <user> <info|permissions|group|has><br> /perms group <group> <info|permissions|users|has><br> /perms creategroup <group><br> /perms listgroups<br> ### For Mod Developers It is recommended to target (https://github.com/lucko/fabric-permissions-api/blob/master/USAGE.md). Although the API from before the release of `fabric-permissions-api` is still retained. `fabric-permissions-api` API: See (https://github.com/lucko/fabric-permissions-api/blob/master/USAGE.md) `cyber.permissions.v1` API: <details> <summary>Spoiler</summary> ``` Permission perm = new Permission("mod.command", "An example permission", PermissionsDefaults.OPERATOR); ServerPlayerEntity player = ......; Permissible permissible = CyberPermissions.getPermissible(player); boolean hasPermission = permissible.hasPermission(perm); ``` </details>
# Simple Permissions ### An Permission API for Fabric. _(formally known as CyberPerms)_
The storage is similar to the bukkit plugin LuckPerms, allowing for easy transfers from LuckPerms.
### Commands:
/perms info
/perms user
/perms group
/perms creategroup
/perms listgroups
### For Mod Developers
It is recommended to target (https://github.com/lucko/fabric-permissions-api/blob/master/USAGE.md). Although the API from before the release of `fabric-permissions-api` is still retained.
`fabric-permissions-api` API: See (https://github.com/lucko/fabric-permissions-api/blob/master/USAGE.md)
`cyber.permissions.v1` API:
Spoiler
``` Permission perm = new Permission("mod.command", "An example permission", PermissionsDefaults. OPERATOR);
ServerPlayerEntity player = ......;
Permissible permissible = CyberPermissions.getPermissible(player); boolean hasPermission = permissible.hasPermission(perm); ```
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Isaiah
- Version
- 1.6
- Downloads
- 3,045
- Endorsements
- 9
- Category
- fabric
- Created
- 12/26/2020
- Updated
- 12/10/2025
- Game Versions
- 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5
- Tags
- library, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Simple Permissions support?
The author lists 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6. Other versions may work but are untested by the author.
What is the latest version of Simple Permissions?
Version 1.6, published 2025-12-10 with 3,045 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await