kazuken0814

Untitled

Jun 16th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1.  
  2. command /haijo:
  3. trigger:
  4. loop all players:
  5. send "&4綾鷹は好きか? &b/yes&4か/no&4で答えろ" to loop-player
  6. set {que.%loop-player%} to true
  7.  
  8. command /yes:
  9. trigger:
  10. if {que.%player%} is true:
  11. message "&bよし、これからもその調子だ"
  12. set {que.%player%} to false
  13. else:
  14. message "&4今は聞いてねえんだよ"
  15.  
  16. command /no:
  17. trigger:
  18. if {que.%player%} is true:
  19. message "&4ふざけんなてめぇ"
  20. kick the player
  21. set {que.%player%} to false
  22. else:
  23. message "&4今は聞いてねえんだよ"
Advertisement
Add Comment
Please, Sign In to add comment