mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-08 22:37:38 +01:00
Various improvements
This commit is contained in:
parent
e29bf9e924
commit
dc228c3f8f
@ -24,7 +24,7 @@ class EnchantmentRapid(
|
||||
private val enchant: EcoEnchant
|
||||
) : Listener {
|
||||
@EventHandler(
|
||||
priority = EventPriority.HIGH,
|
||||
priority = EventPriority.LOW,
|
||||
ignoreCancelled = true
|
||||
)
|
||||
fun handle(event: EntityShootBowEvent) {
|
||||
|
@ -68,7 +68,7 @@ display:
|
||||
descriptions:
|
||||
enabled: true # If enchantment descriptions should be shown in lore
|
||||
threshold: 5 # Above this amount, enchantment descriptions will not be shown
|
||||
word-wrap: 40 # Number of characters to have on each line
|
||||
word-wrap: 32 # Number of characters to have on each line
|
||||
format: "&8"
|
||||
|
||||
# Options for the /enchantinfo GUI
|
||||
|
@ -1,7 +1,7 @@
|
||||
display-name: "Confusion"
|
||||
description: "&a%placeholder%% &rchance to shuffle your opponents hotbar"
|
||||
placeholder: "2 * %level%"
|
||||
type: Special
|
||||
type: special
|
||||
|
||||
targets:
|
||||
- sword
|
||||
|
Loading…
Reference in New Issue
Block a user