spenk Posted February 8, 2013 Posted February 8, 2013 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?
Neowulf Posted February 8, 2013 Posted February 8, 2013 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.
spenk Posted February 8, 2013 Author Posted February 8, 2013 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 ?
Neowulf Posted February 9, 2013 Posted February 9, 2013 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.
spenk Posted February 9, 2013 Author Posted February 9, 2013 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
Neowulf Posted February 9, 2013 Posted February 9, 2013 Of course, because tekkit is just the name given to the pack. We're playing minecraft after all.
spenk Posted February 14, 2013 Author Posted February 14, 2013 small problem, battle axes seems like they bypass onEntityDamage =/ where do i have to report this ?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now