Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. options:
  2. botprefix: &8[&bBot&8] &cDynamic &7» &b
  3.  
  4. on chat:
  5. if message is "?hi":
  6. wait 1 second
  7. broadcast "{@botprefix}Hello %player%"
  8. if message is "?you are ugly":
  9. broadcast "{@botprefix}That's not nice :("
  10. wait 1 second
  11. if message is "?who is the owner":
  12. wait 1 second
  13. broadcast "{@botprefix}SDPlayz"
  14. if message is "?help":
  15. wait 1 second
  16. broadcast "{@botprefix}Try typing '?' followed by a command that you want to type (With no grammar)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement