Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Configuration file for TekkitRestrict
- #Author: DreadEnd
- #Email: [email protected]
- #BukkitDev: http://dev.bukkit.org/server-mods/tekkit-restrict/
- #- EE
- #- RedPowerCore
- #- RedPowerControl
- #- RedPowerLogic
- #- RedPowerMachine
- #- RedPowerLighting
- #- WirelessRedstone
- #- BuildCraft
- #- AdditionalPipes
- #- AdvancedMachines
- #- IndustrialCraft
- #- NuclearControl
- #- CompactSolars
- #- ChargingBench
- #- PowerConverters
- #- Mffs
- #- RailCraft
- #- TubeStuffs (Buffer, AutoCraftTableII, BlackHoleChest, Incinerator. Duplicator, Retrievulator)
- #- IronChests
- #- BalkonWeaponMod
- #- EnderChest (EnderChest, EnderPouch)
- #-----Cross-Mod------
- #- ChunkLoaders
- #
- #Note: Block Remover is best used "once in a while" because it may lag the server. (not to a great extent like worldedit)
- RemoveDisabledModBlocks: false
- DisableMod:
- - WirelessRedstone
- - TubeStuffs
- - ChunkLoaders
- - AdditionalPipes
- - BalkonWeaponMod
- - EnderChest
- #- 200-3000
- #- 246
- #- "150:3"
- DisableItems:
- - 27538,
- - "250:15"
- - 239
- - 46
- - 6362
- - 27583
- - 27579
- - 27580
- - 27581
- - 27582
- - 6361
- - 27574
- - "190:7"
- - 130
- - 27573
- - 27570
- - 27555
- - 26524
- - 26525
- - 237
- - 214
- - "126:10"
- - "126:11"
- - "126:1"
- - "126:2"
- - "126:6"
- - "126:7"
- - 179
- - 30131
- - 27531
- - 4095
- - 27527
- - 27535
- - 27532
- - "27532:1"
- - 4303
- - 253
- - 127
- - 27530
- - 26514
- - 26515
- - 26526
- - 26530
- - 26517
- - 26522
- - 27533
- - "27533:1"
- - "194:2"
- - 27584
- - 7308
- - 7270
- - 7303
- - 30214
- - 27556
- - 26523
- - 6408
- - 27592
- #Limits the number of blocks a player can place. (Global)
- #Please note that these cannot be changed in-game.
- # ID Limit (Please use ONE space between the ID and limit to separate them)
- #- 153 1
- #- 100-200 1
- #- "52:55 1"
- LimitBlocks: []
- #UseAntiOilDerrick: true
- PreventCraftingWorkarounds: true
- UseOpenAlc: true
- UseNoItem: true
- UseItemLimiter: true
- UseAutoRPTimer: true
- ChangeDisabledItemsIntoId: 3
- #3 = dirt :D
- #0 = nothing
- #ChangeDisabledItemsIntoId: Will not apply unless it is a "true" disabled item on the disabled item lists OR on permissions. (noitem)
- ####Dupes####
- PreventRMFurnaceDupe: true
- PreventAlcDupe: true
- PreventTransmuteDupe: true
- ShowDupesOnConsole: false
- ####Global EE Options####
- #tekkitrestrict.abypass for admin
- AllowGemArmorOffensive: false
- AllowGemArmorDefensive: false
- ####SafeZones####
- UseSafeZones: true
- SSDisableAllItems: true
- SSDisableGemArmor: true
- SSDechargeEE: true
- SSDisableRingOfArcana: true
- #This will automatically decharge set EE items when a player enters a safezone. (Make your safezones very large)
- # Requires SSDischargeEE to be true
- DechargeInSS:
- - 27526
- - 27527
- - 27530
- - 27531
- - 27533
- - 27534
- - 27535
- - 27583
- - 27593
- - 27543
- - 27544
- - 27545
- - 27546
- - 27547
- - 27548
- - 27564
- - 27565
- - 27566
- - 27567
- - 27568
- - 27569
- - 27570
- - 27573
- - 27574
- #limit the min time on each timer.
- #This overrides the value in the RP Logic config.
- RPTimerMin: 2.6
- #NOTYETIMPLEMENTED
- #Logging has never been added to hawkeye or logblock for EE. This adds them.
- LogAmulets: false
- LogRings: false
- LogGemPowers: false
- LogDMTools: false
- LogRMTools: false
- LogDupes: false
- #NOTYETIMPLEMENTED
- #OilDerrick (Global)
- #MaxFlySpeed: 1.1
- #--BlockScrubberThread (TimerRe-time, banned-block remover, ect)
- #Threading and performance. (times are in milliseconds)
- #Note, the faster you set this to, your server is more likely to lag out.
- #Do not edit these values unless you know what you are doing.
- GemArmorDThread: 110
- SSEntityRemoverThread: 110
- AutoDechargerThread: 120
- ItemDeleterThread: 500
- WorldCleanerThread: 50000
- AutoSaveThreadSpeed: 10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement