Advertisement
Guest User

CommandPoints.cfg

a guest
Feb 2nd, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. #
  2. # CommandPoints Configuration
  3. #
  4.  
  5. # Point Gain/Loss Console Output
  6. # Use this option if you wish to have events
  7. # regarding the gain or loss of command points
  8. # show up in your console.
  9. gainlossConsoleOutput=true
  10.  
  11. # Log Events
  12. # Here you can list the events that you wish
  13. # to appear in your CommandPoints log (separated
  14. # by spaces). Example: gain loss check
  15. #
  16. # Possible events:
  17. # gain - Whenever a player gains points
  18. # loss - Whenever a player loses/spends points
  19. # check - Whenever a player checks his points
  20. # newaccount - Whenever a new account is made
  21. logEvents=gain loss check newaccount
  22.  
  23. # Log Type
  24. # This sets the logger type. At the moment it can
  25. # either be none or file.
  26. logtype=file
  27.  
  28. # Reduce overhead
  29. # With this set as true, the points database will
  30. # only be saved on a clean server stop. This is not
  31. # recommended and should only be used by those
  32. # who understand its consequences.
  33. reduceOverhead=false
  34.  
  35. # Receive Notify
  36. # With this set to true, players will be notified
  37. # when you manually grant them commandpoints.
  38. receiveNotify=true
  39.  
  40. # Initial CP
  41. # This sets how many command points new players
  42. # start out with.
  43. initialcp=400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement