@Assist i know there is a way, i've done it before.
@Ghost_Sailor you can get a world by id i believe. 0 = world 1 = nether 2 = end Bukkit.getWorld(1);
@malikdbuseck You're currently importing net.minecraft.server.v1_8_R1.Block; which you should not be importing. The correct import should be...
@Coopah If there are no error's, it could be because of this: It is not recommended that you don't put anything in the catch statement. You...
@mythbusterma That would be severely glitchy on the client-side. @stonebloodtv Heres what i recommend; set their allow flight to true, then set...
for (Player player : Bukkit.getOnlinePlayers()) {//stuff}
Pacothegint Iterate over all online or offline players and check if their display name contains [Owner]. If it does, put it on the sign.
GrandmaJam player1 and player2 are the same player? try using this: @EventHandler public void onJoin(PlayerJoinEvent event) { Player player =...
xTrollxDudex im really unsure about this one, but this is what it shows up in preferences http://i.imgur.com/b0covth.png and now its showing...
thats is, if the player has e set up to open their inventory in their controls
The problem was probably that you were using an Async task instead of a Sync task
args.length is always 1 ahead of getting the argument. so /effectsigns help speed is args.length == 2 but to get speed you would do args[1];
are you trying to disable the respawn screen? thats what it looks like to me. theres a better way to do it here, also, maybe the lists your trying...
just gonna throw this out there, it looks like your canceling a task for the integer num, but then in a different scheduler your changing num...
Separate names with a comma.