▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Death Return
Death Return

Death Return

Death Return is a Fabric mod focused on death position tracking with a minimal and practical workflow.

32
0

Death Return 1.1.2

release8 марта 2026 г.

Death Return is a Fabric mod focused on death position tracking with a minimal and practical workflow.

When a player dies, the mod automatically records the dimension, coordinates, and timestamp, keeps the latest 20 death entries, and provides command-based viewing plus clickable chat actions for quick access and teleportation. Both vanilla and modded dimensions are supported.

Overview

  • Automatically records death location without manual input.
  • Keeps the latest 20 death history entries per player.
  • /deathpos shows history in pages of 5 entries.
  • Each entry includes a clickable teleport action.
  • Sends a compact chat message on death with quick actions.
  • Supports admin queries for other players.
  • Supports vanilla dimensions and mod-added dimensions.
  • Main logic is server-driven, so client installation is optional for multiplayer use.

Compatibility

ItemRequirement
Minecraft1.21 to 1.21.11
Fabric Loader0.16.0+
Java21+
Fabric APIRequired
Fabric Language KotlinRequired

Required Dependencies

Install the following dependencies into the target mods directory together with this mod:

DependencyRequiredNotes
Fabric APIYesProvides Fabric events, commands, and runtime APIs
Fabric Language KotlinYesRequired because this mod is written in Kotlin

If fabric-language-kotlin is missing, the game will fail to load the mod.

Installation

Dedicated Server

Place the mod and its dependencies into the server mods directory. Clients do not need to install the mod in order to join.

Client / Singleplayer

The mod can also be installed on the client side for singleplayer or LAN host usage. Since singleplayer uses an integrated server, the mod works normally when installed locally.

Commands

Player Commands

CommandDescription
/deathposShow the first page of your death history
/deathpos page <page>Show a specific page of your history
/deathpos tp <index>Teleport to a specific death record

Admin Commands

CommandDescription
/deathpos player <player>Show the first page of another player's death history
/deathpos player <player> page <page>Show a specific page of another player's history
/deathposadmin reloadReload the config file
/deathposadmin set announceOnDeath <true|false>Enable or disable death chat notifications
/deathposadmin set allowPlayersUseCommand <true|false>Allow or block regular players from using /deathpos
/deathposadmin set adminsCanQueryOthers <true|false>Allow or block admin queries for other players
/deathposadmin set allowTeleport <true|false>Allow or block teleporting back to death points

Configuration

Config file path:

config/death-return.json

Default config:

{
  "announceOnDeath": true,
  "allowPlayersUseCommand": true,
  "adminsCanQueryOthers": true,
  "allowTeleport": true
}

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:MIT
Опубликован:2 месяца назад
Обновлён:2 месяца назад
Главная