Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.08 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.08 KB

Example RuneLite plugin with a Replit Dev enviourment.

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 Replit
  • PluginTest.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 sets main.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.

Run on Repl.it