mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 08:25:56 +02:00
add /ca enchant
This commit is contained in:
parent
c062684a3c
commit
a202df9f0a
8 changed files with 136 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue