Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.07 KB | None | 0 0
  1. #UltimatePets(FactionsPets 2.0), created by xQuickGlare
  2. name: '&6Pet GUI'
  3. rows: 6
  4.  
  5. items:
  6.   petHere:
  7.     name: '&6Pet here'
  8.     material: EMERALD
  9.     data: 0
  10.     amount: 1
  11.     slot: 10
  12.     lore:
  13.    - '&cWith this item you can spawn your pet'
  14.     actions:
  15.    - 'PET-HERE'
  16.   petAway:
  17.     name: '&6Pet away'
  18.     material: REDSTONE
  19.     data: 0
  20.     amount: 1
  21.     slot: 10
  22.     lore:
  23.      - '&cWith this item you can despawn your pet'
  24.     actions:
  25.    - 'PET-AWAY'
  26.   petDeath:
  27.     name: '&6Your pet is dead'
  28.     material: REDSTONE_BLOCK
  29.     data: 0
  30.     amount: 1
  31.     slot: 10
  32.     lore:
  33.       - '&cYour pet will respawn tra: %pet_timer'
  34.     actions:
  35.   buyEffects:
  36.     name: '&6Buy effect for your pet'
  37.     material: POTION
  38.     data: 0
  39.     amount: 1
  40.     slot: 16
  41.     lore:
  42.      - '&cClick here for upgrade'
  43.       - '&cyour pet.'
  44.     actions:
  45.   upgradeHealth:
  46.     name: '&cUpgrade your pet health!'
  47.     material: BLAZE_POWDER
  48.     data: 0
  49.     amount: 1
  50.     slot: 40
  51.     lore:
  52.      - '&cClick here for upgrade'
  53.       - '&cyour pet.'
  54.     actions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement