About Manage Vending Placement
This plugin let you manage the placement of vending machines by permission and limit. It´s also possible to prevent from placing vending machines on land or/and water seperatly.
Permissions
Allow above water
managevendingplacement.canplace.abovewater
Allow under water
managevendingplacement.canplace.underwater
Allow above water with limit
managevendingplacement.canplace.limited.abovewater
Allow under water with limit
managevendingplacement.canplace.limited.underwater
Chat Command
Show the List of limits by rank
/vplimit
Configuration
{
"AllowAboveWaterDefault": true,
"AllowUnderWaterDefault": true,
"ChatCommand": "vplimit",
"DefaultLandLimit": 5,
"DefaultWaterLimit": 3,
"GroupLandLimits": {
"default": 5,
"vip": 10
},
"GroupWaterLimits": {
"default": 3,
"vip": 6
}
}
Localization
English & German
{
"CannotPlaceUnderwater": "You cannot place vending machines underwater.",
"ReachedLandLimit": "You have reached the land limit for placing vending machines.",
"ReachedWaterLimit": "You have reached the water limit for placing vending machines.",
"NoPermission": "You do not have permission to place vending machines.",
"CheckLimit": "You have placed {0} out of {1} allowed vending machines.",
"NoLimitedPermission": "You do not have a limited permission to place vending machines.",
"RankLimits": "Land Limits: {0}\nWater Limits: {1}",
"LimitsHeader": "Vending Machine Limits by Rank:"
}
The plugin was created in parts with the help of artificial intelligence