SuperiorSkyBlock
  • 🍾Getting started
  • Inventories
    • 🏝️Biomes
    • Border Color
    • 🔨Confirm Ban
    • Confirm Disband
    • 💉Confirm Kick
    • Confirm Leave
    • 🈂️Control Panel
    • 👻Island Creation
    • Member Manage
    • 🚎Member Role
    • Members
    • 🎟️Permissions
    • Page 11
    • Page 12
    • Page 13
    • Page 14
Powered by GitBook
On this page
  • Buttons
  • SUPERIORSKYBLOCK_MEMBER_INFO
  • SUPERIORSKYBLOCK_MEMBER_ROLE
  • Configurations
  1. Inventories

Member Role

Buttons

SUPERIORSKYBLOCK_MEMBER_INFO

Allows you to display the head of the player you want to manage

SUPERIORSKYBLOCK_MEMBER_ROLE

Allows you to change the role of the player, you must set the id or name of the role.

Configurations

name: '&8%name%'

matrix:
  - '$$$$I$$$$'
  - '$       $'
  - '$@ % & *$'
  - '$       $'
  - '$$$$B$$$$'

items:
  'B':
    type: BACK
    item:
      material: BARRIER
      name: "&cBack"
  'I':
    type: SUPERIORSKYBLOCK_MEMBER_INFO
    item:
      material: PLAYER_HEAD
      name: '&e%name%'
      lore:
        - '&eRole: &7%role%'
  '$':
    item:
      material: BLACK_STAINED_GLASS_PANE
      name: '&f'
  '@':
    type: SUPERIORSKYBLOCK_MEMBER_ROLE
    role: 0
    item:
      material: LEATHER_CHESTPLATE
      name: '&eMember'
      lore:
        - '&7Click to set player''s role to member.'
      flags:
        - HIDE_ATTRIBUTES
  '%':
    type: SUPERIORSKYBLOCK_MEMBER_ROLE
    role: 1
    item:
      material: GOLDEN_CHESTPLATE
      name: '&eModerator'
      lore:
        - '&7Click to set player''s role to moderator.'
      flags:
        - HIDE_ATTRIBUTES
  '&':
    type: SUPERIORSKYBLOCK_MEMBER_ROLE
    role: 2
    item:
      material: IRON_CHESTPLATE
      name: '&eAdmin'
      lore:
        - '&7Click to set player''s role to admin.'
      flags:
        - HIDE_ATTRIBUTES
  '*':
    type: SUPERIORSKYBLOCK_MEMBER_ROLE
    role: 3
    item:
      material: DIAMOND_CHESTPLATE
      name: '&eLeader'
      lore:
        - '&7Click to transfer leadership to player.'
      flags:
        - HIDE_ATTRIBUTES
PreviousMember ManageNextMembers

Last updated 8 months ago

🚎