Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # CommandPoints Configuration
- #
- # Point Gain/Loss Console Output
- # Use this option if you wish to have events
- # regarding the gain or loss of command points
- # show up in your console.
- gainlossConsoleOutput=true
- # Log Events
- # Here you can list the events that you wish
- # to appear in your CommandPoints log (separated
- # by spaces). Example: gain loss check
- #
- # Possible events:
- # gain - Whenever a player gains points
- # loss - Whenever a player loses/spends points
- # check - Whenever a player checks his points
- # newaccount - Whenever a new account is made
- logEvents=gain loss check newaccount
- # Log Type
- # This sets the logger type. At the moment it can
- # either be none or file.
- logtype=file
- # Reduce overhead
- # With this set as true, the points database will
- # only be saved on a clean server stop. This is not
- # recommended and should only be used by those
- # who understand its consequences.
- reduceOverhead=false
- # Receive Notify
- # With this set to true, players will be notified
- # when you manually grant them commandpoints.
- receiveNotify=true
- # Initial CP
- # This sets how many command points new players
- # start out with.
- initialcp=400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement