add /ca enchant

This commit is contained in:
alexcrea 2026-07-08 03:28:10 +02:00
parent c062684a3c
commit a202df9f0a
Signed by: alexcrea
GPG key ID: E59DF23EE2A2266C
8 changed files with 136 additions and 17 deletions

View file

@ -57,6 +57,8 @@ open class CustomAnvil : JavaPlugin() {
// Permission string required to edit the plugin's config
const val editConfigPermission = "ca.config.edit"
// Permission string required to edit the plugin's config
const val giveEnchantmentPermission = "ca.command.enchantment"
// Command Name to reload the config
const val commandReloadName = "anvilconfigreload"