Getting Started
Last updated
Last updated
Overview
Create a 'libs' folder in your plugin
Drag the Universal Chat Plugin jar into the libs folder
Tweak build.gradle.ks
Import UniversalChatAPI
In the root directory of your plugin create a libs folder
Download Universal Chat, and place the plugin file into the newly created libs folder
Navigate to build.gradle.kts and add the following code under 'dependencies'
Full Example:
Import Universal Chat using the following code
Once complete, the Universal Chat jar will be bundled with your plugin, however it will not function without the Universal Chat installed in the plugins directory.