https://github.com/czechpmdevs/pocketminetools
Tools simplifying PocketMine plugin development
https://github.com/czechpmdevs/pocketminetools
Last synced: about 2 months ago
JSON representation
Tools simplifying PocketMine plugin development
- Host: GitHub
- URL: https://github.com/czechpmdevs/pocketminetools
- Owner: CzechPMDevs
- License: gpl-3.0
- Created: 2022-07-23T18:14:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T13:00:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T03:43:22.938Z (over 1 year ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PocketMine Tools
- Tools to simplify developing PocketMine plugins.
## Project contains these tools:
- Workspace generator - Script which generates plugin workspace
- Plugin build script - An advanced script for building plugin. Allows to include composer libraries
## Workspace generator
- The easiest way is to copy the code below and run it.
```php