summaryrefslogtreecommitdiff
path: root/eclipse/config/iChunUtil.cfg
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-12 16:32:33 +0300
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-12 16:32:33 +0300
commit9dc6f69f701e42b30adf7d1b01488f425eaec265 (patch)
treeaf02d094f80755054370c44f6adc519caaca0989 /eclipse/config/iChunUtil.cfg
parent4f29b0ed24e393be7074abd851e207aadab38196 (diff)
Changes, idk...
Diffstat (limited to 'eclipse/config/iChunUtil.cfg')
-rw-r--r--eclipse/config/iChunUtil.cfg42
1 files changed, 42 insertions, 0 deletions
diff --git a/eclipse/config/iChunUtil.cfg b/eclipse/config/iChunUtil.cfg
new file mode 100644
index 0000000..4691793
--- /dev/null
+++ b/eclipse/config/iChunUtil.cfg
@@ -0,0 +1,42 @@
+# Configuration file
+
+##########################################################################################################
+# versioncheck
+#--------------------------------------------------------------------------------------------------------#
+# These configs are for the mod version update checker added by iChunUtil.
+##########################################################################################################
+
+versioncheck {
+ # How often will you be notified of the update?(Client config)
+ # 0 = Once you connect to server
+ # 1 = Once a day
+ # 2 = Only once until newer updates.
+ # 3 = Never (This just hides notifications. The mod will still check for updates and print out to the console).
+ #
+ # Min: 0
+ # Max: 3
+ I:versionNotificationFrequency=3
+
+ # How will the CLIENT be notified of updates? (Servers will always have the update printed to the console. Singleplayer is yourself joining a self hosted server)
+ # 0 = Notify of updates regardless of player status (op or not).
+ # 1 = Notify only server ops of updates (Clientside only mod updates will still show)
+ # 2 = Allow client to notify themselves of updates.
+ #
+ # Min: 0
+ # Max: 2
+ I:versionNotificationTypes=1
+}
+
+
+##########################################################################################################
+# versionsave
+#--------------------------------------------------------------------------------------------------------#
+# These are save info for the update checker. Don't change these unless you want to break stuff.
+##########################################################################################################
+
+versionsave {
+ I:dayCheck=11
+ S:lastCheck=iChunUtil: 4.2.2
+}
+
+