Paste #31985: Untitled Paste

Date: 2016/03/25 21:29:12 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
  - playsound <player> sound:Entity_pig_ambient
KitGUIInfo:
  type: inventory
  inventory: chest
  title: "<&f>Lonewolves<&4>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
    PoisonPot: i@HCFPoisonPot
    SlownessPot: i@HCFSlowness
  slots:
    - "[DiamondHelmet] [DiamondChestplate] [DiamondLeggings] [Diamondboots] [instanthealth] [instanthealth] [instanthealth] [GoldenApple] [speedpot]" 
    - "[Diamondsword] [Bow] [Enderpearl[quantity=16] [instanthealth] [instanthealth] [instanthealth] [instanthealth] [instanthealth] [Invisibility]" 
    - "[instanthealth] [instanthealth] [instanthealth] [instanthealth] [instanthealth] [instanthealth] [instanthealth] [PoisonPot] [SlownessPot]" 

HCFDiamondHelmet:
    type: item 
    material: i@diamond_helmet 
    display name: "<&e>Diamond Helmet"
    enchantments:
    - PROTECTION_ENVIRONMENTAL:2
    - DURABILITY:3
HCFDiamondChestplate:
    type: item 
    material: i@diamond_chestplate 
    display name: "<&e>Diamond Chestplate"
    enchantments:
    - PROTECTION_ENVIRONMENTAL:2
    - DURABILITY:3
    - PROTECTION_FALL:4
HCFDiamondLeggings:
    type: item 
    material: i@diamond_leggings 
    display name: "<&e>Diamond Leggings"
    enchantments:
    - PROTECTION_ENVIRONMENTAL:2
    - DURABILITY:3    
HCFDiamondBoots:
    type: item 
    material: i@diamond_boots
    display name: "<&e>Diamond Boots"
    enchantments:
    - PROTECTION_ENVIRONMENTAL:2
    - DURABILITY:3
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"
    enchantments:
    - DAMAGE_ALL:2
    - DURABILITY:3
HCFBow:
    type: item 
    material: i@bow
    display name: "<&c>Bow"
    enchantments:
    - ARROW_DAMAGE:2
    - ARROW_INFINITE:1
    - DURABILITY:3
HCFEnderpearl:
    type: item 
    material: i@Ender_pearl
    display name: "<&9>Ender Pearl"
    lore: 
    - <&6><&l>Cooldown: <&7><&l> 15 Seconds
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"
HCFGoldenApple:
    type: item
    material: i@322:1
    display name: "<&e>Super Golden Apple"
    lore:
    - <&6><&l>Cooldown: <&7><&l>4 Hours
HCFPoisonPot:
    type: item
    material: i@373:16388
    display name: "<&c>Splash Potion of Poison"
HCFSlowness:
    type: item
    material: i@373:16426
    display name: "<&c>Splash Potion of Slowness"
KitGUIWorld:
  type: world
  events:
    on player clicks in KitGUIInfo:
    - determine cancelled