Advertisement
crore

Untitled

Oct 27th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 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. #Limit fly time using rings and jet packs in minutes
  9. FlyLimitDailyMinutes: 99999999999
  10.  
  11. ####Global EE Options####
  12. AllowGemArmorOffensive: false
  13. AllowGemArmorDefensive: true
  14.  
  15. # Limit RedPower timer's minimum time by seconds
  16. RPTimerMin: 1.1
  17.  
  18.  
  19. ######## Set EMC ########
  20. # Set EMC Values for ANY Item, including items that are not previously in the system.
  21. #DIFFICULTY: HARD Mode -> DarkMatter, DM Blocks, RedMatter, RMBlocks EMC*2.
  22. #- "27541 300000"
  23. #- "126:8 800000"
  24. #- "27563 900000"
  25. #- "126:9 1300000"
  26. #########################
  27. SetEMC:
  28. #DEFAULT: EMC farm removal [[Milk, Blaze Rod, Bonemeal, Indigo Flower, Flower, Rose, Seed]]
  29. - "369 100"
  30. - "377 780"
  31. - "351:15 30"
  32. - "139 4"
  33. - "37 4"
  34. - "38 4"
  35. - "295 4"
  36. - "27541 300000"
  37. - "126:8 800000"
  38. - "27563 900000"
  39. - "126:9 1300000"
  40.  
  41.  
  42. ######## Item Max EU ########
  43. #Max EU storable in an IC2 Item (Check out IC2 Wiki for MaxEU details)
  44. ### Default EU values ###
  45. #- "30148 40000" #Nano saber
  46. #- "30234 10000" #Diamond Drill
  47. #- "30177 100000" #ANY piece Nano Armor
  48. #- "30173 1000000" #ANY piece Quantum Armor
  49. #############################
  50. MaxEU: []
  51.  
  52. # Charge Quantum armor set 2x slower
  53. #- "30171-30174 1000000 500"
  54. # Charge Quantum armor set 4x slower
  55. #- "30171-30174 1000000 250"
  56.  
  57.  
  58.  
  59.  
  60. ######## Max EE Tool Charge ########
  61. #MaxCharge limits the maximum EE charge of an item. (0-100%)
  62. #- "27573 30" (This will set the max charge of a morning star to 30%)
  63. #- "27564-27573 50" (This will Gimp ALL Red Matter Tools down to only 50% charge capacity)
  64. ####################################
  65. MaxCharge: [
  66. - "27564-27573 50"]
  67.  
  68.  
  69.  
  70.  
  71. #This will automatically decharge set EE items when a player enters a safezone. (Make your safezones very large)
  72. # Requires SSDischargeEE to be true
  73. DechargeInSS:
  74. - 27526
  75. - 27527
  76. - 27530
  77. - 27531
  78. - 27533
  79. - 27534
  80. - 27535
  81. - 27583
  82. - 27593
  83. - 27543
  84. - 27544
  85. - 27545
  86. - 27546
  87. - 27547
  88. - 27548
  89. - 27564
  90. - 27565
  91. - 27566
  92. - 27567
  93. - 27568
  94. - 27569
  95. - 27570
  96. - 27573
  97. - 27574
  98.  
  99.  
  100.  
  101.  
  102. ##############################
  103. ##############################
  104. ##############################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement