DeluxePouches

Introduction

What DeluxePouches does, what it needs to run, and where to go next.

A pouch opening with particles spiralling upward and rewards dropping out

DeluxePouches gives your players loot bags they open themselves. A pouch is a normal item sitting in the inventory. The player right-clicks it or places it on the ground, an animation plays for a few seconds, and then the rewards arrive.

You decide what goes in each pouch, how likely each reward is, which animation plays, and what happens at the end.

New here? Go to Installation. It takes about five minutes, and the plugin ships with example pouches you can open straight away.

Quick facts

Server softwarePaper, and forks of Paper such as Purpur
Minecraft1.21 and newer
Java21 or newer
Hard dependenciesNone
OptionalVault, WorldGuard, PlaceholderAPI, Nexo, ItemsAdder
Main command/deluxepouches, short forms /dp and /pouches
Config filesconfig.yml, pouches.yml, lang.yml

This is a Paper plugin. It uses Paper only API, so it will not run correctly on plain Spigot or CraftBukkit.

What you get

How an opening works

  1. A player right-clicks the pouch item, or places it down as a block.
  2. The plugin takes one pouch out of the inventory.
  3. The animation runs at that spot for a few seconds.
  4. Rewards are drawn from the pouch's reward list using their weights.
  5. The end effect fires, the hologram appears, and the rewards are handed over.

Every one of those steps is set per pouch. See Pouches for the full list of options.

Where to go next

On this page