From 1db974998c4e5242cd2603020e6c8ebfea5b454e Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 25 Apr 2015 00:29:49 +0100 Subject: Bye-bye --- eclipse/config/iChunUtil.cfg | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 eclipse/config/iChunUtil.cfg (limited to 'eclipse/config/iChunUtil.cfg') diff --git a/eclipse/config/iChunUtil.cfg b/eclipse/config/iChunUtil.cfg deleted file mode 100644 index 088c5e5..0000000 --- a/eclipse/config/iChunUtil.cfg +++ /dev/null @@ -1,42 +0,0 @@ -# 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=20 - S:lastCheck=iChunUtil: 4.2.2 -} - - -- cgit v1.2.3