Recent content by Jack Black

  1. J

    Lookin for the best plugin developer | Good size project and budget

    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.
  2. J

    Eclipse Neon (Mac)

    Certainly can help you here and there. Hit me up on a private message and we can discuss more about it ^_^
  3. J

    Eclipse Neon (Mac)

    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.
  4. J

    Eclipse Neon (Mac)

    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...
  5. J

    How to run setup bungeecord on a host

    Contact me privately and we can discuss more about this ^_^
  6. J

    Eclipse Neon (Mac)

    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...
  7. J

    Leveling up plugin

    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.
  8. J

    Plugin error saying NullPointerExeception.null

    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.
  9. J

    Plugin error saying NullPointerExeception.null

    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...
Top