mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
20 lines
No EOL
574 B
YAML
20 lines
No EOL
574 B
YAML
main: io.delilaheve.UnsafeEnchants
|
|
name: UnsafeEnchantsPlus
|
|
prefix: UnsafeEnchants+
|
|
version: 1.1.4
|
|
description: Allow custom illegal enchantment
|
|
api-version: 1.18
|
|
load: POSTWORLD
|
|
authors: [DelilahEve, alexcrea]
|
|
libraries:
|
|
- org.jetbrains.kotlin:kotlin-stdlib:1.6.21
|
|
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 |