Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshet18/pocketmine-tools
- Owner: Joshet18
- License: gpl-3.0
- Created: 2023-08-22T18:42:14.000Z (over 1 year ago)
- Default Branch: v1.0.1
- Last Pushed: 2024-03-25T06:47:21.000Z (10 months ago)
- Last Synced: 2024-11-08T13:09:41.528Z (2 months ago)
- Topics: phar, pmmp, pocketmine-mp
- Language: PHP
- Homepage:
- Size: 30.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/1.0.0.md
- License: LICENSE
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
```