Advertisement
Guest User

TR

a guest
Sep 13th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 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. #- EE
  7. #- RedPowerCore
  8. #- RedPowerControl
  9. #- RedPowerLogic
  10. #- RedPowerMachine
  11. #- RedPowerLighting
  12. #- WirelessRedstone
  13. #- BuildCraft
  14. #- AdditionalPipes
  15. #- AdvancedMachines
  16. #- IndustrialCraft
  17. #- NuclearControl
  18. #- CompactSolars
  19. #- ChargingBench
  20. #- PowerConverters
  21. #- Mffs
  22. #- RailCraft
  23. #- TubeStuffs (Buffer, AutoCraftTableII, BlackHoleChest, Incinerator. Duplicator, Retrievulator)
  24. #- IronChests
  25. #- BalkonWeaponMod
  26. #- EnderChest (EnderChest, EnderPouch)
  27. #-----Cross-Mod------
  28. #- ChunkLoaders
  29. #
  30. #Note: Block Remover is best used "once in a while" because it may lag the server. (not to a great extent like worldedit)
  31. RemoveDisabledModBlocks: false
  32. DisableMod:
  33. - WirelessRedstone
  34. - TubeStuffs
  35. - ChunkLoaders
  36. - AdditionalPipes
  37. - BalkonWeaponMod
  38. - EnderChest
  39.  
  40. #- 200-3000
  41. #- 246
  42. #- "150:3"
  43. DisableItems:
  44. - 27538,
  45. - "250:15"
  46. - 239
  47. - 46
  48. - 6362
  49. - 27583
  50. - 27579
  51. - 27580
  52. - 27581
  53. - 27582
  54. - 6361
  55. - 27574
  56. - "190:7"
  57. - 130
  58. - 27573
  59. - 27570
  60. - 27555
  61. - 26524
  62. - 26525
  63. - 237
  64. - 214
  65. - "126:10"
  66. - "126:11"
  67. - "126:1"
  68. - "126:2"
  69. - "126:6"
  70. - "126:7"
  71. - 179
  72. - 30131
  73. - 27531
  74. - 4095
  75. - 27527
  76. - 27535
  77. - 27532
  78. - "27532:1"
  79. - 4303
  80. - 253
  81. - 127
  82. - 27530
  83. - 26514
  84. - 26515
  85. - 26526
  86. - 26530
  87. - 26517
  88. - 26522
  89. - 27533
  90. - "27533:1"
  91. - "194:2"
  92. - 27584
  93. - 7308
  94. - 7270
  95. - 7303
  96. - 30214
  97. - 27556
  98. - 26523
  99. - 6408
  100. - 27592
  101.  
  102. #Limits the number of blocks a player can place. (Global)
  103. #Please note that these cannot be changed in-game.
  104. # ID Limit (Please use ONE space between the ID and limit to separate them)
  105. #- 153 1
  106. #- 100-200 1
  107. #- "52:55 1"
  108. LimitBlocks: []
  109.  
  110. #UseAntiOilDerrick: true
  111. PreventCraftingWorkarounds: true
  112.  
  113. UseOpenAlc: true
  114. UseNoItem: true
  115. UseItemLimiter: true
  116. UseAutoRPTimer: true
  117. ChangeDisabledItemsIntoId: 3
  118. #3 = dirt :D
  119. #0 = nothing
  120. #ChangeDisabledItemsIntoId: Will not apply unless it is a "true" disabled item on the disabled item lists OR on permissions. (noitem)
  121.  
  122.  
  123. ####Dupes####
  124. PreventRMFurnaceDupe: true
  125. PreventAlcDupe: true
  126. PreventTransmuteDupe: true
  127. ShowDupesOnConsole: false
  128.  
  129.  
  130. ####Global EE Options####
  131. #tekkitrestrict.abypass for admin
  132. AllowGemArmorOffensive: false
  133. AllowGemArmorDefensive: false
  134.  
  135.  
  136. ####SafeZones####
  137. UseSafeZones: true
  138. SSDisableAllItems: true
  139. SSDisableGemArmor: true
  140. SSDechargeEE: true
  141. SSDisableRingOfArcana: true
  142.  
  143. #This will automatically decharge set EE items when a player enters a safezone. (Make your safezones very large)
  144. # Requires SSDischargeEE to be true
  145. DechargeInSS:
  146. - 27526
  147. - 27527
  148. - 27530
  149. - 27531
  150. - 27533
  151. - 27534
  152. - 27535
  153. - 27583
  154. - 27593
  155. - 27543
  156. - 27544
  157. - 27545
  158. - 27546
  159. - 27547
  160. - 27548
  161. - 27564
  162. - 27565
  163. - 27566
  164. - 27567
  165. - 27568
  166. - 27569
  167. - 27570
  168. - 27573
  169. - 27574
  170.  
  171.  
  172. #limit the min time on each timer.
  173. #This overrides the value in the RP Logic config.
  174. RPTimerMin: 2.6
  175.  
  176. #NOTYETIMPLEMENTED
  177. #Logging has never been added to hawkeye or logblock for EE. This adds them.
  178. LogAmulets: false
  179. LogRings: false
  180. LogGemPowers: false
  181. LogDMTools: false
  182. LogRMTools: false
  183. LogDupes: false
  184.  
  185. #NOTYETIMPLEMENTED
  186. #OilDerrick (Global)
  187. #MaxFlySpeed: 1.1
  188.  
  189.  
  190.  
  191.  
  192. #--BlockScrubberThread (TimerRe-time, banned-block remover, ect)
  193. #Threading and performance. (times are in milliseconds)
  194. #Note, the faster you set this to, your server is more likely to lag out.
  195. #Do not edit these values unless you know what you are doing.
  196. GemArmorDThread: 110
  197. SSEntityRemoverThread: 110
  198. AutoDechargerThread: 120
  199. ItemDeleterThread: 500
  200. WorldCleanerThread: 50000
  201. AutoSaveThreadSpeed: 10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement