Plug-Get is a simple Linux like package manager for minecraft plugins. It allows you to easily search, install and update plugins from Modrinth without ever leaving the game or your server console. It supports both apt and pacman syntax
Installing plugins:
!Install Example
Searching for plugins:
!Search Example
Updating installed plugins:
!update Example
List of commands curently avalible
| Command | Short | Description |
|---|---|---|
/pg help | /pg -h | Show help menu |
/pg search <slug> | /pg -Ss <slug> | Search for plugins |
/pg install <slug> | /pg -S <slug> | Install a plugin |
/pg update | /pg -Syu | Update all installed plugins |
/pg list | /pg -Qs | List all installed plugins |
/pg versions <slug> | /pg -Vs <slug> | Show versions of chosen plugin |
/pg remove <slug> | /pg -R <slug> | Remove a plugin |
/pg autoremove <slug> | /pg -Rs <slug> | Remove a plugin with its dependencies |
/pg reload | /pg -rl | `Reload configuration file |
| Command | Short | Description |
|---|---|---|
/pg y | /pg -y | Confirm pending action |
/pg n | /pg -n | Cancel pending action |
/pg release | /pg -Alr | Release action lock if stuck |
Use these flags with /pg install <slug> [FLAG]:
| Flag | Description |
|---|---|
--latest | Install latest and most stable version |
--rolling | Install always newest version |
--beta | Install from beta channel |
--alpha | Install from alpha channel |
--v <version> | Install specific version (e.g., --v 7.2.15) |
--vl <version> | Install specific version as latest type |
--vr <version> | Install specific version as rolling type |
| Permission | Description | Default |
|---|---|---|
plugget.use | Allows the player to use the /plugget command and all its subcommands | OP |
To use Plug-Get commands, players must have the plugget.use permission. By default, this permission is only available to server operators (OPs). You can modify this in your permission management plugin (such as LuckPerms, PermissionsEx, etc.) to grant access to specific players or groups.

Simple to use in game linux like package manager for minecraft plugins