Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. I:waila.cfg.alpha=80
  5. I:waila.cfg.bgcolor=1048592
  6. I:waila.cfg.fontcolor=10526880
  7. I:waila.cfg.gradient1=5243135
  8. I:waila.cfg.gradient2=2621567
  9. I:waila.cfg.heartsperline=20
  10. B:waila.cfg.keybind=true
  11. B:waila.cfg.liquid=false
  12. I:waila.cfg.maxhpbeforetext=40
  13. B:waila.cfg.metadata=false
  14. B:waila.cfg.newfilters=true
  15. I:waila.cfg.posx=5000
  16. I:waila.cfg.posy=100
  17. I:waila.cfg.scale=100
  18. B:waila.cfg.show=true
  19. B:waila.cfg.showmode=true
  20. }
  21.  
  22.  
  23. ##########################################################################################################
  24. # modules
  25. #--------------------------------------------------------------------------------------------------------#
  26. # Those are the config keys defined in modules.
  27. # Server side, it is used to enforce keys client side using the next section.
  28. ##########################################################################################################
  29.  
  30. modules {
  31. B:bc.tankamount=true
  32. B:bc.tanktype=true
  33. B:enderstorage.colors=true
  34. B:extrautilities.fluidamount=true
  35. B:facades.hidden=true
  36. B:general.showcrop=true
  37. B:general.showhp=true
  38. B:openblocks.fluidamount=true
  39. B:sync.showactive=true
  40. B:sync.showentity=true
  41. B:sync.showowner=true
  42. B:sync.showpower.output=true
  43. B:sync.showprogress=true
  44. B:tcon.basin=true
  45. B:tcon.castingchannel=true
  46. B:tcon.searedtank=true
  47. B:tcon.smeltery=true
  48. B:tcon.table=true
  49. B:thaumcraft.aspects=true
  50. B:thermalexpansion.cache=true
  51. B:thermalexpansion.energycell=true
  52. B:thermalexpansion.energyhandler=true
  53. B:thermalexpansion.fluidamount=true
  54. B:thermalexpansion.fluidtype=true
  55. B:thermalexpansion.owner=true
  56. B:thermalexpansion.tankmode=true
  57. B:thermalexpansion.tessfreq=true
  58. B:thermalexpansion.tesssendrecv=true
  59. B:vanilla.comparator=true
  60. B:vanilla.jukebox=true
  61. B:vanilla.leverstate=true
  62. B:vanilla.redstone=true
  63. B:vanilla.repeater=true
  64. B:vanilla.silverfish=true
  65. B:vanilla.spawntype=true
  66. }
  67.  
  68.  
  69. ##########################################################################################################
  70. # server_forcing
  71. #--------------------------------------------------------------------------------------------------------#
  72. # Any key set to true here will ensure that the client is using the configuration set in the 'module' section above.
  73. # This is useful for enforcing false to 'cheating' keys like silverfish.
  74. ##########################################################################################################
  75.  
  76. server_forcing {
  77. B:bc.tankamount=false
  78. B:bc.tanktype=false
  79. B:enderstorage.colors=false
  80. B:extrautilities.fluidamount=false
  81. B:facades.hidden=false
  82. B:general.showcrop=false
  83. B:general.showhp=false
  84. B:openblocks.fluidamount=false
  85. B:sync.showactive=false
  86. B:sync.showentity=false
  87. B:sync.showowner=false
  88. B:sync.showpower.output=false
  89. B:sync.showprogress=false
  90. B:tcon.basin=false
  91. B:tcon.castingchannel=false
  92. B:tcon.searedtank=false
  93. B:tcon.smeltery=false
  94. B:tcon.table=false
  95. B:thaumcraft.aspects=false
  96. B:thermalexpansion.cache=false
  97. B:thermalexpansion.energycell=false
  98. B:thermalexpansion.energyhandler=false
  99. B:thermalexpansion.fluidamount=false
  100. B:thermalexpansion.fluidtype=false
  101. B:thermalexpansion.owner=false
  102. B:thermalexpansion.tankmode=false
  103. B:thermalexpansion.tessfreq=false
  104. B:thermalexpansion.tesssendrecv=false
  105. B:vanilla.comparator=false
  106. B:vanilla.jukebox=false
  107. B:vanilla.leverstate=false
  108. B:vanilla.redstone=false
  109. B:vanilla.repeater=false
  110. B:vanilla.silverfish=false
  111. B:vanilla.spawntype=false
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement