Advertisement
Nunavailabul

Casper

Sep 17th, 2019
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.68 KB | None | 0 0
  1. casper:
  2.    # Sets the companion's unique name - THIS DOES NOT REFLECT IN THE GUI.
  3.     name: "&8&lCasper"
  4.     nameVisible: true
  5.     sound: ENTITY_GHAST_AMBIENT    
  6.     playerSkull: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhkMjE4MzY0MDIxOGFiMzMwYWM1NmQyYWFiN2UyOWE5NzkwYTU0NWY2OTE2MTllMzg1NzhlYTRhNjlhZTBiNiJ9fX0="
  7.     # Set to NONE if you don't want a weapon.
  8.     weapon: NONE
  9.     # Set to NONE if you don't want an ability.
  10.     ability: INVISIBILITY_DEFENSE_CHANCE; LEVITATION_DEFENSE_CHANCE; CONFUSION_ATTACK_CHANCE
  11.     chestplate: LEATHER_CHESTPLATE
  12.     leatherColor:
  13.       red: 32
  14.       green: 32
  15.       blue: 32
  16.     # Get POSE angles here : https://haselkern.com/Minecraft-ArmorStand/
  17.     rightArmPose:
  18.       angle1: 360
  19.       angle2: 270
  20.       angle3: 286  
  21.     leftArmPose:
  22.       angle1: 0
  23.       angle2: 0
  24.       angle3: 0        
  25.     headPose:
  26.       angle1: 0
  27.       angle2: 0
  28.       angle3: 0        
  29.     bodyPose:
  30.       angle1: 37
  31.       angle2: 0
  32.       angle3: 0    
  33.     GUI:
  34.       shop:
  35.         type: COMPANION_SKULL
  36.         amount: 1
  37.         name: "&6&lCasper"
  38.         price: 5000
  39.         description:
  40.          - " "
  41.           - "&7The Friendliest of Ghosts!"
  42.           - "&7Scares the bad guys, keeps you safe."
  43.           - " "
  44.           - "&6ABILITIES -"
  45.           - "&e➩ CHANCE for INVISIBILITY on Hit."
  46.           - "&e➩ CHANCE to CONFUSE."
  47.           - "&e➩ CHANCE you might get Levitated?"
  48.           - "&e➩ Casper Can't get it right ALL the time!"        
  49.           - ""
  50.           - "&6&lLEFT CLICK &7to purchase the &6Casper Companion&7!"
  51.           - " "
  52.           - "&6PRICE: &e$%price%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement