Claims
Permissions for claims configuration.
Available permissions :
scs.claim.<amount>
: to limit amount of claims (0 for unlimited)scs.radius.<amount>
: to limit radius claim (0 for unlimited)scs.delay.<amount>
: to change teleportation delay (0 for no delay)scs.members.<amount>
: to change the maximum members count per claim (0 for unlimited)scs.cost.<amount>
: to change the cost per claim (0 for unlimited)scs.multiplier.<amount>
: to change the multiplier of cost per claim (0 for unlimited)scs.chunks.<amount>
: to change the limit amount of chunks per claim (0 for unlimited)scs.distance.<amount>
: to change the distance between claims (0 for no distance)scs.chunks-max.<amount>
: to change the limit amount of total chunks (0 for unlimited)
Order of permissions setting :
Players in config.yml
Permissions
Groups in config.yml
For example, if you put the permission "scs.claim.5" to one of your groups of permissions of your permission plugin (like LuckPerms), but in config.yml you have the player "Steve" with the setting max-claims set to 2, config.yml will overwrite the setting for this player, so he can claims two times only.
Last updated