Template for an Aliucord plugins repo
- Generate a repo based on this template
This template includes 4 example plugins which you can find in the ExamplePlugins folder.
- Copy the
HelloWorld
example plugin into the root of this folder as MyFirstPlugin and fix all values in the plugin Manifest method - Uncomment the first line in
settings.gradle.kts
to tell gradle to include it. Whenever you add a new plugin you have to add it here - Inspect the updater.json file and uncomment the MyFirstPlugin section. Whenever you add a new plugin you have to add it to updater.json similar to the MyFirstPlugin block
- Run
./gradlew MyFirstPlugin:make
or./gradlew MyFirstPlugin:deployWithAdb
Everything in this repo is released into the public domain. You may use it however you want with no conditions whatsoever