If you can't do a simple search on youtube, google, etc. why are you making an attempt to run such a complicated server? I would hate to crush...
https://github.com/chasechocolate/PortableBuildings/tree/master/src/com/chasechocolate/portablebuildings This project has some of the code that...
I am assuming that they are made just like mine are, using the spigot 1.8 build.
Is there a part of the API to detect when a player enters a region, or do I have to write a work-around?
@tg95 You would check right under the declaration of the variable.
Caused by: java.lang.NullPointerException at me.tg95.bed.Main.onPlayerUse(Main.java:47) ~[?:?] Your 47th line is: World world =...
@PlayFriik public void gameTime() { Bukkit.getScheduler().scheduleSyncDelayedTask(plugin, new Runnable() { public void...
@SkyGlue Everything in java is case sensitive, so you have to make sure that you aren't using a class instead of your variable, like...
So you are trying to despawn the pet that you spawned? Can we see where you are trying to despawn it?
@Tommy Raids Sorry, I am having some trouble following what you are saying, could you please clarify? So what I am getting at is, when you are...
@Luke_Lax Not 100% sure how you could go about this, but you could possibly check what direction the center of the region is from where the player...
@Tommy Raids Quick way to debug is to send messages to the console after every if statement that you think isn't runnign right, and check to make...
@Pacothegint So it works on one server, but not the other? If it is the same exact version of the plugin, it might be incompatible with another...
You are creating the Player target object before checking if the args[0] actually exists.
http://jd.bukkit.org/rb/apidocs/org/bukkit/inventory/Inventory.html Find the setItem() method, and use the proper parameters.
Separate names with a comma.