Paul Carroll
0
Q:

spigot spawn entity

	World myWorld = Bukkit.getWorld("world");
	Location spawnLocation = new Location(myWorld, 0, 10, 0);
	Entity spawnedPig = myWorld.spawnEntity(spawnLocation, EntityType.PIG);	
1

New to Communities?

Join the community