Commands
Every command, what it does, and the permission it needs.
The main command is /deluxepouches. /dp and /pouches are the same command, use
whichever you like.
Players do not need a command to open pouches. Handing them the item is enough.
All commands
| Command | Does | Permission |
|---|---|---|
/dp help | Lists the commands | deluxepouches.help |
/dp version | Plugin version, hooks, pouch count, server version | deluxepouches.help |
/dp gui | Opens the pouch menu | deluxepouches.gui.open |
/dp list | Lists every pouch id in chat | deluxepouches.list |
/dp give <player> <id> [amount] | Gives pouches to an online player | deluxepouches.give |
/dp reload | Reloads the three config files | deluxepouches.reload |
/dp debug [toggle|status|info] | Debug logging and a status dump | deluxepouches.admin.debug |
/dp testmodel <material> <modeldata> | Gives a test item with that model data | deluxepouches.admin.debug |
Running /dp with no arguments shows the help to anyone with deluxepouches.help, and
a one line version string to everyone else.
Tab completion follows permissions, so people only see the subcommands they can run.
Details
Gives pouches to an online player.
/dp give Steve legendary
/dp give Steve legendary 16<player>must be online, spelled exactly. Offline players are refused.<id>is the pouch key frompouches.yml. Tab completion lists them.[amount]is optional, between 1 and 64. Default is 1.
This is the command to call from crates, vote listeners, quest plugins and anything else that can run a console command.
Opens the pouch menu for the player who ran it. Console cannot use it, and it does not take a player argument.
Left-click a pouch to receive one, right-click for the configuration dump if you have
deluxepouches.admin.debug. See Pouch menu.
Re-reads config.yml, pouches.yml and lang.yml, rebuilds every pouch and refreshes
the menu. No restart needed, and pouches already in inventories keep working.
Watch the console while it runs. A pouch with a bad material or no rewards is named and skipped.
toggleturns debug logging on or off and saves the setting toconfig.ymlstatussays whether it is oninfoprints server version, plugin version, pouch count, animations currently running, and which hooks are active
With debug on, every reward, command and animation step goes to console. Useful when a reward is not arriving. Turn it off afterwards, it is chatty.
Gives you an item with that material and custom model data, with a lore explaining what you should be seeing.
/dp testmodel LEATHER 1001The fastest way to check whether a resource pack model is wired up before you build a pouch around it. See Custom items.
Prints the plugin version, the author, the store link, how many pouches are loaded, which hooks are active, the server software and version, and the metrics link.
The first thing to paste when asking for help.
From console
Every command except /dp gui works from console and from command blocks.
dp give Steve legendary 3
dp reload