summaryrefslogtreecommitdiff
path: root/eclipse/config/Waila.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/Waila.cfg
parent4f29b0ed24e393be7074abd851e207aadab38196 (diff)
Changes, idk...
Diffstat (limited to 'eclipse/config/Waila.cfg')
-rw-r--r--eclipse/config/Waila.cfg74
1 files changed, 74 insertions, 0 deletions
diff --git a/eclipse/config/Waila.cfg b/eclipse/config/Waila.cfg
new file mode 100644
index 0000000..215fb25
--- /dev/null
+++ b/eclipse/config/Waila.cfg
@@ -0,0 +1,74 @@
+# Configuration file
+
+general {
+ I:waila.cfg.alpha=80
+ I:waila.cfg.bgcolor=1048592
+ I:waila.cfg.fontcolor=10526880
+ I:waila.cfg.gradient1=5243135
+ I:waila.cfg.gradient2=2621567
+ I:waila.cfg.heartsperline=20
+ B:waila.cfg.keybind=true
+ B:waila.cfg.liquid=false
+ I:waila.cfg.maxhpbeforetext=40
+ B:waila.cfg.metadata=false
+ B:waila.cfg.newfilters=true
+ I:waila.cfg.posx=5000
+ I:waila.cfg.posy=100
+ I:waila.cfg.scale=100
+ B:waila.cfg.show=true
+ B:waila.cfg.showmode=true
+}
+
+
+##########################################################################################################
+# modules
+#--------------------------------------------------------------------------------------------------------#
+# Those are the config keys defined in modules.
+# Server side, it is used to enforce keys client side using the next section.
+##########################################################################################################
+
+modules {
+ B:general.showcrop=true
+ B:general.showhp=true
+ B:simplefluidtankscapacityInMb=true
+ B:simplefluidtanksfluidName=true
+ B:simplefluidtankslinkStatus=true
+ B:simplefluidtankstankCapacity=true
+ B:simplefluidtankstankCount=true
+ B:simplefluidtankstotalCapacity=true
+ B:vanilla.comparator=true
+ B:vanilla.jukebox=true
+ B:vanilla.leverstate=true
+ B:vanilla.redstone=true
+ B:vanilla.repeater=true
+ B:vanilla.silverfish=true
+ B:vanilla.spawntype=true
+}
+
+
+##########################################################################################################
+# server_forcing
+#--------------------------------------------------------------------------------------------------------#
+# Any key set to true here will ensure that the client is using the configuration set in the 'module' section above.
+# This is useful for enforcing false to 'cheating' keys like silverfish.
+##########################################################################################################
+
+server_forcing {
+ B:general.showcrop=false
+ B:general.showhp=false
+ B:simplefluidtankscapacityInMb=false
+ B:simplefluidtanksfluidName=false
+ B:simplefluidtankslinkStatus=false
+ B:simplefluidtankstankCapacity=false
+ B:simplefluidtankstankCount=false
+ B:simplefluidtankstotalCapacity=false
+ B:vanilla.comparator=false
+ B:vanilla.jukebox=false
+ B:vanilla.leverstate=false
+ B:vanilla.redstone=false
+ B:vanilla.repeater=false
+ B:vanilla.silverfish=false
+ B:vanilla.spawntype=false
+}
+
+