Advertisement
Guest User

Untitled

a guest
Oct 30th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.55 KB | None | 0 0
  1. #############################################################
  2. # Good Yummy Cupcake
  3. Item:
  4.   id: skull_item
  5.   data: 3
  6.   url: "http://textures.minecraft.net/texture/8ad425514ccf8cb9c0e143425d73d9394a50dda41977b2120616c0f9e38920e5"
  7.   name: "&cYummy Pink Cupcake"
  8.   amount: 1
  9.   lore:
  10.    - "&7Trick or Treat?"
  11.     - ""
  12.     - "&5Halloween Item"
  13. rightInteract:
  14.   removeOnUse: true
  15.   Action:
  16.     player:
  17.       - addFood: 24
  18.       - addPotion: type:speed,duration:120,level:3
  19.   Condition:
  20.     player:
  21.       - food: value:<20,message:&cYou are not hungry.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement