Thanks for the quick reply. I followed each of your steps, however, I'm getting the same errors. I just updated Eclipse and now I am going to...
It seems as though any changes that make to one of my classes is not being recompiled which leads to me getting a no such field exception during...
I was hoping I was doing something wrong but it shouldn't make too much of a difference. Thanks for the help
Is anyone else experiencing problems with the PlayerDeathEvent? It does not seem to be calling for me...
ALright, I assume you're talking about my constructors that don't set all of the values. I fixed them, so that they set all the default values,...
I've been having problems with saving/loading a serializable class of mine to the config.yml. Saving to seems to work fine but when I load it, I...
It depends on how much Java you know. It's not too difficult to learn as you go though. Here is a tutorial the provides a pretty good foundation...
Yeah, that was my mistake. When I gave you the example, I was in the mindset of putting it in its own or another class, but in your case the...
It's a method so you have to call it. Ideally, it should be called when your plugin is loaded.
Well, you can getEntity() and a Player is an Entity Player player = null; if (event.getEntity() instanceof Player) player =...
It seems that the furnace will only accept non-enchanted items based on the tests that I have run on my server. For example I can put in a normal...
This should help public void addRecipesToServer(CoalToDiamond plugin) { int sourceId = 263; //coal int resultId =...
I hate to nag along with everyone else, and I know you said you haven't forgot but this plugin is pretty damn awesome and it has been more than...
hey is this safe to use as is with the memory leak? i tend to restart my server every few hours currently to maintain good performance but dont...
i dont get a black screen in the client, it just fails to connect to my server, it says read timed out. however i did post the error i got using...
Separate names with a comma.