What exactly are you looking to get done? A minecraft server plugin/mod, a web service? There are multiple types of developers on this website and they specialize in different things. More details are needed in order to find the proper category of developer for your needs.
I am a senior Java Developer for a software development company and an on-demand freelance developer for minecraft with 5 years behind me. Forge, BungeeCord, LilyPad, Sponge, Bukkit, Spigot.
Surely, you can learn how to code a plugin and skid your way around without prior Java knowledge. But to use the API to its full extent, you need to understand how to properly use the tools given and the way the code can be used to create and modify content. The course you are following gets you...
The_nator I would suggest learning a programming language basics before jumping into an API like bukkit/spigot. You need to properly understand Object Oriented Programming before venturing into such a complex API. Surely, minecraft has a ton of examples and tutorials, but with that number comes...
You can use any plugin with that function and add a command alias in the plugin.yml ^_^ ez pz. RankUp is one of them. There are quite a few out there that have the same functionality. A google search shall render you more than enough results.
Thinking of situations where the server does not have the md_5 package, it will throw a NoClassDefFoundError. But I see your point, considering most of the plugins nowadays are built on the spigot API which contains that package.
A NullPointerException is a Runtime Exception that is being thrown when a pointer reference is null. In this situation, you are trying to call the .setExecutor() method of the class implementing the CommandExecutor interface.
The spigot framework will grab the commands from the plugin.yml...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.