Added the ability to limit the amount of holograms a player or group can own using permission node "cdh.amount.<number". Also added support for the plugin
GriefDefender.
Join the discord for support: vanted.net/discord
Configuration File Changes
Add the following changes to your config.yml file (or just backup your current file, delete it, and let a new one regenerate).
Code (Text):
# permissions:
# enabled: Enable or disable permission limits
# default: The default amount a player is allowed
# maximum: The maximum amount a player can own
permissions:
enabled: false
default: 1
maximum: 100
Message File Changes
Add the following entries to your message.yml file (or just backup your current file, delete it, and let a new one regenerate).
Code (Text):
senderMaximumHolograms: "&cPlayer has reached their permitted hologram amount."
playerMaximumHolograms: "&cYou are not permitted to own more holograms!"