deluxe menu help

Status
This thread has been locked.

djz3ds

Feedback score
2
Posts
61
Reactions
5
Resources
1
im trying to set up it up with deluxe tags and when they dont havw the tag its a red stained glass and when they have it its green glass and when its green glass they click it and the put on the tag am i able to do this?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

GabyTM

@gabytm / gabytm.me/discord
Supreme
Feedback score
44
Posts
425
Reactions
191
Resources
6
YAML:
items:
  red:
    material: STAINED_GLASS_PANE
    data: 14
    slot: 0
    priority: 2
    display_name: '&cTest Tag'
    lore:
    - '&7Status: &cLOCKED'
  green:
    material: STAINED_GLASS_PANE
    data: 5
    slot: 0
    priority: 1
    view_requirement:
      requirements:
        has_permission:
          type: has permission
          permission: deluxetags.tag.testtag
    display_name: '&aTest Tag'
    lore:
    - '&7Status: &aUNLOCKED'
    - '&8Left-Click &7to select'
    left_click_commands:
    - '[close]'
    - '[console] tags set %player_name% testtag'

/papi ecloud download player
/papi reload
 
Last edited:
Status
This thread has been locked.
Top