Description: CrystalBuff is a plugin that allows you to control the damage dealt by crystals on your server. You can easily increase or decrease the crystal damage or even remove it entirely. Perfect for servers that want to customize combat mechanics.
Commands:
/crystalbuff reload - Reloads the config.yml file to apply any changes made.
Permissions:
crystalbuff.admin - Grants access to the /crystalbuff reload command.
Config:
Code (Text):
# CrystalBuff Configuration
# Enable or disable the plugin globally
plugin-enabled: true
# Crystal damage multiplier (1.0 = normal damage, 2.0 = double damage, 0 = no damage)
crystal-damage-multiplier: 1.5
# Messages Configuration
messages:
prefix: "§7[§dCrystalBuff§7] "
player-only: "§cThis command can only be used by players!"
no-permission-reload: "§cYou do not have permission to reload the plugin!"
config-reloaded: "§aConfiguration reloaded successfully!"
usage: "§cCorrect usage: /crystalbuff [reload]"
plugin-enabled: "§aCrystalBuff enabled successfully!"
plugin-disabled: "§cCrystalBuff disabled."
Ideas for Future Updates? Got any suggestions or ideas to improve the plugin? Leave a comment below