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/
- ##############################
- #######General Options########
- #UseAntiOilDerrick: true
- #PreventCraftingWorkarounds: true
- UseOpenAlc: true
- UseNoItem: true
- UseItemLimiter: true
- UseAutoRPTimer: true
- UseChunkUnloader: false
- RPTimerMin: 1.1
- ChangeDisabledItemsIntoId: 3
- #3 = dirt :D, 0 = nothing
- #MaxChunks, once this limit is reached, unused chunks will be forcibly saved and removed
- #These numbers are normal with Tekkit running a few days. Obviously may vary with
- # plugins and tekkit mod blocks.
- # 2,500 chunks = 650MB, 20-TPS
- # 5,000 chunks = 1.3GB, ~20-TPS
- # 15,000 chunks = 4GB, ~10-TPS
- # 30,000 chunks = 8GB, 1-TPS (Tekkit on 6-core i7 Server)
- #RadiusFromPlayer -> Distance in chunks(?) away from a player that will NOT deloaded.
- MaxChunks: 2000
- RadiusFromPlayer: 80
- ####Dupes####
- PreventRMFurnaceDupe: true
- PreventAlcDupe: true
- PreventTransmuteDupe: true
- ShowDupesOnConsole: true
- BroadcastDupes: true
- BroadcastDupeString: "[TRDupe] {PLAYER} tried to dupe using {DTYPE}!"
- ####Global EE Options####
- AllowGemArmorOffensive: false
- AllowGemArmorDefensive: false
- ####SafeZones####
- UseSafeZones: true
- SSDisableAllItems: true
- #SSDisableGemArmor: true
- SSDisableEntities: true
- SSDechargeEE: true
- SSDisableRingOfArcana: true
- #### Logging ####
- LogLocation: "log"
- LogNameFormat: "{DTYPE}-{MONTH}-{DAY}-{YEAR}.txt"
- LogStringFormat: "[{HOUR}:{MINUTE}:{SECOND}] {INFO}"
- LogIsEnabled: true
- LogChunkUnload: true
- LogDupes: true
- LogAmulets: true
- LogRings: true
- #LogGemPowers: true
- LogDMTools: true
- LogRMTools: true
- LogEEMisc: true
- LogEEDestructive: true
- LogEECrafting: true
- LogOpenAlc: true
- LogDebug: false
- #NOTYETIMPLEMENTED
- #OilDerrick (Global)
- #MaxFlySpeed: 1.1
- #############################################
- ############ Advanced Functions #############
- #############################################
- #- 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
- #- 200-3000
- #- 246
- #- "150:3"
- DisableItems:
- - 27556
- - 30215
- - 27531
- - 27530
- - 27527
- - 26522
- - 237
- - 30214
- - 30208:27
- - 30208:1
- - 30208
- - 27535
- - 27533
- - 27574
- - 27584
- - 126:11
- - 126:10
- - 27582
- - 27581
- - 27579
- - 27580
- - 27527
- - 27594
- - 194:2
- - 27538
- #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: []
- #NOTYETIMPLEMENTED
- #[] CraftBlock literally blocks crafting with both normal crafting tables AND
- # Any "Special" crafting table, such as AutomaticCrafting table and project Table.
- #- 27232
- #- "126:3"
- #CraftBlock: []
- #Disable the left or right click of the item.
- #- "27562 left" (All Item Data Types)
- #- "27562-27566 left" (All Items in range)
- #- "27562:1 left" (Single Item Data Type)
- #- "27562:1 right" (Prevent right click)
- #- "27562:1 left air" (Prevents clicking in the air with left click)
- #- "27562:1 left block" (Prevents clicking on a block with left click)
- #- "27562-27566 left air" (Prevents Range of Items from being clicked on a block with left click)
- #- "27562-27566 right block" (Prevents Range of Items from being clicked in the air with left click)
- DisableClick:
- - "27526 left block"
- #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
- #[NEW] MaxCharge limits the maximum EE charge of an item. (0-100%)
- #- "27573 30" (This will set the max charge of a morning star to 30%)
- #- "27564-27573 50" (This will Gimp ALL Red Matter Tools down to only 50% charge capacity)
- MaxCharge:
- - "27526 0"
- #Threading and performance. (times are in milliseconds)
- #Note, the faster you set this to, your server is more likely to lag out.
- # These numbers are in [Milliseconds]. (1000 milliseconds = 1 second)
- #Do not edit these values unless you know what you are doing.
- GemArmorDThread: 150
- AutoDechargerThread: 150
- SSEntityRemoverThread: 160
- ItemDeleterThread: 500
- WorldCleanerThread: 40000
- WorldChunkManagerThread: 15000
- AutoSaveThreadSpeed: 40000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement