Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
is it possible for me to generate a custom structure inside of a vanilla village?
this is my first attempt at a custom minigame so i dont expect more than a few worlds at once at least for right now. ill keep this in mind though...
this seems perfect omg thank you
ok thank u ill try looking into multiple servers
i made a map system that creates a duplicate of a world from a maps folder and sends all players in a minigame to be teleported to the new world,...
ok thank u i got it working
is it possible to send a title for like a single tick or remove it manually without waiting for it to fade i want to show the health of the entity...
is it possible to send a message under the players crosshair [IMG]
i want to display the players health above their heads like how you would with a scoreboard but i also want player names to be hidden, which also...
this is what im doing setCompassName(p, ChatColor.WHITE + String.valueOf(dist) + " blocks away"); private void setCompassName(Player p, String...
do u want the block to be placed or just cancel the placing and return the item to the players inventory? if you add event.setCancelled(true)...