Poster limit not working

  • Unfortunately your permissions don't contain any settings for images. It just works for you because permissions are ignored for server admins by default (you can disable this behaviour by setting "Permissions_AdminsFullPermissions" to False in the server.properties file btw).


    To define the image limit in the permissions, you have to set maxamount in the image category. If you want all players to be affected, it's sufficient to just change that in the default.json file (all group permissions inherit their permissions from that file). This is how image permissions could look like:

    JSON
    "image": {
    "maxamount": -1,
    "maxresolution": 512,
    "delete": false,
    "deleteown": true
    }


    This post also contains an overview of all permissions (including a description and examples): RE: Permissions [New Version]


    I've updated your default.json file, please find it attached (you can find the added "image" part after the "blueprint" part) ;)

Participate now!

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