Skip to content

PocketCloudSystem/BetterForms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterForms

Yet another forms library for PocketMine-MP

How to use?

To learn how to use this thing, you can check out the example file To actually make this library work, you have to use register(PluginBase) in your onEnable()

protected function onEnable(): void {
    if (!Forms::isRegistered()) Forms::register($this);
}

If you don't check if it's already registered, it might throw an exception if it already is.

About

Yet another forms library for PocketMine-MP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%