API

The PrivateChats API is a work-in-progress.

Setup

1. Download the latest API release from the repo.

2. Add the API jar as a dependency in your projects.

3. Don't package or shade the API into your plugin jar, it must remain seperate. PrivateChats includes the API.

4. Add PrivateChats as a depend or softdepend in your plugin. For example for Bukkit/Spigot plugin.yml: softdepend: [PrivateChats].

5. The API is now ready to be used in your project.

Last updated