Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. #The name that players use to start a conversation
  2. #Don"t use special characters here
  3. name: "memebot"
  4. #The prefix shown in chat when the bot responds
  5. #Supports color codes
  6. prefix: "&8[&c&lM&6&le&e&lm&a&le &9&lB&5&lo&d&lt&8] &a&l»"
  7. #The time (in ticks) before the bot responds
  8. #If the bot responds too fast, the message will appear before the users message
  9. response-speed: 3
  10. #Used when the user only put the bots name or the sentence isn't found
  11. #Used when the user adds a new misc message
  12. message-added: "Added the message"
  13. #Default bot if a specified bot isn't found, only one of the bots should be default
  14. default: true
  15. no-matches:
  16. bot-name-only:
  17. - Ah yes, the negotiator
  18. - peepeepoopoo
  19. - Im gonna be honest, Im kinda retarded
  20. - Ya like jazz?
  21. - say sike right now
  22. - ah, yes enslaved moisture
  23. - DONT LET THE FLAME DIE OUT
  24. - IDK about that chief
  25. - damn girl, are you a microwave cuz mmMmMmmMmmmMMmMMmMMMmMmMmMmMMmmMmMmm
  26. sentence-not-found:
  27. - What do you mean %player_name%?
  28. - Try to rephrase your question.
  29. - Try asking me the question again in simpler terms.
  30.  
  31. #Valid sentences the bot will response to
  32. responses:
  33. ban:
  34. me:
  35. - "[cmd type=op]cmi tempban %player_name% 10seconds &cYou asked for it, right?[/cmd]"
  36. kick:
  37. me:
  38. - "[cmd type=op]kick %player_name% &cYou asked for it, right?[/cmd]"
  39. im:
  40. gonna:
  41. be:
  42. honest:
  43. - "Im kinda retarded"
  44. pee:
  45. pee:
  46. - "poopoo"
  47. ah:
  48. - "Yes, the negotiator"
  49. ight:
  50. ima:
  51. head:
  52. out:
  53. - "[cmd type=op]kick %player_name% &cIght, you headed out[/cmd]"
  54.  
  55. #This section is an alternative to the section above, or for repeats
  56. #When adding a message, always use lowercase and -s for spaces [for the response it doesn"t matter what you do (double "s don"t matter)]
  57. miscellaneous:
  58. hi-friend:
  59. - "Hello, how are you?"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement