forked from jjj5311/CivChat2
-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.yml
27 lines (26 loc) · 1.06 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
chat:
#globalChatRange: The base chat distance that people will message across def=1000
globalChatRange: 1000
#defaultChatColor: The default chatcolor to use for global chat def=BLUE
defaultChatColor: WHITE
#color for console and OP "say" command
opChatColor: LIGHT_PURPLE
#yIncreaseDist: The Y-Level to increase chat at def=100
yIncreaseDist: 100
#yIncreaseScale: Scale to increase chat distance.. this value divided by 1000
#so yIncreaseScale=10 will be 10 extra radius per block they go up, 1 would be 1 extra radius per block
#Coded formula globalChatRange = globalChatRange + (globalChatRange * ((yIncreaseScale/1000) * #blocksaboveydist)))
yIncreaseScale: 1
info:
#debug: lots of debugging logging will show up in the console def=false
debug: false
#groups: if NameLayer groups is enabled def=true
groups: true
#afkmessage: The default afk message people will get when player has afk toggled def=Player is currently AFK
afkmessage: Player is currently AFK
mysql:
host: localhost
dbname: ''
port: 3306
username: ''
password: ''