Paste #31979: Untitled Paste

Date: 2016/03/25 20:26:39 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@KitGUIInfo
KitGUIInfo:
  type: inventory
  inventory: chest
  title: "<&f><&l>LW<&4><&l>HCF <&e>Kit"
  size: 27
  definitions:
    DiamondHelmet: i@HCFdiamondhelmet
    DiamondChestplate: i@HCFdiamondchestplate
    DiamondLeggings: i@HCFdiamondleggings
    DiamondBoots: i@HCFdiamondboots
    instanthealth: i@HCFinstanthealth
    diamondsword: i@HCFdiamondsword
    bow: i@HCFbow
    enderpearl: i@HCFenderpearl
    invisibility: i@HCFinvisibility
    Speedpot: i@HCFspeedpot
    GoldenApple: i@HCFGoldenApple
  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]" 

HCFDiamondHelmet:
    type: item 
    material: i@diamond_helmet 
    display name: "<&e>Diamond Helmet"

HCFDiamondChestplate:
    type: item 
    material: i@diamond_chestplate 
    display name: "<&e>Diamond Chestplate"

HCFDiamondLeggings:
    type: item 
    material: i@diamond_leggings 
    display name: "<&e>Diamond Leggings" 

HCFDiamondBoots:
    type: item 
    material: i@diamond_boots
    display name: "<&e>Diamond Boots"
HCFInstanthealth:
    type: item 
    material: i@373:16421
    display name: "<&e>Splash Potion of Healing" 
HCFDiamondsword:
    type: item 
    material: i@diamond_sword
    display name: "<&c>Diamond Sword"
HCFBow:
    type: item 
    material: i@bow
    display name: "<&c>Bow"
HCFEnderpearl:
    type: item 
    material: i@Enderpearl
    display name: "<&9>Ender Pearl"
HCFInvisibility:
    type: item 
    material: i@373:8270
    display name: "<&e>Potion of Invisibility"
HCFSpeedPot:
    type: item
    material: i@373:8226
    display name: "<&b>Potion of Swiftness"
KitGUIWorld:
  type: world
  events:
    on player clicks in KitGUIInfo:
    - determine cancelled