Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshet18/pocketmine-tools

easily create and extract phar archives por pocketmine
https://github.com/joshet18/pocketmine-tools

phar pmmp pocketmine-mp

Last synced: 21 days ago
JSON representation

easily create and extract phar archives por pocketmine

Awesome Lists containing this project

README

        

## Commands:
* `stop`: stop pocketmine-tools
* `help`: get list of all commands.
* `query [port]`: get server status
* `unphar [override: y|n]`: Extract .phar file
* `phar [override: y|n]`: Make .phar file
## Build Phar for SourceCode
* 1. Download the source code from https://github.com/Joshet18/PocketMine-Tools
* 2. Extract Zip file
* 3. Open terminal and go to directory where you extracted zip file
* 4. Run `php -d phar.readonly=0 build/make-phar.php`
# Windows:
```
start.cmd
```
# Others System:
```
php -d phar.readonly=0 PocketMine-Tools.phar
```