allaymc-plugin-dev
SKILL.md
AllayMC Plugin Development
About AllayMC
AllayMC is a third-party server software for Minecraft: Bedrock Edition written in Java. It provides a set of APIs for plugins to use. AllayMC is broadly divided into the following two modules:
- api: A set of interfaces provided for plugins.
- server: An implementation of the api. Plugins usually don't have access to it.
About Plugin
Plugins in AllayMC are just like Bukkit plugins, they are loaded by the server when the server starts. Plugins are used to extend server functionality.