Modscraper Modscraper Minecraft
Ticket of eternal keep logo

Ticket of eternal keep

Mod

by GSimken

A server side mod that provides a ticket to keep your inventory on death

Type

Mod

CurseForge Downloads

32,068

CurseForge ID

956505

Modrinth Downloads

2,489

Modrinth ID

rzksOpGQ

Last Updated

Jul 26, 2026

Description

# Ticket of Eternal Keeping Ticket of Eternal Keeping adds a rare magical ticket that protects your inventory when you die. If you have a ticket in your inventory, it will be consumed on death and your items will be kept. It works like a balanced, limited-use alternative to `keepInventory`: death still matters, but players can earn or find protection for dangerous adventures. The ticket can be found in selected structure chests, and server owners can also enable mob drops through the config. ## Main Features - Keep your inventory on death by carrying a ticket. - The ticket is consumed automatically when used. - Find tickets in configurable loot chests. - Optional configurable mob drops. - Server-side friendly. - Great for survival, SMP, adventure, and semi-hardcore servers. ## Detailed Description Ticket of Eternal Keeping is a configurable Fabric mod built around a single special item: the Ticket of Eternal Keeping. When a player dies while carrying a valid ticket, the mod preserves their inventory and consumes one ticket. This gives server owners a middle ground between vanilla death rules and permanent `keepInventory`. ## Default Loot Sources | Source | Default Chance | |---|---:| | Ancient City | 10% | | Mineshaft | 3% | | Stronghold | 5% | | End Cities | 5% | | Bastions | 15% | | Other Chests | 0.5% | Mob drops are supported, but disabled by default. They can be enabled per mob or globally through the config. ## Configuration The config file is generated at: ```text .minecraft/config/ToEK.json ``` For servers: ```text server_folder/config/ToEK.json ``` You can configure: - The item used as the ticket. - The ticket display name. - The ticket lore. - Custom model data. - Specific chest loot table probabilities. - Generic chest probability. - Specific mob loot table probabilities. - Generic mob probability. ### Example Mob Drop Config ```json "mobLootTableProbabilities": { "minecraft:entities/zombie": 0.0, "minecraft:entities/skeleton": 0.0, "minecraft:entities/creeper": 0.0, "minecraft:entities/spider": 0.0, "minecraft:entities/enderman": 0.0, "minecraft:entities/blaze": 0.0, "minecraft:entities/wither_skeleton": 0.0 }, "genericMobProbability": 0.0 ``` Probability values: ```text 0.0 = disabled 1.0 = guaranteed ``` ## Commands Generate a ticket: ```text /getticket ``` Give a ticket to another player: ```text /getticket playerName ``` Required permission: ```text toek.command.getticket ``` ## Notes for Server Owners This mod is designed to work well on servers. Players do not need to install the mod to benefit from the server-side behavior, though a client/resource pack can be used if you want players to see a custom ticket texture.

Compatibility

Mod Loaders

Fabric

Game Versions

1.20.1 1.20.4 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 +8 more

Similar Mods

Included in Modpacks

External Resources