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 - Edit default manifest in root project
build.gradle.kts
inaliucord
session - 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