TekkitInspired
About
The original TekkitInspired plugin had many unresolved issues that made the plugin, at times, unusable. In order to fix that, TekkitInspired has made a return with a load of new features and more customization than before! Since this plugin is such a big project, I've decided that I will release updates of the plugin in "snapshots" as Mojang would call it. I will work on adding various machines and mechanics to the plugin and then once that bit is done, I will upload that for all of you to download.Features
- Automate the process of generating cobblestone using Block Breakers! Block Breakers will break most blocks in front of it when powered!
- Create a redstone loop easily using the Redstone Timer item! Right click to decrease timer speed and shift right click to increase it.
Changelog
[7/5/2013] - Block Breaker update: Add's Block Breakers and Redstone Timer's into the game.[7/7/2013] - Mining Well update: Add's Mining Wells into the game along with upgrades to increase the Mining Well's speed.
[7/14/2013] - Furnace update - Pipes are now compatible with furnaces. Put fuel in the bottom, cookables in the top, and pull the results out of the right of the furnace.
Media
Videos and Screenshots!Permissions
Supports PermissionsEx, bPermissions, and GroupManager
- tekkitinspired.craft.<machinename>
- tekkitinspired.place.<machinename>
- tekkitinspired.inventory.autoequip - Will auto-equip items/blocks when you run out of them in your hand
- tekkitinspired.give
Commands
- /giveitem [itemname] - Item names may differ from machine names below and not all items can be given.
Machine Names
- Block Breaker - "blockbreaker"
- Deployer - "deployer"
- Filter - "filter"
- Motor - "motor"
- Support Frame - "frame"
- Mining Well - "miningwell"
- Mining Well Iron Upgrade - "miningwell1"
- Mining Well Gold Upgrade - "miningwell2"
- Mining Well Diamond Upgrade - "miningwell3"
- Quarry - "quarry"
- Quarry Iron Upgrade - "quarry1"
- Quarry Gold Upgrade - "quarry2"
- Quarry Diamond Upgrade - "quarry3"
- Redstone Timer - "redstonetimer"
- Jetpack - "jetpack"
- World Anchor - "anchor"
Auto-equiping
Auto-equiping has been added to the newest version of TekkitInspired. It will auto-replenish items in your hand if you run out of them. Example: I have one dirt block in my hand and 64 somewhere else in my inventory. I place the dirt and the 64 dirt that were elsewhere now transfer over into my hand. This feature is enabled by default but can be changed by adding "auto-equip: false" into the config.yml.Item Recipes
Block Breaker
Will break blocks for you!
Redstone Timer
Easily make redstone loops with this timer!
Mining Well
Will mine straight down and give you any of the blocks it finds! Right click on the machine to open it's inventory. Requires fuel such as lava buckets, coal, and charcoal and can also accept upgrades.
Mining Well Iron Upgrade
Makes the mining well 25% faster!
Mining Well Gold Upgrade
Makes the mining well 50% faster!
Mining Well Diamond Upgrade
Makes the mining well 75% faster!
Filter
Pull items out of chests and make sorting machines easily by filtering only certain items through each filter!
Quarry
The Quarry will mine out a specified area and give you all the blocks it mines. You can also customize the size of the Quarry using torches!
Quarry Iron Upgrade
Makes the Quarry mine 25% faster!
Quarry Gold Upgrade
Makes the Quarry mine 50% faster!
Quarry Diamond Upgrade
Makes the Quarry mine 75% faster!
Deployer
Lame description!
Support Frame
Lame description!
Frame Motor
Lame description!
Jetpack
Press your sneak key to use. Will kick you if used too much on servers that have flying disabled
World Anchor
Keeps chunks within 2 blocks of the machine loaded in even if the player is not nearby
-
View User Profile
-
Send Message
Posted Mar 30, 2013Hi I'm getting this error with the latest update.
[SEVERE] Could not pass event EntityExplodeEvent to TekkitInspired v2.0 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at net.minecraft.server.v1_5_R2.Explosion.a(Explosion.java:220) at net.minecraft.server.v1_5_R2.World.createExplosion(World.java:1633) at net.minecraft.server.v1_5_R2.WorldServer.createExplosion(WorldServer.java:814) at org.bukkit.craftbukkit.v1_5_R2.CraftWorld.createExplosion(CraftWorld.java:459) at org.bukkit.craftbukkit.v1_5_R2.CraftWorld.createExplosion(CraftWorld.java:455) at org.bukkit.craftbukkit.v1_5_R2.CraftWorld.createExplosion(CraftWorld.java:467) at org.bukkit.craftbukkit.v1_5_R2.CraftWorld.createExplosion(CraftWorld.java:463) at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityExplode(EssentialsProtectEntityListener.java:215) at sun.reflect.GeneratedMethodAccessor160.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at net.minecraft.server.v1_5_R2.Explosion.a(Explosion.java:220) at net.minecraft.server.v1_5_R2.World.createExplosion(World.java:1633) at net.minecraft.server.v1_5_R2.WorldServer.createExplosion(WorldServer.java:814) at net.minecraft.server.v1_5_R2.EntityCreeper.l_(EntityCreeper.java:102) at net.minecraft.server.v1_5_R2.World.entityJoinedWorld(World.java:1356) at net.minecraft.server.v1_5_R2.WorldServer.entityJoinedWorld(WorldServer.java:597) at net.minecraft.server.v1_5_R2.World.playerJoinedWorld(World.java:1337) at net.minecraft.server.v1_5_R2.World.tickEntities(World.java:1225) at net.minecraft.server.v1_5_R2.WorldServer.tickEntities(WorldServer.java:463) at net.minecraft.server.v1_5_R2.MinecraftServer.r(MinecraftServer.java:560) at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:225) at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:474) at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:407) at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NullPointerException at com.enjin.minecraftbase.bukkit.listeners.BlockListener.onEntityExplode(BlockListener.java:222) at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ... 32 more
-
View User Profile
-
Send Message
Posted Mar 28, 2013Is there a was to have the filter only allow certain items through, or is it more of a chest to chest pump?
If it would be possible it would be nice to have the filter have two outputs one for a matching filter item and the other a waste output. Have the top of the filter output matching items and then the side output all other items. This way you could create a chain of filters to organize a master chest into sub chests. This would require that the filter could be connected to a "pipe" rather than directly to a chest.
-
View User Profile
-
Send Message
Posted Mar 24, 2013@ihale13
No problem. I appreciate all the ideas. I'll definitely implement that armor idea and I plan on adding more machines and making the current ones easier to use with more features as well.
-
View User Profile
-
Send Message
Posted Mar 24, 2013also, teleporters, different kinds of pipe (glass frames, iron bars), give the screwdriver a durability, and make some of the electric stuff like the drill, and maybe use the hopper as a charging bench, I am posting a lot because i am not very good at coding, and this seems like an awesome plugin
-
View User Profile
-
Send Message
Posted Mar 24, 2013Also it would be cool if you could make the recycler, with grey dye being scrap. And the mass fabricator, with purple dye being UU matter
-
View User Profile
-
Send Message
Posted Mar 24, 2013Hey, could you add some stuff like the armor, maybe black leather armor for nano armor, white leather armor for quantum, and red leather for the red matter armor. Also, it would be cool if you could add in the stuff from equivalent exchange. Also, if you made the quarry, maybe you could also create the generators to run it and the other machines(instead of redstone) as pistons. Just some things that I would really love in this plugin. Thanks
-
View User Profile
-
Send Message
Posted Mar 22, 2013how do i make the things
-
View User Profile
-
Send Message
Posted Mar 21, 2013@carbondudeoxide
Not entirely sure why that would be. If you do /pl in-game does 'TekkitInspired' show up in green or does it even show up at all?
-
View User Profile
-
Send Message
Posted Mar 20, 2013i cant get it to run on my server, ive just put it into my plugins folder and restarted the server and it will not plug-into the server :(
-
View User Profile
-
Send Message
Posted Mar 20, 2013Pls add drills.
-
View User Profile
-
Send Message
Posted Mar 19, 2013@piritacraft
Yeah, the redstone recipe designer page is down so I'll have to take some in-game pictures.
-
View User Profile
-
Send Message
Posted Mar 19, 2013the link of the images are down.
-
View User Profile
-
Send Message
Posted Mar 16, 2013@Kazzababe
Ok if only I knew more java I'd do it my self but oh well it's still a great plugin that every server should have.
-
View User Profile
-
Send Message
Posted Mar 16, 2013@boredom014
Yes, I plan on updating sometime this week.
@CodzMyLife
I plan on adding that later, but it's not something I have marked as a top priority.
-
View User Profile
-
Send Message
Posted Mar 16, 2013is this going to be upgraded to 1.5
-
View User Profile
-
Send Message
Posted Mar 16, 2013Could you make it so that only players with the permission can craft these items and can u also make it so that the frame and drill are unbreakable. Lastly could you make the quarries and stuff have custom id's so I could sell it with a trade sign. If you could implement these in the next update that'd be great!
-
View User Profile
-
Send Message
Posted Mar 14, 2013@Clinot
No problem. The condenser may be a later edition but if I do end up doing something like it, it will come much later.
-
View User Profile
-
Send Message
Posted Mar 13, 2013Also adding condensers would be great, you could use the ender-chest texture. There already is another condenser plugin that hasn't been updated in a while that you could probably use some code from. Thanks for the response!
-
View User Profile
-
Send Message
Posted Mar 12, 2013@Clinot
I had planned on that but haven't gotten around to making a proper one.
-
View User Profile
-
Send Message
Posted Mar 12, 2013Could you add the timer to the plugin, it makes redstone alot easier