Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuuuuuuuu/practicecore

Simple PracticeCore for Pocketmine 4.0.0. Want Update? Star Repo pls.
https://github.com/kuuuuuuuu/practicecore

php pmmp pmmp-plugin pmmp-plugins

Last synced: about 21 hours ago
JSON representation

Simple PracticeCore for Pocketmine 4.0.0. Want Update? Star Repo pls.

Awesome Lists containing this project

README

        

- Pull request accept
- have fun

Accept Format Code like this:

```php
public function test() : void
{
echo 'test';
}
```

OR

```php
public function cool() : void {
echo 'cool';
}
```