Skip to content

Instantly share code, notes, and snippets.

@downthecrop
Created June 28, 2023 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save downthecrop/cc9777f74e2e3767430c7a9237c97049 to your computer and use it in GitHub Desktop.
Save downthecrop/cc9777f74e2e3767430c7a9237c97049 to your computer and use it in GitHub Desktop.
2009Scape Ground Items Plugin

GroundItems Plugin

GroundItems is a Runelite-like plugin, providing a customizable overlay for in-game ground items.

Usage

You can interact with the GroundItems plugin using the following commands:

  • ::setlow [value] - Set the value for Low range.
  • ::setmed [value] - Set the value for Medium range.
  • ::sethigh [value] - Set the value for High range.
  • ::setinsane [value] - Set the value for Insane range.
  • ::sethide [value] - Set the value for Hide Below range.
  • ::tagitem [ID] - Tag/Untag an item by ID.
  • ::ignoreitem [ID] - Ignore/Unignore an item by ID.
  • ::resetgroundconfig - Reset all settings to defaults.
  • ::groundconfig - Display current settings.

Control+clicking an item opens a context menu, allowing you to quickly tag or hide it.

@EvanWells
Copy link

How do I get this plugin mate?

@downthecrop
Copy link
Author

How do I get this plugin mate?

Built in to Saradomin launcher like the reset of the plugins but you can find the source code here: https://gitlab.com/2009scape/rt4-client/-/tree/master/plugin-playground/src/main/kotlin/GroundItems?ref_type=heads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment