Advertisement
fleft17

Untitled

Jul 5th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. options:
  2. P: &8[&7Flint&8]&r
  3.  
  4. on break of gravel:
  5. cancel the event
  6. set the block to air
  7. chance of {Flint}%:
  8. drop 1 flint
  9. else:
  10. drop 1 gravel
  11.  
  12.  
  13. command /flintRates [<integer>]:
  14. permission: skript.op
  15. trigger:
  16. if arg is set:
  17. set {Flint} to arg
  18. broadcast "{@P} Rate: %{Flint}%%%"
  19. if arg is not set:
  20. message "%{Fprefix}% Flint rates are: %{Flint}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement