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...