goosebumps98 / pmmp-plugins

A collection of all my PocketMine-MP plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pmmp-plugins

Average time to resolve an issue Open issues License

Fork Star Watch

The new home of my PocketMine-MP plugins.

Plugins

How can I follow along/contribute?

Contributions and donations are greatly appreciated. If you like this repository, do not forget to give me a hand!

Issues

Got an issue running a plugin? Submit an issue and I'll be happy to help. Make sure it is not a duplicate by checking the Issue Tracker and following the issue template or it will be instantly closed.

There are some cases where your issue will be closed without prior explanation:

  • The issue does not follow the issue template or is incomplete.
  • The issue is irrelevant to a plugin listed on the kenygamer/pmmp-plugins repository.
  • The issue ocurrs in non-official PocketMine installations (forks).

Installation

Get the plugin of your choice for your PocketMine-MP server for free. Follow the tutorial that best suits you.

Running a plugin from source

  1. Get the zip of your plugin here.
  2. Upload the compressed file on the plugins/ directory.
  3. Unzip the file. For terminal, use unzip unknown.zip.
  4. Restart your PocketMine server.

Running a plugin as phar

  1. Get the zip of your plugin here.
  2. Use this tool to get the phar.
  3. Upload the phar on the plugins/ directory.
  4. Restart your PocketMine server.

Upgrading plugins

Auto-notifier

The auto-notifier is available in the most modern versions of the plugins. It will notify you of new releases in the console log on every server startup.

Steps to upgrade any plugin

  1. Go to the PluginName folder.
  2. Backup all data files (except the plugin.yml and the src/ folder).
  3. Repeat the installation procedure.
  4. Place the backuped files in this folder.
  5. Restart your PocketMine server.

License

kenygamer/pmmp-plugins is licensed under the GNU General Public License v3 (GPL-3).

About

A collection of all my PocketMine-MP plugins.

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%