mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
27 lines
No EOL
798 B
YAML
27 lines
No EOL
798 B
YAML
main: io.delilaheve.UnsafeEnchants
|
|
name: UnsafeEnchantsPlus
|
|
prefix: UnsafeEnchants+
|
|
version: 1.2.0
|
|
description: Allow custom illegal enchantment
|
|
api-version: 1.18
|
|
load: POSTWORLD
|
|
authors: [DelilahEve, alexcrea]
|
|
libraries:
|
|
- org.jetbrains.kotlin:kotlin-stdlib:1.6.21
|
|
commands:
|
|
reloadunsafeenchants:
|
|
description: Reload every config of this plugin
|
|
permission: ue.command.reload
|
|
permissions:
|
|
ue.unsafe:
|
|
default: true
|
|
description: Allow player to combine allowed "unsafe" enchants
|
|
ue.bypass.fuse:
|
|
default: false
|
|
description: Allow player to combine every "unsafe" enchants
|
|
ue.bypass.level:
|
|
default: false
|
|
description: Allow player to bypass max level limit
|
|
ue.command.reload:
|
|
default: op
|
|
description: Allow administrator to reload the plugin's config |