Tekkit Restrict
Tekkit Restrict (requires Tekkit Classic)
"My initial opinion of having my own server was that players would get along. Boy, was I wrong. Only 2 days after my server's release, I already had 7 players who duped Gem Armor and blew up spawn about a trillion times. After setting gem armor to a certain rank, they then torched my spawn. After disabling most of EE until a certain playtime rank, they then found their own way around my disabling plugin. (noitem)
Then I decided to make Tekkit Restrict..." - DreadSlicer
- Author: DreadEnd (eternialogic@gmail.com)
- Contributor: Taeir (taeirdev@gmail.com)
Features
Crash Prevention
- Prevention of certain server crashing Tekkit Classic problems, like REP's in a deployer
Ban Items and Blocks
- Ban items and blocks from vanilla Minecraft AND from any mod installed.
- Customizable messages for why something is banned (v1.19+)
Limiter
- Limit the amount a player can place of a specific kind of block.
Limited Creative
- Prevent the use (left/rightclick) of certain items in creative.
- Make players unable to move valuable items over from creative to survival.
- Prevent interaction with other inventories in creative.
- Prevent the dropping of items in creative.
Limited Interacts
- Disable the right/left clicking with items.
- Highly customizable: Prevent clicking on a block/in the air/in safezones.
SafeZones
- De-charge EE "Tools" upon entering a marked SafeZone.
- Remove most entities in SafeZones. (not including dropped items, vehicles, players, etc.)
- Force Ring of Arcana into "Earth" mode to prevent griefing.
- Advanced integration with WorldGuard and GriefPrevention to mark all regions or specific ones as safezones.
- Basic integration with Towny, Factions and PreciousStones to mark all regions as safezones.
Smelting/Crafting
- Remove smelting recipes
- Remove crafting recipes
- Prevent the crafting of banned items and warn players so they don't waste ingredients.
- As of v1.19, Tekkit Restrict can prevent crafting of banned items in ALL crafting tables, including project tables and automatic crafting tables, by integrating with forge.
Max EU
- Set the maximum EU charge Electrical IC2 items can hold.
- Change the speed at which Electrical IC2 items charge at.
EMC Value Changer
- Set, change or remove EMC values from any item or block.
Anti-Dupes
- Ability to set a command that will be executed after someone has duped x amount of times.
- Anti-Dupes for:
- RM Furnace Dupes
- Alchemy Bag + Void Ring/Black Hole Band Dupes
- Transmutation Table + Klein Star Dupes
- Tank Cart Dupes
- Teleportation Dupe
- Project Table + 2 players Dupe
- Automatic Crafting Table Mk. 2 + Mining Laser/Mining Turtle/BlockBreaker Dupes
Anti-Hacks
- Ability to set a command that will be executed after someone has hacked x amount of times.
- Anti-Hacks for:
- Speed Hacks
- Fly Hacks
- Forcefield Hacks (hit players out of range/out of your field of view)
Logging
- Split the server log output into various other files.
- Filter out certain messages so they don't show up in the console.
- Log the usage of EE Tools
Other
- Prevent the use of certain Gem armor abilities
- Forcefully unload chunks when the total number is getting too high.
- Prevent the placement of certain blocks next to locked machines/chests, to prevent people from stealing stuff with buildcraft pipes.
- Display the server time used by each and every eventlistener on the server to see what plugins are causing lag.
- Open and modify the alchemy bags and inventories of people, online and offline.
- Teleport to places where there are alot of items on the ground.
- Patch ComputerCraft to make sure people can't crash your server with ComputerCraft scripts.
- Set the minimum time for RedPower timers to prevent lag.
Pages
Compatibility
- Vault - Recommended permissions plugin. (it supports all other permission plugins)
- PermissionsEx/PEX
- GroupManager
- WorldGuard
- GriefPrevention
- LWC
- Factions
- Towny
- PreciousStones
Special Thanks!
Source
The source is available on GitHub: TekkitRestrict GitHub
Dev Builds
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.Link to jenkins
Metrics
Tekkit Restrict uses Hidendra's plugin metrics system, and as of version 1.18 also uses TMetrics by Taeir. This means that the following information is collected and sent to mcstats.org and metrics.taico.nl:
- A unique identifier
- The server's Java version
- Whether the server is in offline or online mode
- The plugin's version
- The minecraft version of the server
- The OS version/name and architecture
- The amount of CPU cores
- The amount of memory allocated to your server
- The number of players online
- The Metrics version
If you wish to disable Metrics, you can do so by opt-ing out, which you can do in the Metrics config file under /plugins/PluginMetrics/
You can disable TMetrics in the General.config.yml file under /plugins/TekkitRestrict/
Auto-updater
Tekkit Restrict has a built-in auto-updater, which connects to BukkitDev to check for updates. If you want to change or disable this behaviour, you can change the update settings in the General.config.yml file.

