SupremeTags

Description

Allow players the ability to select an active "tag" based on the tags they have permission for. Tags are used to differentiate yourself from other player. We've added certain tags players can unlock when they reach certain player levels, but you can add as many tags as you'd like.

Commands

CommandsPermissionsDescription

/tags

N/A

Opens the tag selection menu.

/supremetags <player> <tag>

supremetags.admin

Sets a custom tag for the specified player.

Configurating

Adding a tag

Adding your own tag to the tags menu is fairly easy, you can just copy the text section below and edit the tag as you'd like it to be.

        LEVEL1120:
          locked:
            material: PLAYER_HEAD:http://textures.minecraft.net/texture/f9ba7fef6a1a8bd899abae4a5b54cb0ece53badc677c1668bee0a4621a8
            name: '&e&lLevel 11-20'
            lore:
             - '&7Tags can be &funlocked &7when'
             - '&7you aquire the required'
             - '&7 player level.'
             - ''             
             - '  &8ā—Š &7Tag: &f&lāœ¦'
             - ''  
             - '&c&lLocked'
            glow: false
          available:
            material: NAME_TAG
            name: '&e&lLevel 11-20'
            lore:
             - '&7Tags can be &funlocked &7when'
             - '&7you aquire the required'
             - '&7 player level.'
             - ''      
             - '  &8ā—Š &7Tag: &f&lāœ¦'
             - ''
             - '&a&lLeft click &7to equip'
            glow: false
          slot: 12
          permission: tag.level11
          tag: ' &f&lāœ¦'

Adding a new page

To add a new simply copy this text section below and add it under the latest tag you want to include in the previous page.

    '0': # page number, make sure to change this to 1 when adding a new page
      rows: 5
      title: '&cServer Tags'
      close-button:
        material: BARRIER
        name: '&Cā¤¾ Close'
        lore: []        
        glow: false
        slot: 28
      info-button:
        material: MAP
        name: '&e&lInfo'
        lore: 
        - '&7Stand out from the crowd' 
        - '&7with your own &ftag&7!'
        - ''            
        - '&6Click them to equip!'            
        glow: false
        slot: 19
      clear-button:
        material: TNT
        name: '&e&lClear'
        lore: 
         - '&fUnequip &7your currently selected'
         - '&7player tag.'
        glow: false
        slot: 10
      next-page-button:
        enabled: true
        material: PLAYER_HEAD:http://textures.minecraft.net/texture/9c9ec71c1068ec6e03d2c9287f9da9193639f3a635e2fbd5d87c2fabe6499
        name: '&eNext page'
        lore: []
        glow: false
        slot: 42
        open-page: 0 # it is important to select the next page you want to open with the 'next' button
      previous-page-button:
        enabled: true
        material: PLAYER_HEAD:http://textures.minecraft.net/texture/816ea34a6a6ec5c051e6932f1c471b7012b298d38d179f1b487c413f51959cd4
        name: '&ePrevious Page'
        lore: []
        glow: false
        slot: 40
        open-page: 0 # it is important to select the previous page you want to open with the 'previous' button
      filler:
        material: GRAY_STAINED_GLASS_PANE
        name: '&r'
        lore: []       
        glow: false        
      tags:
      # Here you have to add your newly created tags

To add a new page there are a few important things you need to change in order to successfully add a new page to your tags menu. First of all, you should change the page number at the top of a new page ('0':), this has to be a unique number (I suggest counting up 1 each page you add).

Secondly you should change the 'previous-page-button:' number and the 'next-page-button:'. For example, you add a new page ('1':) you should set the 'open-page: #' from the 'next-page-button:' to 1 and leave the 'previous-page-button:' 'open-page: #' to 0 as 0 is your previous menu.

Slots

Slots start at 0 and go up to 53.

Placeholders

Papi placeholder

%supremetags_tag% - Shows the selected tag.

Last updated