Wheemangga

Gift Box Skript

May 23rd, 2014
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.46 KB | None | 0 0
  1. #Gift Box
  2. #By Wheemangga
  3. options:
  4.     L: &7[&aGift Box&7]
  5. on break of sponge:
  6.     chance of 50%:
  7.         drop 12 diamonds
  8.         send "{@L} &aCongrats!&7 you just Win &b5 Diamonds&7 from Gift Box!"
  9.         add 1 to {coin.%player%}
  10.         stop
  11.     chance of 50%:
  12.         give a gold ingot named "&eCoin" to the player
  13.         send "{@L} &aCongrats!&7 you just Win &b1 Coin&7 from Gift Box!"
  14.         stop
  15.     chance of 50%:
  16.         strike lightning at the player
  17.         send "{@L} &cSorry&7, you are unlucky today"
  18.         stop
Advertisement
Add Comment
Please, Sign In to add comment