Jump to content

Recommended Posts

Posted

ive been searching a bit arround and i was was thinking about writing plugins for tekkit lite (MP)

but i couldnt find the api somewhere and do i use the server as my libary like bukkit and hmod?

Posted

Tekkit is a modpack, not a mod. Specifically the base of tekkit lite is just a standard forge install, then mods are added in and configs are smoothed out so they all play nice.

You can run bukkit plugins on a tekkit server by using one of the two forge + bukkit merge projects

BukkitForge: http://www.technicpack.net/forums/threads/bukkitforge-getting-bukkit-plugins-on-tekkit-lite.34804/

MCPC+: http://www.technicpack.net/forums/threads/mcpc-bukkit-plugins-on-tekkit-lite.36732/

So from what I know you just write a normal bukkit plugin and it should Just Work.

If not, check back with what the problem is and someone should be able to help.

Posted

Tekkit is a modpack, not a mod. Specifically the base of tekkit lite is just a standard forge install, then mods are added in and configs are smoothed out so they all play nice.

You can run bukkit plugins on a tekkit server by using one of the two forge + bukkit merge projects

BukkitForge: http://www.technicpack.net/forums/threads/bukkitforge-getting-bukkit-plugins-on-tekkit-lite.34804/

MCPC+: http://www.technicpack.net/forums/threads/mcpc-bukkit-plugins-on-tekkit-lite.36732/

So from what I know you just write a normal bukkit plugin and it should Just Work.

If not, check back with what the problem is and someone should be able to help.

i was actually more thinking about a true API for the plugins etc i knew it was a modified version of bukkit

but working with EU, redpower and all other things would go easier with an API in my opinion well now i understand tekkit is just a combination of mods

but still would this http://www.technicpack.net/forums/threads/mcpc-bukkit-plugins-on-tekkit-lite.36732/ provide me with something i could use as api ?

Posted

Ok, just so you know there's a difference between plugin and mod.

A plugin is a bukkit addon that runs server side only and generally just changes game behavior.

A mod is a forge derived addon that changes both client and server side and adds blocks and other things that require art assets/GUIs/ect... Yes there is more to it but in the context of this place it's the most apt definition.

Now, it is possible to make a plugin that affects the mods in technic, but you'll have to pick the mods you want to touch and see if they have APIs of their own. If not, you'll need to force your way in using reflection or some other trick.

Posted

Ok, just so you know there's a difference between plugin and mod.

A plugin is a bukkit addon that runs server side only and generally just changes game behavior.

A mod is a forge derived addon that changes both client and server side and adds blocks and other things that require art assets/GUIs/ect... Yes there is more to it but in the context of this place it's the most apt definition.

Now, it is possible to make a plugin that affects the mods in technic, but you'll have to pick the mods you want to touch and see if they have APIs of their own. If not, you'll need to force your way in using reflection or some other trick.

oh well i see ic2 has an API but balkons weapon mod doesn't.

but a plugin could affect the tekkit jar right like a plugin could affect minecraft(Notchian) in bukkit/hmod

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...