Drop transaction overflow as items on ground (option)
jastice opened this issue ยท 1 comments
If the inventory storage for an account does not have enough space, drop the overflow on the ground, in this order of preference:
- next to the player receiving it
- If the recipient is not a player, drop it near a chest belonging to the account.
- if no chest available, drop next to a player owner of account, if available
- otherwise, just drop anywhere convenient.
This behavior is optional and disabled by default: Add a configuration setting to enable it.