#too many buttons

1 messages · Page 1 of 1 (latest)

pure vine
#

Hi ! Why do I have 12 buttons when in my programme I put 6 ?

        $form->setTitle("Navigateur");
        $form->setContent("Naviguer entre nos mondes !");
        $form->addButton("a");
        $form->addButton("b");
        $form->addButton("c");
        $form->addButton("d");
        $form->addButton("e");
        $form->addButton("f");
        $form->sendToPlayer($sender);``` I use pocketmine-mp 5
frosty nimbus
#
  1. that ui seems like it is stolen from hive
  2. how tf is anyone supposed to know without seeing the ui json
pure vine
mental trail
#

probably "designed" that way

#

after all it's recreation.

#

you gotta ask them here.

pure vine
#

anyone to help me ?

#

The code is from the github

pulsar terrace