#the text uses the color &5 while I don't use that in the .yml

1 messages · Page 1 of 1 (latest)

keen forum
#

Can someone tell me why in the GUI the text is colored &5, even though I didn't put any color in the .yml file?

    material: head-%player_name%
    slot: 4
    display_name: '&a&lSTATS PLAYER'
    lore:
    - '-----------------------'
    - 'Name : %player_name%'
    - 'Rank : &c%luckperms_prefix%'
    - 'Playtime : %playtime_time%'
    - '-----------------------'```

even tho i try to add colour, it still showing &5 ..
winged orchid
keen forum
winged orchid
#

if it doesnt format

#

what version are you on

#

try

    material: head-%player_name%
    slot: 4
    display_name: '&a&lSTATS PLAYER'
    lore:
      - '-----------------------'
      - '&fName : %player_name%'
      - '&fRank : &c%luckperms_prefix%'
      - '&fPlaytime : %playtime_time%'
      - '-----------------------'```
keen forum
#

Deluxemenus version

#

im in 1.8.9 minecraft server

keen forum
#

@winged orchid sir

#

umm

#

someone?

celest maple
# keen forum
  header_info:
    material: head-%player_name%
    skull_owner: "%player_name%"
    slot: 4
    display_name: "&#FCE1BB&lMenu Principal"
    lore:
      - "&8Objet interactif"
      - ""
      - "&7Pseudo: &f%player_name%"
      - "&7Monnaie: &f%vault_eco_balance_formatted%"
    click_commands:
      - "[sound] UI_BUTTON_CLICK 1 1"
#

An example of mine

winged orchid
# keen forum im in 1.8.9 minecraft server

maybe because of your version, im pretty sure 1.8 support was dropped long ago.
so maybe use § instead since its the default minecraft way of applying colors, and plugins just, translate & to §.

spice crow
keen forum
#

it finally fixed