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: 9 months ago
JSON representation
Simple PracticeCore for Pocketmine 4.0.0. Want Update? Star Repo pls.
- Host: GitHub
- URL: https://github.com/kuuuuuuuu/practicecore
- Owner: Kuuuuuuuu
- License: mit
- Archived: true
- Created: 2021-05-24T21:44:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T17:28:10.000Z (almost 4 years ago)
- Last Synced: 2024-09-26T10:21:47.992Z (almost 2 years ago)
- Topics: php, pmmp, pmmp-plugin, pmmp-plugins
- Language: PHP
- Homepage:
- Size: 68.4 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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';
}
```