This is the RuneLite plugin template with some files added to be able to run in replit.
Plan on adding more later. But the following files is what was added.
main.sh
- The script that runs when you click run on ReplitPluginTest.gradle
- adds a task to be able to compile and run your plugin. I'm sure there is a better way to do this but I just did what Intellij does on their ide for run configurations.replit.nix
- this is to import some packages that are needed via Nix..replit
- File that helps confgiures various settings and setsmain.sh
as what is ran when you click run.
I plain on adding more detail instructions at a later date. But can add the above files to your runelite plugin to get it working.
Just need to edit the top portion of PluginTest.gradle
to match your project.