vecnavium/formsui

v1.1.2 2022-02-19 06:29 UTC

This package is auto-updated.

Last update: 2024-05-15 16:04:16 UTC


README


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

  • Contact support in the Discord Server

  • Create an Issue

  • Write your bug & the issue you are having with all informations including the error so I can track the issue

  • Submit the issue and be patient for a response for a solution to your problem

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