Description:
This update enhances documentation for Apolloโs Lightweight integration, providing comprehensive examples for each integration type. It includes guides on detecting Apollo players, listening for Apollo packets, and utilizing utilities to simplify integration.
Changes:
apollo-bukkit-example
Now demonstrates three different approaches to Apollo integration:
Added Protobuf and JSON code examples for each Apollo module, providing sample integration snippets on every module documentation page. These examples offer direct guidance for implementing Apollo features across different integration methods.
For instance, sample code for the BorderModule is available in its Sample Code section on the BorderModule page.
Review Request Checklist
[x] Your code follows the style guidelines of this project.
[x] I have performed a self-review of my code.
[x] I have tested this change myself. (If applicable)
[x] I have made corresponding changes to the documentation. (If applicable)
[x] The branch name follows the projects naming conventions. (e.g. feature/add-module & bugfix/fix-issue)
Overview
Description: This update enhances documentation for Apolloโs Lightweight integration, providing comprehensive examples for each integration type. It includes guides on detecting Apollo players, listening for Apollo packets, and utilizing utilities to simplify integration.
Changes:
apollo-bukkit-example
Now demonstrates three different approaches to Apollo integration:
Added
/switch <API:PROTO:JSON>
command to switch Apollo integration types.A new
Lightweight
directory was added to the documentation page.Added Protobuf and JSON code examples for each Apollo module, providing sample integration snippets on every module documentation page. These examples offer direct guidance for implementing Apollo features across different integration methods.
For instance, sample code for the BorderModule is available in its Sample Code section on the BorderModule page.
Review Request Checklist
feature/add-module
&bugfix/fix-issue
)