PermissionGroups icon

PermissionGroups -----

The PermissionGroups plugin lets you manage Minecraft permissions in an organized way using groups.



The SubPermissions plugin lets you manage Minecraft permissions in an organized way using nodes.

What exactly does it do?
Instead of assigning permissions one by one, the plugin lets you group them in the configuration.
  • Configuration (config.yml): You define "Nodes" (groups) that contain lists of permissions.
  • Inheritance: When you grant a player the permission subperms.node.name, the server automatically grants them all the permissions you've configured in that node.
What's it good for?
It helps keep your permission settings clean and organized, ideal for creating complex roles by grouping related permissions under a single name.

Commands
/subperms list: Displays a list of all registered nodes.
/subperms list <node>: Displays the details and permissions of a specific node.
/subperms reload: Reloads the configuration from the config.yml file.

Configuration
The plugin organizes permissions using hierarchical nodes.

config.yml
Code (Text):
permissions:
  vip:
    - "essentials.fly:true"
    - "essentials.feed:true"
  staff.mod:
    - "essentials.kick:true"
    - "essentials.ban:true"
Rules:
Format: "permission:value" (" essentials.fly:true").
Node: The node name is generated by prefixing "subperms." to the structure defined in the config file ( subperms.staff.mod).
Resource Information
Author:
----------
Total Downloads: 6
First Release: Jun 3, 2026
Last Update: Jun 3, 2026
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings