Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Entity entity1 = player.getLocation().getWorld().spawnEntity(player.getLocation(), EntityType.PIG);
  2. ((LivingEntity)entity1).setCustomName(ChatColor.GOLD + "" + ChatColor.BOLD + "oh lel");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement