Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
Is There Any way one can spawn a structure ( Not Custom ) ex: A Village With a Plugin..? Something like world.spawnStructure().. ? Thnx in Advance:)
public void onMobSpawn(CreatureSpawnEvent e) { if (mobPot) { LivingEntity mob = e.getEntity(); Random rand = new...
is there any method to check whether a block is placed by a player or it has been placed naturally...... Also if there is no method Can u say how...
So i was thinking whether there is a way we can morph a player into other mobs or change the player's size using spigot plugins. Can we only do...
So Recently i made a plugin where every minute a item drops i use thread.sleep() and while loop. When I ran it the items started dropping but i am...