-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconfig.yml
124 lines (111 loc) · 2.74 KB
/
config.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
#Change to MySQL for mysql support#
#Change to SQLite for sqlite support#
Database: SQLite
#MySQL Information#
MySQL:
Database: 'jdbc:mysql://localhost:3306/minecraft'
User: 'root'
Password: 'root'
Table: 'banlist'
IPTable: 'banlistip'
#SQLite Information#
SQLite:
Filename: 'banlist'
<<<<<<< HEAD
#delete dat on ban#
=======
#delete data on ban#
#Player file will be deleted from world folder
>>>>>>> refs/remotes/origin/master
CleanOnBan: true
#clear warnings on ban#
ClearWarnOnBan: false
Log:
Enabled: true
#Max Warnings#
MaxWarning:
Enable: false
Amt: 5
#possible actions: ban,kick,ipban,perma,tempban,tempipban#
Result: ban
Silent: true
Reason: 'Max Warnings'
#Used with Temporary actions#
Temp:
Amt: 5
#Types: sec,min,hour,day,week,month#
Mode: day
#Default labels#
Label:
Console: 'Server'
#if reason not defined
Reason: 'Unsure'
#change to true/false to enable/disable lockdown#
#also can be done ingame /lockdown#
#Players without required permissions can't
#Join server during lockdown.
Lockdown: false
#Check for duplicates on Login#
Login:
DupeCheck:
Enable: true
#Chat#
Chat:
#Checks Chat Messages for a valid IP address#
#If its not valid, trust me they can't connect to it#
IPCheck:
Enable: true
#Wildcards %scramble% will scramble the ip and %replace% will show your ip instead#
#If no wildcards are present the message entered will replace the ip#
#leave blank to erase#
Blocking: '{Block}'
#kick,jail,warn,ban,ipban, leave blank for no action#
Result: warn
Silent: false
Reason: 'Advertising'
#This will allow you to filter out messages containing any words that you define#
SwearCensor:
Enable: true
#Use your imagination these are not for me to decide#
Words: 'test testing tests'
#Wildcards %scramble% will scramble the word#
#If no wildcards are present the message entered will replace the word#
#leave blank to erase#
Blocking: '{Block}'
#kick,jail,warn,ban,ipban, leave blank for no action#
Result: warn
Silent: false
Reason: 'Language'
#Checks if the message is duplicate and disables it#
SpamCheck:
Enable: true
#The amount of messages to give a result#
Counter: 10
#kick,jail,warn,ban,ipban, leave blank for no action#
Result: kick
Silent: false
Reason: 'Spam'
Muted:
Vannila: true
#When Vanilla: true allowed commands.#
AllowedCommands:
- '/login'
- '/register'
#Jail Configuration#
Jail:
Mute: true
Vanilla: true
#When Vanilla: true allowed commands.#
AllowedCommands:
- '/login'
- '/register'
Mode:
Second: Second
Minute: Minute
Hour: Hour
Day: Day
Week: Week
Month: Month
Year: Year
#Your language file name
Language: 'en-us'