Plugin-Permissions for groups and areas

A new update (0.9.2) is available now!
Latest Hotfix: 0.9.2.1 (2026-05-13)
  • Hey, would it be possible to somehow implement a new category in the permissions for plugins? For example


    Code
    {
    "plugins":{
    "allowgps": true
    }
    }

    I know it could be complicated when it comes to type checking but maybe there could be a workaround like prefixes, for example b_allowgps or i_privatemarkerlimit


    I think this could be awesome for some plugins to define stuff for different permission groups or areas.
    For example i could imagine a market plugin that only works in a desired market area(s) on one server but is allowed everywhere on another server but not for default-permission players. Sure the plugin could come with its own area logic but then every plugin has to manage this on its own.

    I was thinking about using area_create permission to determine if players can use my landclaim plugin to claim a chunk but i dont know if this will one time allow players to create some sort of vanilla area without area tools from creative. I want to prevent this and so i thought it would be nice to have permissions for plugins.

  • Regarding the topic of "notation," I would suggest:

    - <plugin-name>_<permission>

    - <plugin-name> only = All-access

    Or:

    Code
    "plugins": {
    "pluginname": {
    "permission": true,
    "*" : true
    }
    }

    "*" : true = All-access....


    I’ve actually already given this some thought, as I wanted to create a plugin for such permissions. It would, of course, be nicer if it were already integrated into the game. :saint:

Participate now!

Don’t have an account yet? Create a new account now and be part of our community!