Skip to content

DaisukeDaisuke/pmScriptPlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages