<aside> <img src="/icons/puzzle_gray.svg" alt="/icons/puzzle_gray.svg" width="40px" />
What is A Plugin?
</aside>
A PMMP (PocketMine-MP) plugin is a custom script that adds new features or modifies gameplay in a Minecraft: Bedrock Edition server running PocketMine-MP. Plugins are written in PHP and interact with the server using the PocketMine API.
A plugin can:
✔ Add new commands (e.g., /spawn, /heal)
✔ Change game mechanics (e.g., disable fall damage, modify item drops,adding your own games..)
✔ Create custom worlds, items, and mobs
✔ Manage players (e.g., teleport, ban, give items and so much more)
✔ Integrate with databases (SQL, SQlite) or external services
config.yml) to allow server owners to customize settings.<aside> 💡
But Now, How Do We Code Our Own Plugins?
</aside>
<aside> <img src="/icons/arrow-northeast_green.svg" alt="/icons/arrow-northeast_green.svg" width="40px" />
Heres a ‘’Simple’’ Description Of How To Start!, Theres A Coding Tutorial, Scroll More Down To Find It
</aside>
Before you start coding, you need: