Initial commit
This commit is contained in:
30
both/config/AppliedEnergistics2/VersionChecker.cfg
Normal file
30
both/config/AppliedEnergistics2/VersionChecker.cfg
Normal file
@@ -0,0 +1,30 @@
|
||||
# Configuration file
|
||||
|
||||
cache {
|
||||
# Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24]
|
||||
I:interval=24
|
||||
S:lastCheck=1675545772723
|
||||
}
|
||||
|
||||
|
||||
channel {
|
||||
# Determines the channel level which should be checked for updates. Can be either Stable, Beta or Alpha. [default: Beta]
|
||||
S:level=Beta
|
||||
}
|
||||
|
||||
|
||||
client {
|
||||
# If true, the player is getting a notification including changelog. Only happens if notification are enabled. [default: true]
|
||||
B:changelog=true
|
||||
|
||||
# If true, the player is getting a notification, that a new version is available. [default: true]
|
||||
B:notify=true
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# If true, the version checker is enabled. Acts as a master switch. [default: true]
|
||||
B:enabled=true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user