oh-my-pmmp

A plugin manager for PocketMine-MP

The asynchronous PocketMine-MP plugin manager

CI State Downloads Total License Discord

Oh My PMMP provides commands to allow you to manage plugins. It's fast and easy to use.


Table of Contents

Getting Started

Prerequisites

Basic installation

  1. Download the latest version of the plugin from here.
  2. Put it in the plugins folder.
  3. Restart your server.

Using Oh My PMMP

Commands

Oh My PMMP provides omp command to allow you to install, upgrade, remove, etc. plugins from Poggit

omp help

Permission: oh-my-pmmp.help

List available commands.

omp version

Permission: oh-my-pmmp.version

Print plugin version.

omp install <plugin> <version>

Permission: oh-my-pmmp.install

Install a plugin with a specified version or leave it empty to install the latest one.

omp remove <plugin>

Permission: oh-my-pmmp.remove

Remove a plugin.

omp update

Permission: oh-my-pmmp.update

Update cached data.

omp list

Permission: oh-my-pmmp.list

List available plugins or installed plugins.

  • To display the list of plugins by page, use the command omp list <page>, default is 1.
  • To display all plugins, use the command omp list --all.

omp show <plugin> <version>

Permission: oh-my-pmmp.show

Get details about a plugin (name, version, api, depends, etc.).

omp extract <plugin>

Permission: oh-my-pmmp.extract

Unphar a plugin

omp enable <plugin>

Permission: oh-my-pmmp.enable

Enable a disabled plugin

omp disable <plugin>

Permission: oh-my-pmmp.disable

Disable a plugin

NOTE: To use all commands of Oh My PMMP, use oh-my-pmmp.cmds permission.

How do I contribute to Oh My PMMP?

Before you participate in our community, please read the Code of Conduct.

See Contributing for more details.

License

Licensed under the GNU General Public License v3.0 license.

Details

Version: 2023.12

Downloads: 247

Updated: 12/1/2023

Supported API versions: 5.0.0 to 5.27.1

Categories: General, Admin Tools

License: GPL-3.0-ONLY