yapzhenyie / GadgetsMenu

Feature-rich cosmetics plugin that provide players with the most powerful features.
http://bit.ly/GadgetsMenu
66 stars 24 forks source link

cant show the placeholders #888

Closed itzdrli closed 2 years ago

itzdrli commented 2 years ago

it's a little bug i think server ver:paper1.17.1 plugin ver:4.5.4 my players tell me that main menu's place holders can not me shown,like this

IkHP1g.png

idk how to fix it or is here some wrong of messgaes.yml? help pls also u can use chinese to tell me :)

yapzhenyie commented 2 years ago

Please refer to the sample below and change the placeholder accordingly in messages.yml file. {MYSTERY_DUST} should change to {COST} {SURPLUS_MYSTERY_DUST} should change to {COST_LEFT}

  Not-Enough-Mystery-Dust:
    Lore:
    - ''
    - '&cClick to craft for &b{COST} &cMystery Dust!'
    - '&cYou need &b{COST_LEFT} &cmore mystery dust!'
    Play-Sound:
      Enabled: true
      Sound: ENTITY_ENDERMAN_TELEPORT
  Enough-Mystery-Dust-To-Craft-Mystery-Box:
    Lore:
    - ''
    - '&7Cost: &a{COST} &7Mystery Dust'
    - '&aClick to craft!'
    Play-Sound:
      Enabled: true
      Sound: ENTITY_EXPERIENCE_ORB_PICKUP
  Not-Enough-Mystery-Dust-To-Craft-Mystery-Box:
    Lore:
    - ''
    - '&7Cost: &a{COST} &7Mystery Dust'
    - '&cNot enough Mystery Dust!'
    Play-Sound:
      Enabled: true
      Sound: ENTITY_ENDERMAN_TELEPORT
itzdrli commented 2 years ago

Ok thank you so much,i will close this issue