Minecraft Plugin · Paper / Spigot · v2.4.0 · by WildDucki

FINDOR DIE

I built this plugin because I wanted something that actually puts pressure on you while playing.
A random target, a ticking clock, and if you don't make it — you die.

🎯 Find: DIAMOND_SWORD 2:34
⬇ Download on Modrinth View Modes
4
Game Modes
700+
Items & Blocks
60+
Biomes
75+
Mobs
98
Advancements

// Game Modes

PICK YOUR CHALLENGE

📦
/fod item

ITEM

You get a random item or block assigned — could be something simple like wood, could be Ancient Debris. However you get it into your inventory is up to you. 700+ possible targets.

🌍
/fod biome

BIOME

Your target is a biome somewhere in the world. Could be right next to you, could be in the Nether. Just get there before time runs out. 60+ biomes.

⚔️
/fod mob

MOB

Find the mob, kill it. Sounds simple until you roll the Warden or the Ender Dragon. Good luck with that. 75+ mobs in the pool.

🏆
/fod achievement

ACHIEVEMENT

Complete a specific advancement before the timer hits zero. All 98 vanilla advancements are in there with their real names — including the new 1.21 Trial Chamber ones.

// Features

WHAT'S IN THE PLUGIN

📊

Boss Bar Countdown

The boss bar sits at the top of your screen the whole time. It shows what you're looking for and counts down the seconds. Green when you're fine, yellow when it's getting close, red when you're panicking.

🎲

Smart Tier System

The first few rounds give you something manageable — wood, plains, a cow. After that the pool opens up and things get harder. I didn't want people dying to the Ender Dragon in round one.

🏅

Global Leaderboard

Every win gets saved to a file that survives server restarts. Use /fodstats to check how you're doing or see who's at the top of the server leaderboard.

👥

Multiplayer Mode

Throw multiplayer onto any command and everyone online gets the same target at the same time. Whoever completes it first gets the point. Works really well with friends.

🔄

Restart After Death

Failed the challenge and stuck in spectator? Just type /fod restart and you're back in survival, full health, ready to go again.

🌐

EN / DE Language

All messages are available in English and German. Just set language: de in the config if you want German. English is used as fallback if anything's missing.

🔊

Sounds & Titles

There's a sound when a new round starts, a different one when you win, and a pretty painful one when you don't make it. The "Challenge Failed" title screen hits different after a close call.

⚙️

Configurable Timer

The default is 5 minutes but you can change it in config.yml. Some modes like biomes might need more time depending on your world seed.

⌨️

Tab Completion

You don't have to remember any syntax. Just type /fod and tab through the options. All modes and subcommands are suggested automatically.

// Progression

TIER SYSTEM

▲ EASY
ROUNDS 1 – 3
Items: Wood, Dirt, Cobblestone…
Biomes: Plains, Ocean, Forest…
Mobs: Cow, Pig, Skeleton…
Adv.: Stone Age, Getting an Upgrade…
▲ MEDIUM
ROUNDS 4 – 8
Items: Iron, Gold, Emerald…
Biomes: Jungle, Ice Spikes, Mesa…
Mobs: Creeper, Guardian, Witch…
Adv.: We Need to Go Deeper…
▲ HARD
ROUNDS 9+
Items: Diamond, Ancient Debris…
Biomes: Deep Dark, The End…
Mobs: Warden, Ender Dragon…
Adv.: Free the End, How Did We Get Here?…

// Commands

ALL COMMANDS

CommandDescription
/fod Opens the GUI — pick your mode, settings and multiplayer from there
/fod restartRespawn into survival after a failed challenge
/fod resetworldShow world reset warning (keeps scores intact)
/fod resetworld confirmConfirm world reset within 30 seconds
/fodstopCancel your current active challenge
/fodstatsView personal stats and top-10 leaderboard

The old commands like /fod item, /fod biome etc. still work as before.

// Configuration

CONFIG.YML

# FindOrDie configuration
language: "en" # "en" or "de"
countdown-seconds: 300 # 300 = 5 minutes
easy-rounds: 3 # Easy tier for first N rounds
spectator-on-fail: true # Spectator mode after death
infinity-mode: false # No death on timeout — next round starts instead

