Runelite plugin source

Get the source here

Support via Patreon

Why setup from source?

Runelite has regular updates which means I have to update the Runelite.jar manually. By setting up from source, you just need to click a few buttons and you can update yourself. Unless Runelite makes major changes to the code, you will always be able to run Runelite with the plugins updated to the latest version.

Setting up from source

Troubleshooting

All in one general fix

Running these steps in order fixes 99% of issues

  • Pull from Runelite repository (Click “Git: blue arrow in Top right corner)
  • Ctrl+shift+a, Reimport all maven projects
  • Terminate all Java(TM) Platform SE Binary background processes using Task Manager
  • run “clean install -DskipTests -U”
  • If you are still experiencing issues try change the maven install command back to “install -DskipTests -U”

Runelite comes up blank

Run the maven install step again

run "clean install -DskipTests -U"

Runelite version is outdated

  • Pull from Runelite repository (Click “Git: blue arrow in Top right corner)
  • Ctrl+shift+a, Reimport all maven projects

Updated: