Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. command /fkit:
  2. trigger:
  3. open chest with 1 row named "&cFKit loot" to player
  4. wait 1 tick
  5. set {chance} to a random integer between 1 and 100
  6. #rolling 1 number
  7. if {chance} is 1:
  8. set slot 0 of player's current inventory to 3 feather named "&3Soon" with lore "&aComing Soon"
  9. #or a number range
  10. if {chance} is between 2 and 5:
  11. set slot 1 of player's current inventory to 5 steak named "reward" with lore "noms"
  12. if {chance} is ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement