MINECRAFT PLUGINS
LandLimits
Extend your plots limit on server
Integration with popular protection plugins
Extensions explanation
PlotSquared
LandLimits determines player’s current plot limit by checking his permissions. PlotSquared controls plot limit by plots.plot.[max plots] permission. LandLimits takes current permission from player and gives a new one (plots.plot.[old max plots + number to add defined in config.yml]). When player has more than one permission limiting his plots count, then the one with higher value is used in calculations.
🛈 Working with PlotSquared requires Vault and compatible permission management plugin to be installed on server.
GriefPrevention
LandLimits determines player’s claims limit by getting his current „bonus claim blocks” number using GriefPrevention API. Then updates player’s data object by setting new value of „bonus claim blocks” to [old bonus claim blocks + number to add defined in config.yml].
Residence
LandLimits determines player’s current residences limit by checking his permissions. Residence controls residences limit by residence.max.res.[max residences] permission.
LandLimits takes current permission from player and gives a new one (residence.max.res.[old max residences + number to add defined in config.yml]). When player has more than one permission limiting his residences count, then the one with higher value is used in calculations.
🛈 Working with Residence requires Vault and compatible permission management plugin to be installed on server.
SimpleClaimSystem
LandLimits determines player’s claims limit by getting his current „max claims” number using SimpleClaimSystem API. Then updates this number to [old max claims + number to add defined in config.yml] by editing SCS config.yml file with new max-claims value under player entry and finally executing /scs config-reload command.