Default configuration serveur Build NG RED
This commit is contained in:
23
config/modstats.cfg
Executable file
23
config/modstats.cfg
Executable file
@@ -0,0 +1,23 @@
|
||||
# Configuration file
|
||||
|
||||
####################
|
||||
# updates
|
||||
####################
|
||||
|
||||
updates {
|
||||
# Allow to send current mod versions to the server and check for updates.
|
||||
# It allows to mod authors to see mod's popularity. Please don't disable it without necessity
|
||||
B:AllowUpdates=false
|
||||
|
||||
# Set true to receive notifications about beta versions. Otherwise you will only receive information about stable versions
|
||||
B:BetaNotifications=false
|
||||
|
||||
# Check for updates only for current MC version.
|
||||
# Ex:if you have MC 1.4.2 and ForCurrentMinecraftVersion is true, then you wouldn't receive notifications about versions for MC 1.4.5
|
||||
B:ForCurrentMinecraftVersion=false
|
||||
|
||||
# Don't display chat message, just add message to the log.
|
||||
B:LogOnly=false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user