Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.86 KB | None | 0 0
  1. # Actions:
  2. # NOTHING
  3. # OPEN:kitsnormal
  4. # OPEN:kitsinsane
  5. # OPEN:kitsranked
  6. # OPEN:perksnormal
  7. # OPEN:perksinsane
  8. # OPEN:perksranked
  9. # OPEN:soulwell
  10. # OPEN:shop
  11. # SENDMESSAGE:&aHi
  12. # PERFORMCOMMAND:/command
  13. title: 'Kits & Perks'
  14. rows: 6
  15. items:
  16.  kitsnormal:
  17.   slot: 11
  18.   action: 'OPEN:kitsnormal'
  19.   stack: 'STONE_SWORD : 1 : display=&aNormal Kits : lore=&7Selection of unique kits\n&7for Normal games.\n \n&eClick to browse!'
  20.  kitsinsane:
  21.   slot: 13
  22.   action: 'OPEN:kitsinsane'
  23.   stack: 'IRON_SWORD : 1 : display=&aInsane Kits  : lore=&7Selection of unique kits\n&7for Insane games.\n \n&eClick to browse!'
  24.  kitsranked:
  25.   slot: 15
  26.   action: 'OPEN:kitsranked'
  27.   stack: 'GOLD_SWORD : 1 : display=&aRanked Kits  : lore=&7Selection of unique kits\n&7for Ranked Mode.\n \n&eClick to browse!'
  28.  perksnormal:
  29.   slot: 20
  30.   action: 'OPEN:perksnormal'
  31.   stack: 'BREWING_STAND_ITEM : 1 : display=&aNormal Perks : lore=&7Selection of unique perks\n&7for Normal games.\n \n&eClick to browse!'
  32.  perksinsane:
  33.   slot: 22
  34.   action: 'OPEN:perksinsane'
  35.   stack: 'CAULDRON_ITEM : 1 : display=&aInsane Perks  : lore=&7Selection of unique perks\n&7for Insane games.\n \n&eClick to browse!'
  36.  perksranked:
  37.   slot: 24
  38.   action: 'OPEN:perksranked'
  39.   stack: 'WORKBENCH : 1 : display=&aRanked Perks  : lore=&7Selection of unique perks\n&7for Ranked Mode.\n \n&eClick to browse!'
  40.  back:
  41.   slot: 48
  42.   action: 'OPEN:shop'
  43.   stack: 'ARROW : 1 : display=&aGo Back : lore=&7To SkyWars Shop'
  44.  coins:
  45.   slot: 49
  46.   action: 'NOTHING'
  47.   stack: 'EMERALD : 1 : display=&7Total Coins: &6{coins} : lore=&6http://store.example.net'
  48.  soulwell:
  49.   slot: 50
  50.   action: 'OPEN:soulwell'
  51.   stack: 'ENDER_PORTAL_FRAME : 1 : display=&bSoul Well : lore=&7Use &bSouls &7to roll the\n&7well and win kits & perks!\n \n&7Earn &bSouls &7by killing\n&7players in SkyWars.\n \n&7Souls: &b{souls}\n \n&eClick to roll!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement