https://github.com/jojoe77777/formapi
Simple API for creating forms for MCPE clients (PocketMine only)
https://github.com/jojoe77777/formapi
formapi mcpe mcpe-forms pmmp-plugin pocketmine-mp pocketmine-plugin
Last synced: 8 months ago
JSON representation
Simple API for creating forms for MCPE clients (PocketMine only)
- Host: GitHub
- URL: https://github.com/jojoe77777/formapi
- Owner: jojoe77777
- License: lgpl-3.0
- Created: 2017-08-05T04:33:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T10:40:48.000Z (over 2 years ago)
- Last Synced: 2025-07-07T06:34:10.793Z (8 months ago)
- Topics: formapi, mcpe, mcpe-forms, pmmp-plugin, pocketmine-mp, pocketmine-plugin
- Language: PHP
- Size: 39.1 KB
- Stars: 162
- Watchers: 25
- Forks: 129
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FormAPI
Simple API for creating forms for MCPE clients (PocketMine only)
## Including in other plugins
### As a plugin
This library can be loaded as a plugin phar. You can use the [`depend`](https://doc.pmmp.io/en/rtfd/developer-reference/plugin-manifest.html#depend) key in `plugin.yml` to require its presence.
### As a virion
This library supports being included as a [virion](https://github.com/poggit/support/blob/master/virion.md).
If you use [Poggit](https://poggit.pmmp.io) to build your plugin, you can add it to your `.poggit.yml` like so:
```yml
projects:
YourPlugin:
libs:
- src: jojoe77777/FormAPI/libFormAPI
version: ^2.1.1
```