{"id":15143951,"url":"https://github.com/kygekteam/kygekexampleplugin","last_synced_at":"2026-02-07T11:31:19.570Z","repository":{"id":122568839,"uuid":"390687451","full_name":"KygekTeam/KygekExamplePlugin","owner":"KygekTeam","description":"An example PocketMine-MP plugin to show coding styles of KygekTeam plugins","archived":false,"fork":false,"pushed_at":"2022-01-25T14:28:42.000Z","size":55,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"pm4","last_synced_at":"2025-04-06T16:49:12.106Z","etag":null,"topics":["example-plugin","kygekteam","kygekteam-plugin","plugin","pocketmine","pocketmine-mp","pocketmine-mp-plugin","pocketmine-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KygekTeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-29T10:31:46.000Z","updated_at":"2023-02-12T01:27:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"b705b823-6d7f-4fe5-bc41-b09b2c1b91ba","html_url":"https://github.com/KygekTeam/KygekExamplePlugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/KygekTeam/KygekExamplePlugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KygekTeam%2FKygekExamplePlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KygekTeam%2FKygekExamplePlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KygekTeam%2FKygekExamplePlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KygekTeam%2FKygekExamplePlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KygekTeam","download_url":"https://codeload.github.com/KygekTeam/KygekExamplePlugin/tar.gz/refs/heads/pm4","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KygekTeam%2FKygekExamplePlugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266567639,"owners_count":23949391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example-plugin","kygekteam","kygekteam-plugin","plugin","pocketmine","pocketmine-mp","pocketmine-mp-plugin","pocketmine-plugin"],"created_at":"2024-09-26T10:20:45.750Z","updated_at":"2026-02-07T11:31:19.542Z","avatar_url":"https://github.com/KygekTeam.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KygekExamplePlugin\n\n[![Poggit CI](https://poggit.pmmp.io/ci.shield/KygekTeam/KygekExamplePlugin/~)](https://poggit.pmmp.io/ci/KygekTeam/KygekExamplePlugin/~)\n[![Discord](https://img.shields.io/discord/735439472992321587.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/CXtqUZv)\n\n**NOTICE:** This plugin branch is for PocketMine-MP 4. If you are looking for the PocketMine-MP 3 version of this plugin, please visit the [main](https://github.com/KygekTeam/KygekExamplePlugin/tree/main) branch.\n\nAn example PocketMine-MP plugin to show coding styles of KygekTeam plugins and as example plugin for PocketMine-MP. This plugin will never be released on Poggit as it only serves as an example plugin.\n\n## ❓ Why This Plugin Exists\n\nThis plugin serves as an example plugin for PocketMine-MP in addition to PMMP's PocketMine-MP [example plugin](https://github.com/pmmp/ExamplePlugin). This plugin also serves as an example of the application of KygekTeam plugin coding standards (for more information, visit the [PHP Coding Standards](https://docs.kygek.team/coding-standards/php.html) page in KygekTeam Docs).\n\n## ❔ What Does This Plugin Do\n\nThis example plugin broadcasts a message to the server whenever a player chats with a delay by utilizing PocketMine-MP delayed task. Broadcasting can be enabled or disabled through the `/exampleplugin` command or directly in the `config.yml` file. The broadcasted message and delay can also configured through the `config.yml` file. The configuration file gets reloaded whenever a player chats regardless of the enable broadcasting settings.\n\n## ✅ Features\n\n- Uses the KygekTeam [PHP Coding Standards](https://docs.kygek.team/coding-standards/php.html) syntax\n- PocketMine-MP 4 support (Check out the [PM4 branch](https://github.com/KygekTeam/KygekExamplePlugin/tree/pm4))\n- Enable or disable through the `/exampleplugin` command or directly in the `config.yml` file\n- Broadcast prefix can be enabled or disabled through the `config.yml` file\n- Configurable broadcast message and delay\n- Configuration file gets updated automatically when a newer configuration file is available\n\n## 🔧 Installation\n\nFollow the steps below if you want to test this plugin in your PocketMine-MP server:\n\n1. 🔽 Download the latest version from GitHub Releases or Poggit CI below:\n   - Stable version (Recommended for most users): [Latest](https://github.com/KygekTeam/KygekExamplePlugin/releases/latest) | [All releases](https://github.com/KygekTeam/KygekExamplePlugin/releases)\n   - Build version (Only recommended for advanced users): [Poggit CI](https://poggit.pmmp.io/ci/KygekTeam/KygekExamplePlugin/~)\n2. 📁 Drop the downloaded `KygekExamplePlugin.phar` plugin file into your PocketMine-MP server's `plugins` directory.\n3. 🔄 Restart your server and you're ready to test the plugin!\n\n## 🔐 Commands \u0026 Permissions\n\n| Command | Description | Permission | Default | Aliases |\n| --- | --- | --- | --- | --- |\n| `/exampleplugin` | Command to enable or disable broadcast message when a player chats | `kygekexampleplugin.cmd` | `true` | `/expl`, `/ep` |\n\n## 🧾 Planned Features\n\nYou can request for a feature to be added in a future update [here](https://github.com/KygekTeam/KygekExamplePlugin/issues)!\n\n## ➕ Additional Info\n\nKygekExamplePlugin is an example plugin by KygekTeam and licensed under **GPL-3.0**.\n\n- Join our Discord server [here](https://discord.gg/CXtqUZv) for latest news and support from KygekTeam.\n- If you found bugs or want to give suggestions, please visit [here](https://github.com/KygekTeam/KygekExamplePlugin/issues) or join our Discord server.\n- We accept all contributions! If you want to contribute please make a pull request in [here](https://github.com/KygekTeam/KygekExamplePlugin/pulls).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkygekteam%2Fkygekexampleplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkygekteam%2Fkygekexampleplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkygekteam%2Fkygekexampleplugin/lists"}