Paste #31960: Untitled Paste

Date: 2016/03/25 14:48:08 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


KitGUI:
  type: command
  name: kit
  usage: /kit
  description: Displays the current map kit
  script:
  - inventory open d:in@KitGUI
KitGUI:
  type: inventory
  inventory: chest
  title: "<&f><&l>LoneWolves<&4><&l>HCF <&e>Kit <&c>[Map 1]"
  size: 27
  definitions:
    DiamondHelmet: i@diamondhelmet
    DiamondChestplate: i@chestplate
    DiamondLeggings: i@diamondleggings
    DiamondBoots: i@diamondboots
    instanthealth: i@instanthealth
    diamondsword: i@diamondsword
    bow: i@bow
    enderpearl: i@enderpearl
    invisibility: i@invisibility
    Speedpot: i@speedpot
    GoldenApple: i@GoldenApple
  slots:
    - "[DiamondHelmet] [DiamondChestplate] [DiamondLeggings] [Diamondboots] [instanthealth] [instanthealth] [instanthealth] [invisibility] [speedpot]" 
    - "[Diamondsword] [Bow] [Enderpearl] [instanthealth] [instanthealth] [instanthealth] [instanthealth] [instanthealth] [GoldenApple]" 
    - "[instanthealth] [instanthealth] [instanthealth] [instanthealth] [instanthealth] [instanthealth] [instanthealth] [instanthealth] [instanthealth]" 

DiamondHelmet:
    type: item 
    material: i@diamondhelmet 
    display name: "<&e>Diamond Helmet"

DiamondChestplate:
    type: item 
    material: i@diamondchestplate 
    display name: "<&e>Diamond Chestplate"

DiamondLeggings:
    type: item 
    material: i@diamondleggings 
    display name: "<&e>Diamond Leggings" 

DiamondBoots:
    type: item 
    material: i@diamondboots
    display name: "<&e>Diamond Boots"
Instanthealth:
    type: item 
    material: i@373:16421
    display name: "<&e>Splash Potion of Healing" 
Diamondsword:
    type: item 
    material: i@diamondsword
    display name: "<&c>Diamond Sword"
Bow:
    type: item 
    material: i@bow
    display name: "<&c>Bow"
Enderpearl:
    type: item 
    material: i@diamondhelmet 
    display name: "<&e>Diamond Helmet"
Invisibility:
    type: item 
    material: i@373:8270
    display name: "<&e>Potion of Invisibility"
SpeedPot:
    type: item
    material: i@373:8226
    display name: "<&b>Potion of Swiftness"
KitGUIWorld:
  type: world
  events:
    on player clicks in KitGUI:
    - determine cancelled