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 ([email protected])
- Contributor: Taeir ([email protected])
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.
Hello everyone,
TekkitRestrict 2.0 is now out of beta and TekkitRestrict 2.0 Release is downloadable.
Please mind that it has different config files, and that there is no way to automatically update your old files.
The first time you run the new version, you will get a notification in the console\logs (And it is shown for about 10-20 seconds), your old configs will be backed up, and new configs will be generated. Don't worry, the Database is still compatible, so the Limiter and Safezones should work fine.
I promise this will be the last time you have to fully reconfigure TekkitRestrict because of an update, since TekkitRestrict now uses a different Config system, with much better control, and many useful features.
TekkitRestrict 2.0 adds a few nice things, fixes a ton of bugs, and improves a lot on performance. I worked on it for so long that I forgot what I all added, but since you have to reconfigure things anyway, I recommend that you just go by each config file, read the explanations, and see what's new yourself. Ofc the download page also shows some of the changes in more detail.
There is also a new version of EEPatch, which fixes some more dupes and adds some settings for separating Alchemy Bags between worlds.
Enjoy!
Best Regards,
Taeir
I am getting this error when starting my server:
17:13:30 [SEVERE] ee/events/EEEnums$EEWatchAction initializing TekkitRestrict v2.0 Beta 1 (Is it up to date?) java.lang.NoClassDefFoundError: ee/events/EEEnums$EEWatchAction at nl.taico.tekkitrestrict.eepatch.EEPSettings.loadOtherActions(EEPSettings.java:565) at nl.taico.tekkitrestrict.eepatch.EEPSettings.loadAllDisabledActions(EEPSettings.java:226) at nl.taico.tekkitrestrict.tekkitrestrict.load(tekkitrestrict.java:340) at nl.taico.tekkitrestrict.tekkitrestrict.onLoad(tekkitrestrict.java:78) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:242) at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:213) at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:59) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:167) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.ClassNotFoundException: ee.events.EEEnums$EEWatchAction at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 10 more
@AcetonCZE
Because of mod copyrights and other stuff, I'm unable to spread fixes for most of the crash bugs, since these are often related to bad coding, incomplete coding and/or both. I have released some of my fixes (the ones I got permission for to release them, or for mods that do not have copyright) in something called FixPack.
@GamersUnited556
Just drag and drop the files in the patch zip directly into the EE mod itself (EE2ServerV1.4.6.5-bukkit-mcpc-1.2.5-r5.zip).
one more question where do i put EEPatch after i download it? do i extract it into the tekkit restrict folder?
@GamersUnited556
The link is under 'Dev Builds' above :)
I have installed tekkit restrict recently on my server but ever time i load up my server it says
[Info] [TekkitRestrict] EEPatch is not installed. Extended EE integration disabled.
i couldn't find anything about this if somebody could help it would be much appreciated.
Please update this amazing plugin there are too much ways to crash a server and other bugs :(
I noticed that in TekkitRestrict 2.0 Beta 1 when you do /tr admin reload to update your configs some features stop working, such as for me the EEPatch stopped working as people could use features of rings and tools that I had disabled.
Please make Tekkit Restrict for 1.6.4. Please this plugin is amazing.
So running TekkitRestrict Beta 1 and we got 2 false flags popping up.
1) When wearing quantum armor and activating the boost on ice TekkitRestrict will eventually flag for speed hack when no such hack is being employed.
2) The server will kick people for Forcefield Hack when using Archangel Smite.
@Dablakbandit
My guess would be that it's connected to another plugin you are using, water strainers work absolutely fine on my server and have done for over a year.
Is there a permission to allow a specific player access to a single banned item? It seems from the info in the config file and the permissions page that it's all or nothing :/
Also it's confusing players a lot that completely banned items give a reason that we can set but items restricted by rank using group permissions just say it's banned, it would be great if we could add a custom message for group permissions to say "Restricted to XXX rank or above." etc.
I dunno what i am doing wrong but there are two things don't work. Both about restricting right click items.
1. Permission nodes tekkitrestrict.noclick doesn't work. Tried tekkitrestrict.noclick.id.data.left|right as tekkitrestrict.noclick.27526.right and tekkitrestrict.noclick.27526.*.right both case didn't work. (27526: Phil. Stone)
2. In Banned.yml file, I inserted like this "BannedInteracts: - 27526 right or - '27526 right'" but both case gave me both clicks, left and right unclickable as i insert like - 27526 alone.
I get 2 messages with 1 click as well, "Sorry, clicking with this item is not allowed."
Anyone have same problems and is there solutions or what am I doing wrong?
I can't seem to replicate the water strainer bug on a localhost server, but it crashes my hosted server?
You can still dupe by blowing up the MK2 Craft Bench with any explosive. Please fix ASAP
@monstermon5
What kind of dupe? Because there're like 10 dupes:p
@monstermon5
does anyone know how to stop people for duping and i know that tekkit restrict stops it but people are doing it on my server
@File14: Use safezone entitie removal (thrown rep is an entity)
And i've a question... Is there anyway to protect spawn from Rep's?(No PvP) So you can disable them so they can not throw