Skip to content

fatfingers23/runelite-plugin-replit-example

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published