Vecnavium / FormsUI

A PocketMine-MP virion that allows you to create Forms.
GNU General Public License v3.0
15 stars 10 forks source link


A PocketMine-MP Virion that allows you to create forms. A longterm and ongoing support for this virion and will be done at it's best to improve. The project FormsUI has been taken from FormAPI to maintain and keeping it up to date for PocketMine API 4.0.0 and up.

GitHubrelease Stars Discord

Pull Requests

Pull Requests are welcomed. PRs must be related to changes that patch bugs or improves the virion itself.

BugReport

We will NOT assist you if you are using a spoon or modified PocketMine-MP version.

Converting from FormAPI to FormsUI (Virion)

This is from FormAPI

projects:
  YourProject:
    libs:
      - src: jojoe77777/FormAPI/libFormAPI
        version: ^2.1.0

And you would need to change it to this to FormsUI

projects:
  YourProject:
    libs:
      - src: Vecnavium/FormsUI/libFormsUI
        version: ^2.0.0

Converting from FormAPI to FormsUI (As a plugin)

It's nothing more than a simple drag and drop FormsUI and replace FormAPI that is in your libs directory. And if you properly remove FormAPI and dropped FormsUI into the libs directory everything should work as expected. No code is needed to be modified or changed