Advertisement
Guest User

NO WORK

a guest
Jun 20th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. #Do you want to kick players when they swear?
  2. KICK_ON_SWEAR: false
  3. #The message to be shown to players when they swear. This will be the kick message if kicking is enabled.
  4. KICK_MESSAGE: '&4Swearing is not allowed on this server!'
  5. EXPLOSION_ON_SWEAR: false
  6. #false for blocking message and true for doing NEW_MESSAGE instead.
  7. REPLACE_MESSAGE: true
  8. #Should the censored word be replaced with NEW_MESSAGE? ONly works if REPLACE_MESSAGE is false
  9. BEEP_WORD: true
  10. #Command for the console to execute when someone swears use <player> for the player that swears
  11. COMMAND_ON_SWEAR: warn <player>
  12. #The message to replace the swears with requires REPLACE_MESSAGE to be true
  13. NEW_MESSAGE: I am a poop face!
  14. #Put all words to censor here
  15. list:
  16. - fuck
  17. - shit
  18. - bitch
  19. - kunt
  20. - cunt
  21. - slut
  22. - fag
  23. - faggot
  24. - nigger
  25. - nigga
  26. - loser
  27. - ugly
  28. - dumbass
  29. - ass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement