FormCreator

FormCreator 1.2.0

MEFRREEX

Member
MEFRREEX submitted a new resource:

FormCreator - Tool for easy creation of forms in Json file

FormCreator
Tool for easy creation of forms in Json file for Nukkit

How to use
Example form:

example.json
JSON:
{
    "command": {
        "enable": true,
        "name": "example",
        "description": "Example command",
        "aliases": [
            "example1"
        ],
        "permission": "formcreator.example"
    },
    "title": "Example Form",
    "content": [
        "Content line"
    ],
    "buttons": [...
Read more about this resource...
 
Top