By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
You can download the latest version of oh-my-pmmp from our official GitHub. We have stopped uploading to Poggit because it's hard for us to use Composer libraries in our plugin (we need to upload a whole vendor/ folder in our GitHub repository, it will cause unnecessary weight and inefficiency). We recommend updating your bookmarks, as this page will not see any further updates. We are also finding alternative solutions for the problem. We have found a solution that is zero-dependency; however, it is challenging to implement. We will carefully evaluate this option along with other potential solutions to determine the best course of action. This implies that resolving the problem may not be achievable in the near future.
The asynchronous PocketMine-MP plugin manager
Oh My PMMP provides commands to allow you to install plugins from Poggit. It's fast and easy to use.
Oh My PMMP provides omp command to allow you to install, upgrade, remove, etc. plugins from Poggit
omp helpPermission: oh-my-pmmp.help
List available commands.
omp versionPermission: oh-my-pmmp.version
Print plugin version.
omp install <plugin> <version>
Permission: oh-my-pmmp.install
Install a plugin with a specified version or use the word latest as a version to install the latest one.
omp remove <plugin>
Permission: oh-my-pmmp.remove
Remove a plugin.
omp updatePermission: oh-my-pmmp.update
Update cached data.
omp listPermission: oh-my-pmmp.list
List available plugins or installed plugins.
i, -installed or --installed behind the command, omp list --installed, for instance.omp show <plugin> <version>
Permission: oh-my-pmmp.show
Get details about a plugin (name, version, api, depends, etc.).
omp upgrade <plugin> <version>
Permission: oh-my-pmmp.upgrade
Upgrade a plugin to a specified version or use the word latest as a version to upgrade to the latest one.
NOTE: To use all commands of Oh My PMMP, use oh-my-pmmp.cmds permission.
Turn on this mode in config.yml by changing devMode to true
Some features will be unlocked after developer mode is enabled:
true after the install command. For example: omp i ExamplePlugin latest true
Before you participate in our community, please read the Code of Conduct.
See Contributing for more details.
Licensed under the GNU General Public License v3.0 license.
You can leave one review per plugin release, and delete or update your review at any time