Advertisement
Guest User

EnergycraftConfig

a guest
Sep 19th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 5.12 KB | None | 0 0
  1. #Configuration file for TekkitRestrict
  2. #Author: DreadEnd
  3. #BukkitDev: http://dev.bukkit.org/server-mods/tekkit-restrict/
  4.  
  5.  
  6. ##############################
  7. #######General Options########
  8. #UseAntiOilDerrick: true
  9. #PreventCraftingWorkarounds: true
  10. UseOpenAlc: true
  11. UseNoItem: true
  12. UseItemLimiter: true
  13. UseAutoRPTimer: true
  14. UseChunkUnloader: false
  15. RPTimerMin: 1.1
  16. ChangeDisabledItemsIntoId: 3
  17. #3 = dirt :D, 0 = nothing
  18.  
  19. #MaxChunks, once this limit is reached, unused chunks will be forcibly saved and removed
  20. #These numbers are normal with Tekkit running a few days. Obviously may vary with
  21. #                                                   plugins and tekkit mod blocks.
  22. #   2,500 chunks = 650MB, 20-TPS
  23. #   5,000 chunks = 1.3GB, ~20-TPS
  24. #   15,000 chunks = 4GB, ~10-TPS
  25. #   30,000 chunks = 8GB, 1-TPS (Tekkit on 6-core i7 Server)
  26. #RadiusFromPlayer -> Distance in chunks(?) away from a player that will NOT deloaded.
  27. MaxChunks: 2000
  28. RadiusFromPlayer: 80
  29.  
  30. ####Dupes####
  31. PreventRMFurnaceDupe: true
  32. PreventAlcDupe: true
  33. PreventTransmuteDupe: true
  34. ShowDupesOnConsole: true
  35. BroadcastDupes: true
  36. BroadcastDupeString: "[TRDupe] {PLAYER} tried to dupe using {DTYPE}!"
  37.  
  38. ####Global EE Options####
  39. AllowGemArmorOffensive: false
  40. AllowGemArmorDefensive: false
  41.  
  42. ####SafeZones####
  43. UseSafeZones: true
  44. SSDisableAllItems: true
  45. #SSDisableGemArmor: true
  46. SSDisableEntities: true
  47. SSDechargeEE: true
  48. SSDisableRingOfArcana: true
  49.  
  50. #### Logging ####
  51. LogLocation: "log"
  52. LogNameFormat: "{DTYPE}-{MONTH}-{DAY}-{YEAR}.txt"
  53. LogStringFormat: "[{HOUR}:{MINUTE}:{SECOND}] {INFO}"
  54. LogIsEnabled: true
  55. LogChunkUnload: true
  56. LogDupes: true
  57. LogAmulets: true
  58. LogRings: true
  59. #LogGemPowers: true
  60. LogDMTools: true
  61. LogRMTools: true
  62. LogEEMisc: true
  63. LogEEDestructive: true
  64. LogEECrafting: true
  65. LogOpenAlc: true
  66.  
  67. LogDebug: false
  68.  
  69.  
  70. #NOTYETIMPLEMENTED
  71. #OilDerrick (Global)
  72. #MaxFlySpeed: 1.1
  73.  
  74. #############################################
  75. ############ Advanced Functions #############
  76. #############################################
  77.  
  78. #- EE
  79. #- RedPowerCore
  80. #- RedPowerControl
  81. #- RedPowerLogic
  82. #- RedPowerMachine
  83. #- RedPowerLighting
  84. #- WirelessRedstone
  85. #- BuildCraft
  86. #- AdditionalPipes
  87. #- AdvancedMachines
  88. #- IndustrialCraft
  89. #- NuclearControl
  90. #- CompactSolars
  91. #- ChargingBench
  92. #- PowerConverters
  93. #- Mffs
  94. #- RailCraft
  95. #- TubeStuffs (Buffer, AutoCraftTableII, BlackHoleChest, Incinerator. Duplicator, Retrievulator)
  96. #- IronChests
  97. #- BalkonWeaponMod
  98. #- EnderChest (EnderChest, EnderPouch)
  99. #-----Cross-Mod------
  100. #- ChunkLoaders
  101. #
  102. #Note: Block Remover is best used "once in a while" because it may lag the server. (not to a great extent like worldedit)
  103. RemoveDisabledModBlocks: false
  104. DisableMod:
  105. - WirelessRedstone
  106. - TubeStuffs
  107.  
  108.  
  109.  
  110. #- 200-3000
  111. #- 246
  112. #- "150:3"
  113. DisableItems:
  114. - 27556
  115. - 30215
  116. - 27531
  117. - 27530
  118. - 27527
  119. - 26522
  120. - 237
  121. - 30214
  122. - 30208:27
  123. - 30208:1
  124. - 30208
  125. - 27535
  126. - 27533
  127. - 27574
  128. - 27584
  129. - 126:11
  130. - 126:10
  131. - 27582
  132. - 27581
  133. - 27579
  134. - 27580
  135. - 27527
  136. - 27594
  137. - 194:2
  138. - 27538
  139.  
  140.  
  141. #Limits the number of blocks a player can place. (Global)
  142. #Please note that these cannot be changed in-game.
  143. #  ID      Limit (Please use ONE space between the ID and limit to separate them)
  144. #- 153 1
  145. #- 100-200 1
  146. #- "52:55 1"
  147. LimitBlocks: []
  148.  
  149.  
  150.  
  151. #NOTYETIMPLEMENTED
  152. #[] CraftBlock literally blocks crafting with both normal crafting tables AND
  153. #       Any "Special" crafting table, such as AutomaticCrafting table and project Table.
  154. #- 27232
  155. #- "126:3"
  156. #CraftBlock: []
  157.  
  158.  
  159.  
  160. #Disable the left or right click of the item.
  161. #- "27562 left"         (All Item Data Types)
  162. #- "27562-27566 left"       (All Items in range)
  163. #- "27562:1 left"       (Single Item Data Type)
  164. #- "27562:1 right"      (Prevent right click)
  165. #- "27562:1 left air"   (Prevents clicking in the air with left click)
  166. #- "27562:1 left block" (Prevents clicking on a block with left click)
  167. #- "27562-27566 left air"       (Prevents Range of Items from being clicked on a block with left click)
  168. #- "27562-27566 right block"    (Prevents Range of Items from being clicked in the air with left click)
  169. DisableClick:
  170. - "27526 left block"
  171.  
  172.  
  173. #This will automatically decharge set EE items when a player enters a safezone. (Make your safezones very large)
  174. #   Requires SSDischargeEE to be true
  175. DechargeInSS:
  176. - 27526
  177. - 27527
  178. - 27530
  179. - 27531
  180. - 27533
  181. - 27534
  182. - 27535
  183. - 27583
  184. - 27593
  185. - 27543
  186. - 27544
  187. - 27545
  188. - 27546
  189. - 27547
  190. - 27548
  191. - 27564
  192. - 27565
  193. - 27566
  194. - 27567
  195. - 27568
  196. - 27569
  197. - 27570
  198. - 27573
  199. - 27574
  200.  
  201.  
  202. #[NEW] MaxCharge limits the maximum EE charge of an item. (0-100%)
  203. #- "27573 30" (This will set the max charge of a morning star to 30%)
  204. #- "27564-27573 50" (This will Gimp ALL Red Matter Tools down to only 50% charge capacity)
  205. MaxCharge:
  206. - "27526 0"
  207.  
  208.  
  209.  
  210. #Threading and performance. (times are in milliseconds)
  211. #Note, the faster you set this to, your server is more likely to lag out.
  212. #  These numbers are in [Milliseconds]. (1000 milliseconds = 1 second)
  213. #Do not edit these values unless you know what you are doing.
  214. GemArmorDThread: 150
  215. AutoDechargerThread: 150
  216. SSEntityRemoverThread: 160
  217. ItemDeleterThread: 500
  218. WorldCleanerThread: 40000
  219. WorldChunkManagerThread: 15000
  220. AutoSaveThreadSpeed: 40000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement