Skip to content

ahnsunggwan45/UIManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UIManager

Easy to create forms for PocketMine-MP


HOW TO USE

Simple Form

$form = new SimpleForm('title', 'content');
$form->addButton(new Buttom('your text'));

Custom Form

$form = new CustomForm('title');
$form->addElement(new Label('your text'));

send to player

$player->sendForm($form);

About

PMMP UI Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages