mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
use eco enchant enchant limit
This commit is contained in:
parent
dea86ab9ce
commit
00adf05d2b
3 changed files with 17 additions and 3 deletions
|
|
@ -52,8 +52,8 @@ open class CustomAnvil : JavaPlugin() {
|
|||
// Command Name to reload the config
|
||||
const val commandReloadName = "anvilconfigreload"
|
||||
|
||||
// Test command name
|
||||
const val commandTestName = "customanvilconfig"
|
||||
// Config command name
|
||||
const val commandConfigName = "customanvilconfig"
|
||||
|
||||
// Current plugin instance
|
||||
lateinit var instance: CustomAnvil
|
||||
|
|
@ -208,7 +208,7 @@ open class CustomAnvil : JavaPlugin() {
|
|||
var command = getCommand(commandReloadName)
|
||||
command?.setExecutor(ReloadExecutor())
|
||||
|
||||
command = getCommand(commandTestName)
|
||||
command = getCommand(commandConfigName)
|
||||
command?.setExecutor(EditConfigExecutor())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue