emperials/formapi

Simple API for creating forms on PocketMine-MP.

Maintainers

Details

github.com/Emperials/FormAPI

Source

Installs: 56

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 129

pkg:composer/emperials/formapi

dev-master 2025-08-11 09:31 UTC

This package is auto-updated.

Last update: 2025-09-11 10:50:15 UTC


README

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 key in plugin.yml to require its presence.

As a virion

This library supports being included as a virion.

If you use Poggit to build your plugin, you can add it to your .poggit.yml like so:

projects:
  YourPlugin:
    libs:
      - src: jojoe77777/FormAPI/libFormAPI
        version: ^2.1.1