-
View User Profile
-
Send Message
Posted Oct 20, 2012@ChillaxTeam
I've already tried this alot of times.
-
View User Profile
-
Send Message
Posted Oct 20, 2012@buster1253
Try deleting the TekkitRestirct folder.
-
View User Profile
-
Send Message
Posted Oct 20, 2012Openalc finally works for us on 1.0. Great work, you've done a ton on this plugin.
Any way you could now search all online players for items? For example, the OpenInventory plugin has a command called /searchinv that will search all online players' inventories for an id. Any way you could do that same thing but for online players' alchemy bags?
It's amazing we can easily see in the alchemy bags now, but it would be even more amazing if we could search for a banned item with a simple command.
Also, this thing seems to be flooring our cpu. Can't run it anymore =O
-
View User Profile
-
Send Message
Posted Oct 20, 2012Hey with v1.0 I get this error when I start the server and well nothing works.
22:50:42 [INFO] [tekkitrestrict] Loading tekkitrestrict v1.0 22:50:42 [INFO] [tekkitrestrict] Transfering last Data.db info to new Database prototype 22:50:42 [SEVERE] null initializing tekkitrestrict v1.0 (Is it up to date?) java.lang.NullPointerException at com.github.dreadslicer.tekkitrestrict.tekkitrestrict.initSqlite(tekkitrestrict.java:321) at com.github.dreadslicer.tekkitrestrict.tekkitrestrict.onLoad(tekkitrestrict.java:49) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:226) at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:197) at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:59) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:177) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Then after a bit this comes.
22:50:48 [INFO] [tekkitrestrict] Enabling tekkitrestrict v1.0 22:50:48 [SEVERE] Error occurred while enabling tekkitrestrict v1.0 (Is it up to date?) java.lang.NullPointerException at lib.PatPeter.SQLibrary.Database.writeError(Database.java:92) at lib.PatPeter.SQLibrary.SQLite.query(SQLite.java:123) at com.github.dreadslicer.tekkitrestrict.TRSQLDB.query(TRSQLDB.java:31) at com.github.dreadslicer.tekkitrestrict.TRSafeZone.init(TRSafeZone.java:47) at com.github.dreadslicer.tekkitrestrict.tekkitrestrict.onEnable(tekkitrestrict.java:89) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:264) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:246) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:387) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:374) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:208) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
PS. anyone know a way to put this into a "click to show" tab?
-
View User Profile
-
Send Message
Posted Oct 20, 2012Anyone else's server crashing because of this?
Btw I love this plugin, if it would only work for me! LOL
-
View User Profile
-
Send Message
Posted Oct 20, 2012Thats the thing, 1.00 isn't really safe to use if InventoryThread has to be disabled to stop crashes.
-
View User Profile
-
Send Message
Posted Oct 20, 2012The RPTimer limiter doesn't work on my server. Anyone know how to fix this?
-
View User Profile
-
Send Message
Posted Oct 20, 2012@Lostferret13
Are you using Vault?
-
View User Profile
-
Send Message
Posted Oct 20, 2012Just upgraded to 1.0...whenever I try and execute a /tr admin <> command, it just prints "/tr" and no command is executed. Any ideas? perms are set correctly (both '*' and 'tekkitrestrict.*', OP) using PEX.
FIX: Deleted tekkitrestrict folder and ran plugin again. Works properly now.
-
View User Profile
-
Send Message
Posted Oct 20, 2012@wumpyc
He means a plugin that limits the number of certain blocks that can be placed in the world.
@allbad1
I think it will work without tekkit. In the configuration, disable anything to do with Tekkit and possibly run it on a test server beforehand, I have never tried but am fairly sure it will work.
-
View User Profile
-
Send Message
Posted Oct 20, 2012@allbad1
Block Limiting plugin? If you mean about banning items you can use Tekkit Customizer which is the best for banning
-
View User Profile
-
Send Message
Posted Oct 20, 2012Does this plugin require tekkit? It seems to be the only alive good block limiting plugin on dev.bukkit.org. I'm on a MCPortCentral modded CraftBukkit 1.2.5 server BTW (same as tekkit)
-
View User Profile
-
Send Message
Posted Oct 20, 2012Can confirm that the cpu usage skyrockets leading to server crash.
[edit] setting
and
appears to have remedied this.
-
View User Profile
-
Send Message
Posted Oct 20, 2012@dreadslicer
Even after doing that the CPU usage sky rockets.
-
View User Profile
-
Send Message
Posted Oct 20, 2012Tried that,
Stops the error but doesn't stop mass lag / crash.
Any Ideas?
-
View User Profile
-
Send Message
Posted Oct 20, 2012@OPTIVNERVE
-
View User Profile
-
Send Message
Posted Oct 20, 2012Crashes server after anything is done to config, even reloading. Running 3.1.2 http://pastebin.com/XVrSnnFV
Thanks
-
View User Profile
-
Send Message
Posted Oct 19, 2012Being spammed with "[INFO] Null Receiver"
Can't turn anything to dirt in 1.00 because the server crashes if "ThrottleInventoryThread: true" else its fine.
Had to revert back to .96 since i couldn't keep ThrottleInventoryThread on since it crashed the server.
-
View User Profile
-
Send Message
Posted Oct 19, 2012Item limiter, emc modify, max Eu and max EE charge not working
-
View User Profile
-
Send Message
Posted Oct 19, 2012So to limit the number of blocks players can place I edit the file such that:
This is setup correct?
Then what do I do make a permission node for this?
and can u give me the example of what it would be like.