How do I make it so that other players can't see eachothers drop outside of the wild? I know the problem is in Itemhandler.java, I'm just really not sure how to approach it. For example, if a player wants to spawn 500 super large items and drop them all over edgeville, no one can see them. Though if i kill him in the wild his loot shows up.

Thanks but solved it myself.

In public void createGlobalItem change the 60 to a 0.

if (person.distanceToPoint(i.getItemX(), i.getItemY()) <= 60) {