Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

pmScriptPlugins

✅ How to Install pmScriptPlugins (Visual Explanation)

📁 PocketMine-MP/
│
├── 📁 plugins/
│   ├── 📄 CpsHandler.php                ←✅ Place directly here
│   ├── 📄 EnableVibrantVisualsPlugin.php←✅ Same here
│   └── 📄 TransferDoor.php              ←✅ Same here
│
├── 📁 worlds/
├── 📄 PocketMine-MP.phar
└── ...

🔽 Steps

  1. Copy *.php files directly under the plugins/ folder.
  2. When you start PocketMine, they will be automatically loaded.

💡 This is the “ScriptPlugin” Style

Unlike traditional PMMP plugins:

  • No plugin.yml or autoload settings are required.
  • Each PHP file works standalone, as long as it extends PluginBase.
  • A PHPDoc header like the following may be necessary:
/**
 * @name EnableVibrantVisualsPlugin
 * @api 5.30.0
 * @description Let's enable Vibrant Visuals!
 * @version 1.0.0
 * @main EnableVibrantVisualsPlugin
 */

About

Standalone PMMP Plugin Vault

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages