crore

Untitled

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