Template for an Aliucord plugin repo
This template includes 2 example plugins demonstrating commands and patches which you can find in the ExamplePlugins folder.
- Open the root build.gradle.kts, read the comments and replace all the placeholders
- Familiarize yourself with the project structure. Most files are commented
- Build or deploy your first plugin using:
- Windows:
.\gradlew.bat MyFirstCommand:make
or.\gradlew.bat MyFirstCommand:deployWithAdb
- Linux & Mac:
./gradlew MyFirstCommand:make
or./gradlew MyFirstCommand:deployWithAdb
- Windows:
Everything in this repo is released into the public domain. You may use it however you want with no conditions whatsoever