FAQ
AkiAsync FAQ
Basic Questions
Q: Will the plugin affect game features?
No. AkiAsync only optimizes performance without changing any vanilla features. All game mechanics remain consistent with vanilla.
Q: Which Minecraft versions are supported?
Please check GitHub Releases for supported version list. Each release notes will indicate supported MC versions.
Q: Which servers are supported?
Currently supports the following servers:
- ✅ Leaves
- ✅ Luminol
- ✅ LightingLuminol
- ✅ Lophine
- ✅ Mint
- ✅ Forks of the above servers
Installation Issues
Q: Why isn't Mixin working?
Leavesclip disables Mixin by default. You need to add the JVM parameter to your server startup script:
-Dleavesclip.enable.mixin=trueComplete startup command example:
java -Xms4G -Xmx4G -Dleavesclip.enable.mixin=true -jar server.jar noguiQ: What if the plugin fails to load?
Please check the following:
- JDK Version - Ensure you're using JDK 21 or higher
- Server Compatibility - Ensure you're using a server that supports Leaves Mixin
- Mixin Parameter - Ensure startup command includes
-Dleavesclip.enable.mixin=true - Plugin Version - Ensure plugin version matches server version
If the issue persists, please submit an issue on GitHub Issues with complete error logs.
Q: How to update the plugin?
- Stop the server
- Delete the old plugin JAR file
- Download and place the new plugin JAR file
- Restart the server
Note
It's recommended to backup configuration files before updating, although configs are usually backward compatible.
Performance Questions
Q: How much performance improvement can I expect?
Performance improvement depends on your server's specific situation, including:
- Number of online players
- World complexity
- Number of other plugins
Generally, you can observe noticeable improvement in TPS stability.
Q: Will the plugin increase memory usage?
Async processing will slightly increase memory usage, but usually within acceptable range. If your server is memory-constrained, consider allocating more memory.
Compatibility Issues
Q: What if there's a conflict with other plugins?
If you encounter compatibility issues with other plugins:
- Confirm it's actually a plugin conflict (does the issue disappear when AkiAsync is disabled)
- Submit an issue on GitHub Issues
- Provide complete plugin list and error logs
Other Questions
Q: How to get help?
- GitHub Issues - Submit bugs or feature requests
- GitHub Discussions - Community discussions