-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathModelConfig.txt
More file actions
43 lines (38 loc) · 1.19 KB
/
ModelConfig.txt
File metadata and controls
43 lines (38 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# 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=false
# 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
# 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
# Logging
# Use the following values to choose the type of
# logging you would want:
# 0 - No logging
# 1 - Flat-file logging
# (Outputs to PointEventLog.txt)
# 2 - MySQL
# (You give credentials in LogMySQL.cfg)
logType=0