Installation Guide
1/16/26Less than 1 minutePlugin DocumentationAkiAsyncInstallation
AkiAsync Installation Guide
Requirements
Prerequisites
- JDK 21 or higher
- Server supporting Leaves Mixin (Leaves/Luminol/LightingLuminol/Lophine/Mint)
Installation Methods
Quick Install
Step 1: Download Plugin
Go to GitHub Releases to download the latest .jar file.
Step 2: Place Plugin
Put the downloaded .jar file into the server's plugins folder.
server_root/
├── plugins/
│ └── AkiAsync-x.x.x.jar <-- Place here
├── server.jar
└── ...Step 3: Enable Mixin
Add the following JVM parameter to your server startup script:
-Dleavesclip.enable.mixin=trueComplete startup command example:
java -Xms4G -Xmx4G -Dleavesclip.enable.mixin=true -jar server.jar noguiStep 4: Restart Server
Restart the server, and the plugin will automatically load and generate configuration files.
Build from Source
Step 1: Clone Repository
git clone https://github.com/virgil698/Aki-Async.git
cd Aki-AsyncStep 2: Build Project
Linux/macOS
./gradlew buildWindows
gradlew.bat buildStep 3: Get Build Output
After successful build, the plugin JAR file will be generated in the build/libs directory.
Step 4: Deploy Plugin
Place the generated .jar file into the server's plugins folder, enable Mixin following the quick install steps, and restart the server.
Verify Installation
After server startup, you can verify the plugin is loaded correctly by:
- Check console logs for any errors
- Run
/pluginscommand to view plugin list - Check if configuration files are generated in
plugins/AkiAsync/directory
Configuration Files
After first load, the plugin will generate configuration files in plugins/AkiAsync/ directory:
# AkiAsync Configuration
enabled: true