I was just wondering, how would I make a server mod? (No not a plugin, and not an actual mod)
I mean like, bukkit, canarymod, how would I make my own. If it involves Java, then great, I can do that.
But I have eclipse open right now, thanks in advance!
Bukkit has a built in API, you'll need to import the latest bukkit jar file as a Library for your Java Project. Then you'll get a bunch of new methods to use.
I recommend watching YouTube videos on this too for further information.
Bukkit has a built in API, you'll need to import the latest bukkit jar file as a Library for your Java Project. Then you'll get a bunch of new methods to use.
You misread the OP's post.
He/she wishes to make something like Bukkit or Canary.
However I can say I would poke at bukkits source and look at their methods and see how they did things. This would give you ideas of what you can do, or do better.
Also note bukkit is not original on its own, hey0 Hmod was what bukkit is based on.
But java was not used in some of these custom MC servers and modifications, but other langs.
I have an idea. You should make Snappit. Every few snapshots make a bukkit-like system for it. People will love you trust me.
EDIT: Notice the every few weeks, it would be impossible to keep up.
Download the latest recommended build of Bukkit from Bukkit's website and import it to your project look at the new methods and stuff and learn how to implement them into your own service.
That is the github for bukkit. Bukkit is GPL open source.
Also note bukkit is now part of Mojang, but the code is still GPL. However bukkit and the dev team get support from Mojang therefore they can weed out bugs and update fast because of that.
I have an idea. You should make Snappit. Every few snapshots make a bukkit-like system for it. People will love you trust me.
EDIT: Notice the every few weeks, it would be impossible to keep up.
"Hi, How would I make a word processor. If it uses C++, great, I can do that. I have Code::Blocks open right now, thanks in advance"
basically, what it boils down to, is if you have to ask how, don't bother. Because if you have to ask how than you likely do NOT have a proper base on the abstractions on which the language and other things are based, since otherwise the question would have a self-evident answer.
I mean like, bukkit, canarymod, how would I make my own. If it involves Java, then great, I can do that.
But I have eclipse open right now, thanks in advance!
It's less about "how" and more about "what". Figure out the "how" as you go along.
So what do you want to make?
I recommend watching YouTube videos on this too for further information.
You misread the OP's post.
He/she wishes to make something like Bukkit or Canary.
However I can say I would poke at bukkits source and look at their methods and see how they did things. This would give you ideas of what you can do, or do better.
Also note bukkit is not original on its own, hey0 Hmod was what bukkit is based on.
But java was not used in some of these custom MC servers and modifications, but other langs.
http://www.minecraft.../Custom_servers
May be useful to OP.
EDIT: Notice the every few weeks, it would be impossible to keep up.
Download the latest recommended build of Bukkit from Bukkit's website and import it to your project look at the new methods and stuff and learn how to implement them into your own service.
https://github.com/Bukkit/Bukkit
That is the github for bukkit. Bukkit is GPL open source.
Also note bukkit is now part of Mojang, but the code is still GPL. However bukkit and the dev team get support from Mojang therefore they can weed out bugs and update fast because of that.
Explain more please.
basically, what it boils down to, is if you have to ask how, don't bother. Because if you have to ask how than you likely do NOT have a proper base on the abstractions on which the language and other things are based, since otherwise the question would have a self-evident answer.
And he was just telling you that you aren't prepared.