📌Rule
Rule Configs
weight: 15
only-in-player-inventory: true
# If you want to all item apply this rule, just delete whole match_item section.
match-item:
items:
- 'diamond_sword'
# Whether you use item tier instead of item ID to identify item slots.
# If this item plugin don't have tier, will still use Item ID as identify.
#use-tier-identify: true
#has-name: true
#has-lore: true
#contains-lore:
# - 'test'
#contains-name:
# - 'test'
fake-changes:
add-name-first: '&fGood '
#set-name: '&fGood Diamond Sword'
#add-lore:
# - '&f&lCommon'
#set-lore:
# - '&7A good sword that all adventures should use!'
# - '&f&lCommon'
#add-lore-prefix:
# - '%img_tooltip1%'
#set-custom-model-data: 5
#add-flags:
# - 'HIDE_ENCHANTS'
real-changes:
add-enchants:
KNOCKBACK: 1
#remove-enchants:
# - 'POWER'
#remove-all-enchants: true
#delete-enchants:
# POWER: 3
#replace-item:
# material: golden_sword
real-change-actions:
1:
type: message
message: 'bFB98[MythicChanger] &fChanged item!'
conditions:
1:
type: permission
permission: 'mythicchanger.admin'General Options
Last updated