Vinetos

Drops

Jun 24th, 2015
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. World w = Bukkit.getWorld("world");
  2. Location loc = new Location(p.getWorld(), getConfig().getDouble("drops.x"), getConfig().getDouble("drops.y"), getConfig().getDouble("drops.z"));
  3. //Material, Nombre
  4. w.dropItem(loc, new ItemStack(Material.DIAMOND_AXE, 24));
  5.  
  6. ===========Config.yml========
  7. drops:
  8. x: -341.731
  9. y: 63.0
  10. z: 475.777
Advertisement
Add Comment
Please, Sign In to add comment