HelpChat / DeluxeMenus

DeluxeMenus but open source!?
https://wiki.helpch.at/clips-plugins/deluxemenus
MIT License
81 stars 42 forks source link

enchantment got something wrong #128

Closed langmouren1 closed 2 months ago

langmouren1 commented 2 months ago

my server warns [DeluxeMenus] Enchantment SHARPNESS for item 18 in menu menu is not a valid enchantment name! when im trying to andd anchantments on my menu's items

  '18':
    material: grass_block
    slot: 18
    display_name: '&6test'   
    click_commands: 
    - '[player] menu'
    enchantments: 
    - SHARPNESS;1
    hide_enchantments: true

and this is my code.does it have something wrong?

Kqliber commented 2 months ago

What is your server version?

Looks like some enchants were renamed from 1.21

SHARPNESS is now used in 1,21, but it wouldve been called DAMAGE_ALL in earlier versions

langmouren1 commented 2 months ago

i gradually understand everything.tky for sloving my problems!

langmouren1 commented 2 months ago

i didn't think it was a version problem, so I directly checked the version document of 1.21