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

Simplifying Plugin Management for PocketMine-MP Servers.
version 1.0.0
Approved
Direct Download How to install?
31 Downloads / 31 Total
2 Reviews
Plugin Description §

XPluginLoader


XPluginLoader is a powerful and versatile plugin loader designed for PocketMine-MP servers. It enables seamless organization and efficient loading of plugins by categorizing them into structured folders (e.g., Main, Economy, Games). With its dynamic loading capabilities, XPluginLoader simplifies plugin management, making server maintenance and deployment more streamlined and hassle-free.

Features

  • Category-based Plugin Management: Organize plugins into distinct categories for better structure and easier maintenance.
  • Multiple Loader Support: Supports various plugin packaging formats including PHAR, ZIP, and folder-based plugins.
  • Dynamic Loading: Automatically scans categories directories for valid plugins and loads them during server startup.
  • Dependency Resolution: Ensures that plugin dependencies are checked and resolved before a plugin is activated.
  • Customizable Configuration: Easily configure which loaders to use and define your category paths through a simple configuration file.

Config

---
# Don't edit this, if you don't know what you're doing
config-version: 1.0

# Loader Options
loader:
  # Load Plugin with a Folder?
  folder: true
  # Load Plugin with a Zip?
  # Note:
  # - Please don't Password the Zip File!
  # - Not recommended, Please Use Phar if you want to Archive Plugin
  # - Set allow_url_include=1 in php.ini
  zip: false

# Add your Category Folder Name Here
# Please be reminded that the Root Category Folder should not have plugin.yml and src folders.
categories:
  - "Main"
...

Screenshot

  • My structure Plugins folder
    Screenshot-1

Todo List

  • Auto Categories: Automatically Organize Plugins in Root Folder to Folder Categories ( Poggit Categories ) automatically.

Additional Notes

  • If you find bugs or want to give suggestions, please visit here

JaxkDev
Staff
using v1.0.0
27 Mar 25
XanderID
27 Mar 25
Thx :)
jasonw4331
Staff
using v1.0.0
27 Mar 25
I love the idea!
XanderID
27 Mar 25
Thanks :)

Reply to review by :

/ 5
Supported API versions
5.0.0
->
5.16.0
Producers §
  • Collaborators:
    • @XanderID
License §
Categories:
General
Admin Tools
Developer Tools
API plugins
Permissions
Manage plugins

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...