// Compatibility

WORKS ON

Paper 1.21+RECOMMENDED
Spigot 1.21+WORKS
Purpur 1.21+WORKS
Pufferfish 1.21+WORKS
CraftBukkit 1.21+WORKS
FabricNOT SUPPORTED
Forge / NeoForgeNOT SUPPORTED
Minecraft < 1.21NOT SUPPORTED

Compiled against Paper 1.21.4 · Runs on Paper / Spigot 1.21.x · Java 17+

// Changelog

RELEASE HISTORY

v2.4.0 Unified Language System LATEST
Every user-facing string now goes through the central language system. Previously a lot of text was hardcoded in German. Now the plugin is 100% English by default with full German support — 100+ translation keys per language, automatic fallback if a key is missing.
v2.3.1 Infinity Mode
New toggle in the Settings menu. When enabled, running out of time doesn't kill you — the round just ends and the next one starts immediately. Nobody gets a point. The boss bar shows a yellow "Time's up" instead of the red fail screen. Toggle it in the GUI or set infinity-mode: false in config.yml.
v2.3.0 776-Item Pool · 1.21.11 API
Complete rebuild of the item pool for 1.21.11 — 776 unique items, zero duplicates, verified against the live Paper API.
EASY 160+ items · MEDIUM 200+ items · HARD 175+ items including all 18 armor trims, 20 music discs, 23 pottery sherds and Trial Chamber exclusives (Mace, Heavy Core, Wind Charge). Silk-touch-only blocks restricted to HARD tier. Paper API updated to 1.21.4.
v2.2.0 World Reset Command
/fod resetworld wipes all world data while keeping scores intact. Two-step confirmation, 10-second broadcast countdown with title overlay for all players, then the server shuts down and Paper regenerates the worlds on next start. OP-only by default.
v2.1.0 GUI System
/fod now opens a 3-row inventory GUI — mode selection, multiplayer toggle, stats, settings, stop. Settings sub-menu lets you adjust round time, easy rounds count and spectator-on-fail. All changes save to config.yml instantly. Old text commands still work.
v2.0.0 Multi-Mode · Multiplayer · Leaderboard
Complete rewrite. Four game modes (Item, Biome, Mob, Achievement), tier-based difficulty, multiplayer first-finisher mode, persistent global leaderboard via scores.yml, and /fod restart to get back into the game after failing.

// Roadmap

WHAT'S NEXT

FindOrDie is actively developed. Here's what's coming — in order.

✔ RELEASED
PHASE 1 · v2.1
🖥️

GUI System

Type /fod and a proper inventory GUI opens — pick your mode, toggle modifiers, launch multiplayer. No more remembering commands.

✔ RELEASED
PHASE 2 · v2.2
🔧

1.21.11 Support

Full support for Minecraft 1.21.11 (Mounts of Mayhem) — new mobs like the Nautilus added to the mob pool, new items like the Spear in the item pool.

⚙ IN DEVELOPMENT
PHASE 3 · v2.5

Modifier System

Random modifiers added to every round — tiered difficulty, scaling over time. UI shown in boss bar and GUI. No Jump, Slowness, permanent night, half hearts and more.

PHASE 4 · v2.6
🔥

Content Update

Three new modes — Crafting, Mining, and Structure. Plus a Streak System for consecutive wins and Smart RNG to avoid repetitive target picks.

PHASE 5 · v2.7
🎯

Gameplay Depth

Hint system for stuck players, adaptive difficulty that adjusts to your performance, and an Inventory Combo Mode where multiple items are required at once.

PHASE 6 · v3.0
👥

Multiplayer & Party

Full party system with /fod party create, team mode where groups complete challenges together, and Best-of-X match format for competitive play.

PHASE 7 · v3.1
👁️

Spectator & Presentation

Live HUD for spectators showing everyone's progress, alerts when a player is close to finishing, and a proper winner highlight moment with title and sound.

// Download

GIVE IT
A TRY

It's free, has no dependencies, and takes about 10 seconds to install. Just drop the .jar into your plugins folder, restart the server, and you're good.

FindOrDie v2.4.0 · Paper 1.21.11 · Java 17 · MIT License