Reference
Commands
/pp, /pluginportal, or /ppm as the root command.Commands
Find plugins
Browse marketplace data without changing files on disk.
/ppOpen the command menu.
/pp view <name> [platform] [--byId] [--exact]Preview a marketplace plugin before installing it.
/pp listShow plugins installed through PluginPortal.
/pp infoShow PluginPortal version and server details.
Commands
Manage installs
Install, update, and remove managed plugins.
/pp install <name> [platform] [channel] [--byId] [--exact]Install a plugin from Modrinth, Hangar, SpigotMC, or PolyMart.
/pp install-url <url>Install directly from a download URL.
/pp update <name> [--byId] [--ignoreOutdated] [--channel <name>]Update one managed plugin. --channel changes its saved release channel first.
/pp blacklist [name] [--byId]Toggle a plugin out of updateAll. With no plugin, show the blacklist.
/pp platform <name> <platform> [--byId]Switch a managed plugin to another marketplace platform when available.
/pp uninstall <name> [--byId]Remove a managed plugin. /pp delete is an alias.
Examples
Advanced examples
Choose a platform
Use this when the same plugin exists on more than one marketplace.
/pp install LuckPerms MODRINTHInstall by marketplace ID
Use the platform ID when name search is ambiguous or support gives you an exact ID.
/pp install <platform-id> MODRINTH --byIdExact name search
Use exact matching when the search term is short or matches too many plugins.
/pp view "WorldEdit" --exactUpdate by ID
Useful when two installed plugins have similar names.
/pp update <platform-id> --byIdSkip outdated checks
Use only when you intentionally want to bypass the server-version warning.
/pp update <name> --ignoreOutdatedInstall from URL
Use for a direct download URL that PluginPortal can fetch.
/pp install-url https://example.com/plugin.jarCommands
Admin
PluginPortal maintenance and support commands.
/pp upgrade [--yes]Check for and install PluginPortal updates.
/pluginportal config refreshReload PluginPortal config from disk.
/pp dumpCreate a diagnostic dump for support.