Dungeon Loot Manager

GUI-based dungeon loot editor for Spigot / Paper / Purpur 1.21.10-1.21.11

46

Quick challenge

How far can you run before the mobs catch you?

Dungeon Loot Manager

DungeonLootManager

Minecraft

Platform

Java

Side

GUI

Author: `4rubka`

`DungeonLootManager` is a GUI-based loot editor for Paper/Spigot/Purpur that lets you customize vanilla chest loot tables (`minecraft:chests/*`) directly in-game.

Features

- Browse all vanilla `minecraft:chests/*` loot table IDs. - Create multiple loot variants per dungeon/structure. - Set `weight` per variant for weighted random selection. - Configure per-item `chance`, `min`, and `max` amount. - Keep full item metadata (name, lore, enchants, and more). - Choose mode per dungeon: `REPLACE` or `APPEND`. - Safe delete actions with `Shift + Right Click` confirmation.

How It Works

1. The plugin listens to `LootGenerateEvent` when chest loot is generated. 2. One variant is selected using weighted random (`weight`). 3. Each entry rolls independently by `chance` and `min/max`. 4. Loot is applied in `REPLACE` or `APPEND` mode.

Commands & Permissions

- Command: `/dungeonloot` - Aliases: `/dloot`, `/dlm` - Permission: `dungeonloot.admin` (default: `op`) - GUI is player-only (not console)

Installation

1. Download the plugin `.jar`. 2. Put it into your server `plugins/` folder. 3. Restart the server. 4. Run `/dungeonloot` in-game.

Config Files

- `plugins/DungeonLootManager/config.yml` - `plugins/DungeonLootManager/dungeons.yml` - `settings.fallback-to-vanilla-if-no-variant: true` keeps vanilla loot when no variant is available

ADS