Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

LunarGamesMC/CommandHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CommandHandler

Basic Command Handler In PhP

How To Use

  • To Initialize CommandHandler
CommandHandler::init();
  • Example Of Commands
"example" => new ExampleCommand()
  • When Initializing Use
use YourName\Abc;

Todo

  • Change Namespace When Using

Note

  • Must Initizalize Handler On Enable
public function onEnable(): void
{
  CommandHandler::init();
}

About

Basic Command Handler In PhP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages