[+] Added ability to limit the amount of hoppers a user can place
Please add to
config.yml
Code (Text):
#Hopper permission limits
MaxHoppersAllowed:
- hoppers.place.default:3 #Specifiy the permission : number of hoppers allowed. Depending on what permission the user has will depend on how many the user can place. the permission hoppers.admin.bypasslimit can also be used for no limit
- hoppers.place.vip:5
- hoppers.place.god:10
Please add to
messages.yml
Code (Text):
TooManyHoppersPlaced: "&cYou cannot place any more hoppers, as you already have the maximum of %TOTAL%!"