Discord
Wiki
Require Java 17!

Require ProtolcolLib!
 
attachment.png

Info:

  • MythicChanger is a spigot plugin that auto match item and modify it without trouble!
  • It has many uses, including:
    • Item skin.
    • Automatically add Tooltips.
    • Automatically add rarity icons to items.
    • Automatically remove illegal enchantments.
    • Automatically replace vanilla items to MMOItems items.
    • There are still many, many more
  • This plugin won't work on creative mode.

Features:

  • Built-in 15+ change rule, including display name, lore, custom model data, enchantments and even replace the whole item!
  • Built-in 5+ match rule, including display name, lore, 10+ hook plugins like ItemsAdder, MMOItems, EcoItems, saved items, vanilla items.
  • You create create new custom change or match rule which by using our API.
  • Including fake change and real change. Fake change is display virtually, and it only change in client side. Real change is change both in client and server side.
    • For example, if you are using remove_enchants change rule, if you set this rule in fake changes, item just display it don't have this enchantment, but actually it has and the enchantment will also take effect.
    • If you set it in real change, then the enchantment will actually gone. No one will find it anymore.
  • Support Hex Color and Gradient Color in anywhere.
  • Support use PlaceholderAPI in item now.
  • And much more!

Showcase:
?url=https%3A%2F%2Fpolymart-attachments.s3.amazonaws.com%2F8bedeed6-ea29-4311-98c7-9fbb1c7c528f%2Fdefault%2Fattachment.png&v=2
With using the config:

weight: 15

# If you want to all item apply this rule, just delete whole match_item section.
match-item:
  items:
    - 'diamond_sword'

fake-changes:
  set-name: '&fGood Diamond Sword'
  set-lore:
     - '&7A good sword that all adventures should use!'
    - '&f&lCommon'
  add-lore-prefix: '1'

real-changes:
  add-enchants:
    KNOCKBACK: 1
  remove-enchants:
     - 'POWER'

?url=https%3A%2F%2Fi.postimg.cc%2Ffbw5R0yZ%2F2024-02-15-172206.png&v=2
With using this config:

weight: 15

# If you want to all item apply this rule, just delete whole match_item section.
match-item:
  items:
   - 'iron_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: false

fake-changes:
  add-name-prefix: 'Hello'
  replace-item:
    hook-plugin: MMOItems
    hook-item: WAND;;OAK_WAND

real-changes:
  replace-item:
    hook-plugin: MMOItems
    hook-item: WAND;;OAK_WAND
 

Credits:

Terms

  • No refunds.
  • Report bugs in our Discord.