Reference

Commands

The command reference is optimized for lookup. Use /pp, /pluginportal, or /ppm as the root command.

Commands

Find plugins

Browse marketplace data without changing files on disk.

/pp

Open the command menu.

/pp view <name> [platform] [--byId] [--exact]

Preview a marketplace plugin before installing it.

/pp list

Show plugins installed through PluginPortal.

/pp info

Show 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 MODRINTH

Install by marketplace ID

Use the platform ID when name search is ambiguous or support gives you an exact ID.

/pp install <platform-id> MODRINTH --byId

Exact name search

Use exact matching when the search term is short or matches too many plugins.

/pp view "WorldEdit" --exact

Update by ID

Useful when two installed plugins have similar names.

/pp update <platform-id> --byId

Skip outdated checks

Use only when you intentionally want to bypass the server-version warning.

/pp update <name> --ignoreOutdated

Install from URL

Use for a direct download URL that PluginPortal can fetch.

/pp install-url https://example.com/plugin.jar

Commands

Admin

PluginPortal maintenance and support commands.

/pp upgrade [--yes]

Check for and install PluginPortal updates.

/pluginportal config refresh

Reload PluginPortal config from disk.

/pp dump

Create a diagnostic dump for support.