Skip to main content
This guide takes you from a clean RuneLite install to a running automation plugin. It covers the installer, the two plugins every setup needs, and where to go from there.

Prerequisites

  • Windows with the official RuneLite launcher installed
  • The n3Plugins-<version>-all.jar suite artifact
  • A plugin suite that is not currently running: close RuneLite before you start

Install the suite

1

Run the installer

Double-click the suite jar. The installer window opens.
2

Click Enable

The installer copies the suite into .runelite\sideloaded-plugins\, downloads and verifies the version-pinned navigation resources, and rewrites the launcher configuration for sideloading. Wait for every status row to report ready.Every download is SHA-256 checked before it replaces a managed file.
3

Launch RuneLite

Start RuneLite through the launcher as usual. The suite loads from the sideloaded plugins folder.
4

Enable Packet Utils

Open the RuneLite plugin list, search for Packet Utils, and enable it. It is the shared runtime every n3 plugin depends on: revision validation, menu dispatch, walker ticking, action pacing, and input locking.It ships enabled by default. If you disabled it previously, re-enable it before anything else.
5

Enable a feature plugin

Enable any n3 plugin from the list, for example Power Skiller or Gemstone Crab Killer. Each plugin adds a tab to the shared n3 sidebar where you configure and start it.
Close RuneLite before you enable, repair, or disable the suite. The installer replaces files the running client holds open.
The installer’s Repair option re-runs every check and replaces missing or corrupt resources. Disable restores the launcher configuration that existed before the first n3-managed enable and leaves downloaded resources in place for a later re-enable.

Verify it works

  1. Open the shared n3 sidebar in RuneLite.
  2. Open the Suite status tab. It reports revision health, walker state, and pacer status.
  3. Start a plugin from its own tab and watch its overlay and status lines react.

Next steps

  • Learn the tick loop and the rules plugins follow in Core concepts.
  • Configure account profiles, proxies, and auto-login in Profiles.
  • Browse what each plugin does in Plugin guides.
If a plugin stays blocked, check Suite status first. Most blocked states come from a revision mismatch, a disabled Packet Utils runtime, or an unreachable navigation cache, and the status tab names the exact reason.