PlugGet
PluginMIT

PlugGet

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

54
Downloads
4
Followers
2 weeks ago
Updated
📦
2
Versions

📖About PlugGet

Plug-Get

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

Features

  • One-command plugin installation with automatic dependency resolution
  • Search for plugins directly from Modrinth API
  • Update all plugins with a single command
  • Remove plugins with optional dependency cleanup
  • Version control (latest, rolling, beta, alpha, specific versions)
  • Simple config
  • Compatible with folia, paper, spigot

Examples

Installing plugins:

Install Example

Searching for plugins:

Search Example

Updating installed plugins:

update Example

Commands & Flags

All Commands

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

Confirmation Commands

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

Installation Flags

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

Permissions

Plugin Permissions

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.