Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T17:28:10.000Z (about 2 years ago)
- Last Synced: 2024-09-26T10:21:47.992Z (about 2 months 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 funAccept Format Code like this:
```php
public function test() : void
{
echo 'test';
}
```OR
```php
public function cool() : void {
echo 'cool';
}
```