formapi

  1. M

    FormConstructor V2 2.0.1

    The current version of the FormConstructor plugin is 2.0.0. This version includes many API changes and improvements. You can read the full list of changes here: CHANGELOG 🤔 Introduction Library is designed to simplify the creation and handling of forms. It has a few key advantages over other...
  2. DeltaGamesYT

    FormAPI 2.1-SNAPSHOT

    FormAPI 🇪🇸 Este plugin no lo hice yo, solo lo estoy resubiendo porque vi que no se encuentra el recurso directamente desde CloudBurst. 🇬🇧 I did not make this plugin, I am just re-uploading it because I saw that the resource cannot be found directly from CloudBurst.
  3. M

    FormCreator 1.2.0

    FormCreator Tool for easy creation of forms in Json file for Nukkit Dependencies FormConstructor GitHub: https://github.com/ContentForge/FormConstructor/releases/tag/1.1.3 How to use Example form: example.json { "command": { "enable": true, "name": "example"...
  4. pinkuth

    Experimental Milo 1.0.0-SNAPSHOT

    Milo Milo is a Cumulus implementation for the proxy server WaterdogPE. This plugin will allow you to use the Cumulus API to create forms and send them to proxied players, no alterations needed! Quick Links - Cumulus Documentation - How to use Milo
  5. xxAROX

    WD-Forms 2023-04-10

    Forms for WaterdogPE
  6. Ree

    FormAPI example 1.0

    /form
  7. Ree

    FormAPI 1.0

    WaterdogPE form API Example use_fast_codec must be set to false
  8. terentev

    Experimental FormConstructor 1.1.2

    Introduction Library is designed to simplify the creation and handling of forms. It has a few key advantages over other form libraries: Forms are processed using a lambda, which is passed when the form itself is created, and not by catching events. For each button we can set a lambda...
  9. terentev

    Discontinued FormAPI 2.2

    Simple library for creating forms (MCBE Nukkit). SimpleForm SimpleForm form = new SimpleForm("Test simple form") .setContent("Sample text") .addButton("Just a button") .addButton("Button with diamond", ImageType.PATH, "textures/items/diamond"); form.send(player, (targetPlayer...
  10. KygekDev

    KygekRulesUI 1.2.0

    A plugin that will show your server rules in UI form. This plugin was translated from PocketMine-MP (PHP). To open KygekRulesUI, simply type /rules in the chat. Features Easy to use (you can set the title, content and button in the config.yml) No need to restart, config will automatically get...
  11. DenzelCode

    2.0 UIFormAPI 1.0.0

    FormAPI The best form API provider for Nukkit Cloudburst. What's FormAPI? FormAPI is an API that provides you everything that you need to enhance your plugins with the forms system implemented on Nukkit. Download Download the latest JAR: https://github.com/DenzelCode/FormAPI/releases/latest...
  12. ArnyFour

    How open new form? FormAPI

    Hello everyone! I want open new form(CustomForm) on button click from old form(SimpleForm). How do it? I'm using THIS API.
  13. iAtomPlaza

    FormAPI 1.0.1

    Keep track of form sending from multiple plugins... ---------------------------------------------------------------------------------------------------------------------------- Its quite the hassle maintaining and saving the ids from every form in all of your plugins. This plugin, when...
  14. C1oky

    FormAPI 2.1-SNAPSHOT

    # FormAPI | NukkitX Simple API for creating forms (MCBE Nukkit) Usage example: SimpleForm: SimpleForm form = new SimpleForm("Test form") .setContent("Some kind of test text should be written here.") .addButton("Button") .addButton("Button with a picture", ImageType.PATH...
Top