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_BAN
  • SUPERIORSKYBLOCK_MEMBER_KICK
  • Configurations
  1. Inventories

Member Manage

Buttons

SUPERIORSKYBLOCK_MEMBER_INFO

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

SUPERIORSKYBLOCK_MEMBER_BAN

Allows to ban the targetted player

SUPERIORSKYBLOCK_MEMBER_KICK

Allows to kick the targetted player

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: INVENTORY
    inventory: "member-role"
    plugin: "SuperiorSkyblock2"
    item:
      material: DIAMOND_CHESTPLATE
      name: '&ePlayer Role'
      lore:
        - '&7Click to edit player''s role.'
      flags:
        - HIDE_ATTRIBUTES
  '%':
    type: SUPERIORSKYBLOCK_MEMBER_BAN
    item:
      material: BARRIER
      name: '&eBan Player'
      lore:
        - '&7Click to ban the player from the island.'
  '^':
    type: SUPERIORSKYBLOCK_MEMBER_KICK
    item:
      material: SKELETON_SKULL
      name: '&eKick Player'
      lore:
        - '&7Click to kick the player from the island.'
PreviousIsland CreationNextMember Role

Last updated 8 months ago