Apollo icon indicating copy to clipboard operation
Apollo copied to clipboard

Lightweight: Documentation

Open ItsNature opened this issue 1 year ago • 0 comments

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

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

  • [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)

ItsNature avatar Sep 06 '24 13:09 ItsNature