️✂️Remove Slot Item
Remove Slot Item
display-item:
material: SHEARS
name: '{lang:example-remove-slot-name}'
lore:
- '{lang:example-remove-slot-lore}'
conditions: []
match-item:
has-enchants:
- '*'
remove-type: FIXED
remove-slots: 1
chance: 100
deenchant-item-mode: RANDOM
use-limit: -1
return-extra-items:
enabled: true
mapping:
small: 1
large: 5
success-actions:
1:
type: sound
sound: 'block.note_block.harp'
2:
type: message
message: '{lang:example-remove-slot-success}'
fail-actions:
1:
type: sound
sound: 'block.note_block.bass'
2:
type: message
message: '{lang:example-remove-slot-fail}'General Options
Remove Types
FIXED
EXCESS
LINKED_EXTRA
Returning Extra Slot Items
Last updated