Advertisement
Guest User

TR

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