Advertisement
Kusa_Haenai_wWW

Untitled

Mar 23rd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. command /dice:
  2. trigger:
  3. set {_diceGG} to random integer between 1 and 6
  4. if {_diceGG} is between 1 and 1:
  5. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b1&7]"
  6. else if {_diceGG} is between 2 and 2:
  7. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b2&7]"
  8. else if {_diceGG} is between 3 and 3:
  9. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b3&7]"
  10. else if {_diceGG} is between 4 and 4:
  11. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b4&7]"
  12. else if {_diceGG} is between 5 and 5:
  13. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b5&7]"
  14. else if {_diceGG} is between 6 and 6:
  15. broadcast "&7[&bdice&7] &d&l%player%&a: &7[&b6&7]"
  16. set {_diceGG} to 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement