Mcast-CommandDump
=================

Mcast-CommandDump is a small Paper administration plugin that saves the active
server command registry as a grouped YAML file.

Command
-------

/commanddump

The command creates or replaces:

plugins/Mcast-CommandDump/command_dump.yml

The file reflects the registry at the moment the command is run. It includes
registered command names, aliases, and namespaced variants. Entries are grouped
by plugin or namespace and sorted alphabetically.

The same logical command may appear more than once because Paper registers
ordinary names, aliases, and namespaced variants separately. This is useful for
finding the actual registry state and possible naming conflicts.

Deliberate Limits
-----------------

Mcast-CommandDump does not export descriptions, usage syntax, or permissions of
third-party commands. It does not use a database or network connection.

Permission
----------

mcast.commanddump.admin

The permission is available to server operators by default.

Technical Information
---------------------

- Version 1.0.1
- Paper 1.21.4+
- Minecraft 1.21.x
- Java 21
- Server-side plugin

Author
------

mcast
Web: https://www.mc-amethyst.cz
