Advertisement
Nunavailabul

motherGuardian

Sep 17th, 2019
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.92 KB | None | 0 0
  1. motherguardian:
  2.    # Sets the companion's unique name - THIS DOES NOT REFLECT IN THE GUI.
  3.     name: "&8&lMOTHER GUARDIAN"
  4.     nameVisible: true
  5.     sound: ENTITY_ELDER_GUARDIAN_AMBIENT    
  6.     playerSkull: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTMyYzI0NTI0YzgyYWIzYjNlNTdjMjA1MmM1MzNmMTNkZDhjMGJlYjhiZGQwNjM2OWJiMjU1NGRhODZjMTIzIn19fQ=="
  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/75/effect clear %player%; COMMAND/1/90/effect give %player% water_breathing 90 1 false; COMMAND/1/15/effect give %player% conduit_power 60 1 false; FLING
  11.     chestplate: LEATHER_CHESTPLATE
  12.     leatherColor:
  13.       red: 51
  14.       green: 82
  15.       blue: 58
  16.     # Get POSE angles here : https://haselkern.com/Minecraft-ArmorStand/
  17.     rightArmPose:
  18.       angle1: 302
  19.       angle2: 0
  20.       angle3: 32  
  21.     leftArmPose:
  22.       angle1: 302
  23.       angle2: 0
  24.       angle3: 338        
  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&lMother Guardian"
  38.         price: 90000
  39.         description:
  40.          - " "
  41.           - "&6Much Anger For The Temple Guardians, She has."
  42.           - "&7The Mother Guardian lives only to"
  43.           - "&7troll the Temple Guardians."
  44.           - "&7She will do everything she can to"
  45.           - "&7interfere with their plans, including"
  46.           - "&7helping you!"
  47.           - " "
  48.           - "&6ABILITIES -"
  49.           - "&e➩ CHANCE TO REMOVE EFFECTS"
  50.           - "&e➩ CHANCE TO BREATHE UNDER WATER"
  51.           - "&e➩ SMALL CHANCE of CONDUIT POWER"
  52.           - ""
  53.           - "&6&lLEFT CLICK &7to purchase the &6Mother Guardian&7!"
  54.           - " "
  55.           - "&6PRICE: &e%price%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement