On my local server I try to use the latest dev builds for testing, but the latest beta or recommended build for plugins that I plan to put to public...
You can easily use reflection to get around it. Example: package me.zeus.test; import java.lang.reflect.Method; import...
Plugin variable appears t be null
MrMag518 No, because it's temporary storage and memory leaks are not an issue here. Also, sorry I should've placed the list under the method. My...
Don't bump your topic so soon, people have real life stuff and can't be on Bukkit 24/7. I usually go through and reply to threads with 0 or little...
Are you sure that when mobs are spawning in the CreatureSpawnEvent, you are removing them and replacing them? (spawning custom one)
public List<Player> getNearbyPlayers(Player player){ List<Player>players = new ArrayList<Player>(); for(Entity e :...
Not always
Even though you figured it out, you should know that Java's random isn't very random
microgeek Not just static instances, static variables as well. Garbage Collector in Java doesn't always recycle them, so they can build up over...
This happens to me sometimes. restarting eclipse usually works. AngryNerd In the Eclipse IDE (both java and C# ones), you can start typing...
Start a sync repeating task, and remove X each second
You should try not to use statics whenever possible. One of the reasons I switched to grabbing my main classe's instance statically, is because I...
Well you'll have to look into some terrain algorithms or something because most people aren't just going to throw out a chunk of code to generate the...
I am guessing assistants list is null?
Depending on how much data is in the file, you may want to store each player's data seperately. That's what I do, I never get any peformance issues....
You need to post your plugin.yml file
You have 11 public plugins,you should be well capable of doing this.
Seriously, you need to help yourself because I'm not helping anymore if you can't even understand your own code or the slightest idea how to fix it....
creepers84
Separate names with a comma.