Config option to keep picked up items #750
Labels
area/restoration
Saving and restoring state of players, arenas, etc.
area/sessions
Related to how arena sessions run, e.g. wave setup, the lobby, spectating, event isolation, etc.
rework/restoration
Relevant to the restoration rework effort.
rework/sessions
Relevant to the sessions rework effort.
type/enhancement
New or improved feature.
Feature request
Short description
A config option to allow dropped items in arenas to be kept when the player is done with the arena.
Implementation details
It would add a new config option (or something similar)
This would give the option for players to keep items that they picked up in game. How it could work:
Adding an NBT Tag / PDC Data to each item that was in the player's inventory when they joined. At the end of the round,
remove all those items from their inventory, store the rest of the items in a list, restore their inventory from the start, then add back the items stored in the list.
Additional info
I should be able to do this and make a PR.
The text was updated successfully, but these errors were encountered: