Advertisement
Guest User

GUI Config

a guest
May 23rd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.51 KB | None | 0 0
  1. debug: false
  2. check_updates: true
  3. gui_menus:
  4.   example:
  5.     menu_title: Class Selection
  6.     open_command: class
  7.     size: 36
  8.     update_interval: 1
  9.     open_requirement:
  10.       requirements:
  11.         class:
  12.           type: has permission
  13.           permission: monsterworld.class.select
  14.           deny_commands:
  15.          - '[player]say I do not have permission to use this'
  16.           - '[close]'
  17.     items:
  18.       archer:
  19.         material: bow
  20.         data: 0
  21.         amount: 1
  22.         slot: 10
  23.         priority: 1
  24.         display_name: '&2- Select? -'
  25.         lore:
  26.        - '&6&lArcher Path Direction:'
  27.         - '&8&m----------------------------------------'
  28.         - ''
  29.         - '&6-&3 Hunter'
  30.         - ''
  31.         - '&6-&3 Sharpshooter'
  32.         - ''
  33.         - '&6-&3 Arch-Mage'
  34.         - ''
  35.         - '&6[&5Left-Click to Select  &6:&5  Right-Click for more info&6]'
  36.         left_click_commands:
  37.        - '[player]say I chose the Archer Path'
  38.         - '[close]'
  39.         right_click_commands:
  40.        - '[player]say I chose more info'
  41.         - '[close]'
  42.         update: true
  43.       mage:
  44.         material: FIRE_CHARGE
  45.         data: 0
  46.         amount: 1
  47.         slot: 13
  48.         priority: 2
  49.         display_name: '&2- Select? -'
  50.         lore:
  51.        - '&6&lMage Path Direction:'
  52.         - '&8&m----------------------------------------'
  53.         - ''
  54.         - '&6-&3 Cleric'
  55.         - ''
  56.         - '&6-&3 Destruction'
  57.         - ''
  58.         - '&6-&3 Necromancer'
  59.         - ''
  60.         - '&6[&5Left-Click to Select  &6:&5  Right-Click for more info&6]'
  61.         left_click_commands:
  62.        - '[player]say I chose the Mage Path'
  63.         - '[close]'
  64.         right_click_commands:
  65.        - '[player]say I chose more info'
  66.         - '[close]'
  67.         update: true
  68.       blade:
  69.         material: golden_sword
  70.         data: 0
  71.         amount: 1
  72.         hide_unbreakable: false
  73.         slot: 16
  74.         priority: 3
  75.         display_name: '&2- Select? -'
  76.         lore:
  77.        - '&6&lWarrior Path Direction:'
  78.         - '&8&m----------------------------------------'
  79.         - ''
  80.         - '&6-&3 Knight'
  81.         - ''
  82.         - '&6-&3 Spear-Bearer'
  83.         - ''
  84.         - '&6-&3 Thief'
  85.         - ''
  86.         - '&6[&5Left-Click to Select  &6:&5  Right-Click for more info&6]'
  87.         left_click_commands:
  88.        - '[player]say I chose the Warrior Path'
  89.         - '[close]'
  90.         right_click_commands:
  91.        - '[player]say I chose more info'
  92.         - '[close]'
  93.         update: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement