Advertisement
Nunavailabul

trueheart

Sep 17th, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.46 KB | None | 0 0
  1. trueheart:
  2.    # Sets the companion's unique name - THIS DOES NOT REFLECT IN THE GUI.
  3.     name: "&8&lTRUEHEART"
  4.     nameVisible: true
  5.     sound: ENTITY_WOLF_WHINE    
  6.     playerSkull: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjRlYWY4OTQyOGEzNjQ5YzI2ZWRjMWY3MWNjMTlmMjYzZTlmNGViMzFlZDE4Yzk3Njg2YWFjODJmNzY0MjQyIn19fQ=="
  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: COMMAND/1/65/effect give %player% regeneration 30 1 false
  11.     chestplate: LEATHER_CHESTPLATE
  12.     leatherColor:
  13.       red: 219
  14.       green: 18
  15.       blue: 18
  16.     # Get POSE angles here : https://haselkern.com/Minecraft-ArmorStand/
  17.     rightArmPose:
  18.       angle1: 308
  19.       angle2: 0
  20.       angle3: 48  
  21.     leftArmPose:
  22.       angle1: 308
  23.       angle2: 0
  24.       angle3: 310        
  25.     headPose:
  26.       angle1: 30
  27.       angle2: 316
  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&lTRUEHEART"
  38.         price: 15000
  39.         description:
  40.          - " "
  41.           - "&7HE &cLOVES &7YOU SO MUCH IT HURTS!."
  42.           - " "
  43.           - "&6ABILITIES -"
  44.           - "&eāž© CHANCE FOR REGENERATION"        
  45.           - ""
  46.           - "&6&lLEFT CLICK &7to purchase the &6TRUEHEART&7!"
  47.           - " "
  48.           - "&6PRICE: &e%price%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement