#Tags not showing in essentials

1 messages · Page 1 of 1 (latest)

obtuse idol
#

Hiya, tags arent showing in essentials chat and instead show the placeholder.

#

shows that

#

the config im using for deluxe tags is:

force_tags: true
check_updates: true
legacy_hex: false
papi_chat: true
format_chat:
  enabled: false
  format: '{deluxetags_tag} <%1$s> %2$s'
load_tag_on_join: true
gui:
  name: '&6Available tags&f: &6{deluxetags_amount}'
  tag_select_item:
    material: NAME_TAG
    data: 0
    displayname: '&6Tag&f: &6{deluxetags_identifier}'
    lore:
    - '{deluxetags_tag}'
    - '{deluxetags_description}'
  divider_item:
    material: BLACK_STAINED_GLASS_PANE
    data: 0
    displayname: ''
    lore: []
  has_tag_item:
    material: PLAYER_HEAD
    data: 0
    displayname: '&eCurrent tag&f: &6{deluxetags_identifier}'
    lore:
    - '{deluxetags_tag}'
    - Click to remove your current tag
  no_tag_item:
    material: PLAYER_HEAD
    data: 0
    displayname: '&cYou don''t have a tag set!'
    lore:
    - '&7Click a tag above to select one!'
  exit_item:
    material: IRON_DOOR
    data: 0
    displayname: '&cClick to exit'
    lore:
    - '&7Exit the tags menu'
  next_page:
    material: PAPER
    data: 0
    displayname: '&6Next page: %page%'
    lore:
    - '&7Move to the next page'
  previous_page:
    material: PAPER
    data: 0
    displayname: '&6Previous page: %page%'
    lore:
    - '&7Move to the previous page'
molten shard
#

?tagess

royal geyserBOT
#
FAQ Answer:

DeluxeTags showing in essentials chat:
1. Stop the server.
2. Turn off the papi_chat option in the DeluxeTags config. deluxe_chat in older versions.
3. Turn off the format_chat option in the DeluxeTags config.
4. Put {deluxetags_tag} in your EssentialsChat chat format. (In essentials config)
5. For Versions Below 1.8.2: Replace all the placeholders in the DeluxeTags config
%placeholder% to {placeholder} (Ex: %deluxetags_tag% to {deluxetags_tag}).
6. Start the server.

molten shard
#

follow all steps in order