Advertisement
Kusa_Haenai_wWW

Untitled

Mar 23rd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. on rightclick with paper:
  2. set {_diceGG} to random integer between 1 and 6
  3. if {_diceGG} is between 1 and 1:
  4. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b1&7]"
  5. else if {_diceGG} is between 2 and 2:
  6. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b2&7]"
  7. else if {_diceGG} is between 3 and 3:
  8. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b3&7]"
  9. else if {_diceGG} is between 4 and 4:
  10. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b4&7]"
  11. else if {_diceGG} is between 5 and 5:
  12. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b5&7]"
  13. else if {_diceGG} is between 6 and 6:
  14. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b6&7]"
  15. set {_diceGG} to 3
  16. wait 20 tick
  17. subtract 1 from {_diceGG}
  18. if player's tool is paper:
  19. send action bar from "<lime>%{_diceGG}%" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement