Skip to content

Commands

Paige Marincak edited this page Jul 31, 2026 · 1 revision

returnthings

Returns things lost at the last death for the given player. Requires NeedPrivilegeForReturnThings to run the command. See the configuration for more information.

list

Displays the names of the most recent death data files for the given player. The number of files is determined by MaxDeathContentSavedPerPlayer. See the configuration for more information.

Arguments: player

Example: /returnthings list <player>

get

Returns the items saved at the death of the given player and returns them to the designated player. By default the most recent death is selected for the items to be returned, but this can be specified with the 0-based index id.

Arguments: player, giveToPlayer, id

Example: /returnthings get <from_player> <to_player> [0]

Note

Items can only be fetched and given to online players. Ensure both players are online at the time the command is run.

Clone this wiki locally