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)...
[MEDIA] how the compass kind of like jumps up like its being equipped, is there a way to stop that? if not what would be a good alternative? i'm...
im trying to make the players armor invisible through packets. i set this up without ProtocolLib but im trying to get it to work with it for...
thank you so much that was exactly what it was
bump ive been trying to debug this for like a day could it be my computer?? ive tried like 4 different versions and have made like 2 separate...
i tried setting up a test plugin with maven solely to get ProtocolLib working and i still get the same error about pm being null this is my...
oh wow thats so much easier thank u
thank you for the link i need BlockData for BLOCK_DUST, but i give it the blocks data and it doesnt show any particles this works though...
the block disappears and the sound plays but no particles show. i could do a switch but im not sure how to make the particles have a blocks texture.
im trying to have a block break a few seconds after its placed, and when it breaks have it play a sound and have particles of the same texture...