Advertisement
Guest User

config.yml

a guest
Jan 28th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.74 KB | None | 0 0
  1. #II             II  IIIII
  2. # II    III    II   II   I
  3. #  II  II II  II    IIIII
  4. #   II II II II     II
  5. #    II    III      II
  6. #
  7. #     WordPunishments
  8. #
  9. # +------------------------------+
  10. # I Edit the following settings: I
  11. # +------------------------------+
  12. #
  13. # INFO: You are able to use <price> for the price <word> for the cussword and <player> for the player who used it
  14. #       in  privatemessage, replacement, command and publicmessage
  15. # privatemessage is send to the player who used the word
  16. privatemessage: You used <word> and payed <price> Dollars as penalty!
  17.  
  18. # publicmessage is send to everybody
  19. publicmessage: Player <player> payed <price> Dollars for using a cussword!
  20.  
  21. # nopermission is send to players who dont have the permission of a command
  22. nopermission: You do not have the permission to use this command!
  23.  
  24. # replacement is written instead of cusswords in the chat
  25. replacement: '***'
  26.  
  27. # command is a command which is performed if you add it below to the punishment-type list
  28. command: warp hellroom <player>
  29. # enabledbydefault Should WP be activated by default? (If you set it to false you could activate it with /wp on or /wopu on ingame!)
  30. enabledbydefault: true
  31.  
  32. #Should automatic error reporting to the developer be enabled? (Information send is Server, Error, time if an error occurs. Only the developer of the plugin will see the reports!)
  33. enableLogging: true
  34.  
  35. # punishmenttype is what happens to the player who used the cussword
  36. #                PossibleTypes: kick / pay / kill / replace / privatemessage / publicmessage / command
  37. #                The command will be performed as console
  38. #                IMPORTANT: If you use "pay" you need vault!
  39. punishmenttype:
  40. - pay
  41. - replace
  42. - privatemessage
  43. - publicmessage
  44. - kick
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement