Advertisement
Seanbeag

Tekkit Restrict

Oct 7th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.70 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. ########################################################
  8. ## Some fast notes for you all. First, every option ##
  9. ## in this file is Reloadable. That means that by ##
  10. ## typing "/tr reload" in-game as an admin with ##
  11. ## "tekkitrestrict.admin", or typing "tr reload" in ##
  12. ## the console, you can reload every single config ##
  13. ## change in this file. ##
  14. ## ##
  15. ## Have fun, Play safe. Good luck. ##
  16. ## * DreadEnd * out. ##
  17. ########################################################
  18.  
  19.  
  20. ##############################
  21. #######General Options########
  22. #UseAntiOilDerrick: true
  23. #PreventCraftingWorkarounds: true
  24. UseOpenAlc: true
  25. UseNoItem: true
  26. UseItemLimiter: true
  27. UseAutoRPTimer: true
  28. UseAntiFlyHack: false
  29. UseAntiMovementSpeedHack: false
  30. UseAntiForcefield: true
  31. RPTimerMin: 1.1
  32. FlyLimitDailyMinutes: 99999999999
  33.  
  34. ####Dupes####
  35. PreventRMFurnaceDupe: true
  36. PreventAlcDupe: true
  37. PreventTransmuteDupe: true
  38. ShowDupesOnConsole: false
  39. BroadcastDupes: true
  40. BroadcastDupeString: "[TRDupe] {PLAYER} tried to dupe using {DTYPE}!"
  41.  
  42. ####Global EE Options####
  43. AllowGemArmorOffensive: false
  44. AllowGemArmorDefensive: false
  45.  
  46. ####SafeZones####
  47. UseSafeZones: true
  48. SSDisableAllItems: true
  49. #SSDisableGemArmor: true
  50. SSDisableEntities: true
  51. SSDechargeEE: true
  52. SSDisableRingOfArcana: true
  53. SSDisableEERightClick: true
  54.  
  55. #### Logging ####
  56. LogLocation: "log"
  57. LogNameFormat: "{DTYPE}-{MONTH}-{DAY}-{YEAR}.txt"
  58. LogStringFormat: "[{HOUR}:{MINUTE}:{SECOND}] {INFO}"
  59. LogIsEnabled: true
  60. #--- Hacks/Dupes
  61. LogFlyHack: true
  62. LogMovementSpeedHack: true
  63. LogForcefieldHack: true
  64. LogDupes: true
  65. #--- EE
  66. LogAmulets: true
  67. LogRings: true
  68. LogDMTools: true
  69. LogRMTools: true
  70. LogEEMisc: true
  71. LogEEDestructive: true
  72. LogEECrafting: true
  73. #LogGemPowers: true
  74. #--- Commands
  75. LogOpenAlc: true
  76.  
  77.  
  78. LogDebug: false
  79.  
  80.  
  81. #Anti-hacks (Global)
  82. HackMoveSpeedMax: 1.5
  83. HackMoveSpeedTolerance: 10
  84. HackFlyTolerance: 70
  85. HackFlyMinHeight: 2
  86. HackForcefieldTolerance: 20
  87.  
  88. HackBan: []
  89. HackKick: ["flyhack","forcefieldhack","speedhack"]
  90. HackBroadcasts: ["flyhack","forcefieldhack","speedhack"]
  91. HackBroadcastString: "[TRHack] {PLAYER} {ACTION} {HTYPE}!"
  92.  
  93. #"flyhack", "forcefieldhack", "speedhack"
  94.  
  95. #############################################
  96. ############ Advanced Functions #############
  97. #############################################
  98.  
  99. #- EE
  100. #- RedPowerCore
  101. #- RedPowerControl
  102. #- RedPowerLogic
  103. #- RedPowerMachine
  104. #- RedPowerLighting
  105. #- WirelessRedstone
  106. #- BuildCraft
  107. #- AdditionalPipes
  108. #- AdvancedMachines
  109. #- IndustrialCraft
  110. #- NuclearControl
  111. #- CompactSolars
  112. #- ChargingBench
  113. #- PowerConverters
  114. #- Mffs
  115. #- RailCraft
  116. #- TubeStuffs (Buffer, AutoCraftTableII, BlackHoleChest, Incinerator. Duplicator, Retrievulator)
  117. #- IronChests
  118. #- BalkonWeaponMod
  119. #- EnderChest (EnderChest, EnderPouch)
  120. #-----Cross-Mod------
  121. #- ChunkLoaders
  122.  
  123. #- 200-3000
  124. #- 246
  125. #- "150:3"
  126. RemoveDisabledItemBlocks: false
  127. ChangeDisabledItemsIntoId: 3
  128. DisableItems: []
  129.  
  130.  
  131.  
  132. #Limits the number of blocks a player can place. (Global)
  133. #Please note that these cannot be changed in-game.
  134. # ID Limit (Please use ONE space between the ID and limit to separate them)
  135. #- 153 1
  136. #- 100-200 1
  137. #- "52:55 1"
  138. LimitBlocks:
  139. - 126 16
  140. - "126:1 16"
  141. - "126:2 16"
  142. - "126:5 16"
  143. - "126:6 16"
  144. - "126:7 16"
  145. - 153 1
  146.  
  147. #[] RecipeBlock removes the recipe from both vanilla and Forge mods.
  148. # please note that once you remove a recipe with /tr reload + config,
  149. # you must restart the server in order to get them back if you changed
  150. # the config.
  151. #- 27232
  152. #- "126:3"
  153. #- ee
  154. RecipeBlock: []
  155.  
  156.  
  157.  
  158. #[] RecipeFurnaceBlock removes the recipe with the start item specified
  159. # Below. AKA: bake some wood, remove recipe by removing
  160. # the log, not the resultant, coal.
  161. #- 27232
  162. #- "126:3"
  163. RecipeFurnaceBlock: []
  164.  
  165.  
  166.  
  167. #Disable the left or right click of the item.
  168. #- "27562 left" (All Item Data Types)
  169. #- "27562-27566 left" (All Items in range)
  170. #- "27562:1 left" (Single Item Data Type)
  171. #- "27562:1 right" (Prevent right click)
  172. #- "27562:1 left air" (Prevents clicking in the air with left click)
  173. #- "27562:1 left block" (Prevents clicking on a block with left click)
  174. #- "27562-27566 left air" (Prevents Range of Items from being clicked in air with left click)
  175. #- "27562-27566 right block" (Prevents Range of Items from being clicked on a block with left click)
  176. #- "27562-27566 right safezone" (Prevents Range of Items from being right clicked inside a SafeZone
  177. #- "27562-27566 right air safezone" (Prevents Range of Items from being right clicked on air inside a SafeZone
  178. DisableClick: []
  179.  
  180.  
  181.  
  182. #This will automatically decharge set EE items when a player enters a safezone. (Make your safezones very large)
  183. # Requires SSDischargeEE to be true
  184. DechargeInSS:
  185. - 27526
  186. - 27527
  187. - 27530
  188. - 27531
  189. - 27533
  190. - 27534
  191. - 27535
  192. - 27583
  193. - 27593
  194. - 27543
  195. - 27544
  196. - 27545
  197. - 27546
  198. - 27547
  199. - 27548
  200. - 27564
  201. - 27565
  202. - 27566
  203. - 27567
  204. - 27568
  205. - 27569
  206. - 27570
  207. - 27573
  208. - 27574
  209.  
  210.  
  211.  
  212. #MaxCharge limits the maximum EE charge of an item. (0-100%)
  213. #- "27573 30" (This will set the max charge of a morning star to 30%)
  214. #- "27564-27573 50" (This will Gimp ALL Red Matter Tools down to only 50% charge capacity)
  215. MaxCharge: []
  216.  
  217.  
  218.  
  219. #LWC Protection Extension for Tekkit
  220. # Prevents specified IDs from being placed next to a lockette unless
  221. # CPrivate or Cmodified to give a player permissions.
  222. # Useful for preventing players from "pumping" or breaking chests.
  223. LWCPreventNearLocked:
  224. - 4306
  225. - 4301
  226. - "150:1"
  227. - 136
  228.  
  229.  
  230.  
  231. #Filter out your logs! All you have to do is enter a bit of the string of that console
  232. # log that you want to filter out.
  233. # ** cApsLOCK safe.
  234. LogFilter:
  235. - "joined with"
  236. - "overloaded?"
  237. - "could not get information about this craftbukkit"
  238. - "sending serverside check to"
  239. - "server permissions file permissions.yml is empty, ignoring it"
  240. - "lost connection"
  241. - "[metrics] connection reset"
  242.  
  243.  
  244. # Errors/Warnings
  245. #- "[warning]"
  246. #- "[severe]"
  247.  
  248.  
  249.  
  250.  
  251. #Threading and performance. (times are in milliseconds)
  252. #Note, the faster you set this to, your server is more likely to lag out.
  253. # These numbers are in [Milliseconds]. (1000 milliseconds = 1 second)
  254. #Do not edit these values unless you know what you are doing.
  255. GemArmorDThread: 300
  256. AutoDechargerThread: 400
  257. SSEntityRemoverThread: 300
  258. ItemDeleterThread: 1000
  259. WorldCleanerThread: 40000
  260. AutoSaveThreadSpeed: 80000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement