Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T10:40:48.000Z (about 1 year ago)
- Last Synced: 2024-09-26T10:02:03.994Z (about 2 months ago)
- Topics: formapi, mcpe, mcpe-forms, pmmp-plugin, pocketmine-mp, pocketmine-plugin
- Language: PHP
- Size: 39.1 KB
- Stars: 155
- Watchers: 26
- Forks: 120
- Open Issues: 8
-
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
```