Template for an Aliucord plugins repo
- Generate a repo from this template, making sure to tick "Include all branches".
- Edit
updater.json
, replacingUSERNAME
andREPONAME
with your GitHub repo and user name. - Edit
ExamplePlugin/src/main/java/com/aliucord/plugins/ExamplePlugin.java
, replacingUSERNAME
andREPONAME
with your GitHub repo and user name,DISCORD USERNAME
and123456789
with your Discord username and user id. - Edit
settings.gradle
to include your plugins - Clone the Aliucord repo to
../repo
(one directory up under the name repo)