Compare Plugins

Select up to 3 plugins to compare their implementations side-by-side

Select Plugins to Compare

Hello World Plugin

A simple plugin that displays 'Hello World' in the chat when you log in. Perfect for learning the basics of plugin development.

BeginnerDisplay

Combat Level Display

Displays your combat level as an overlay on the screen. Shows how to access player data and render text overlays.

BeginnerOverlay

Inventory Tracker

Tracks and displays inventory item counts. Demonstrates how to access inventory data and respond to changes.

IntermediateData

XP Tracker

Tracks and displays experience points gained. Shows how to monitor stat changes and calculate XP gains over time.

IntermediateData

NPC Highlighter

Highlights specific NPCs on the screen. Demonstrates NPC iteration, filtering, and overlay rendering with shapes.

AdvancedOverlay

Keyboard Shortcuts

Adds custom keyboard shortcuts to your plugin. Shows how to handle keyboard input and create hotkeys.

IntermediateInteractive

Stat Display

Displays your current skill levels and experience in an overlay. Shows how to access skill data and format it for display.

BeginnerDisplay

Menu Entry Manipulator

Modifies right-click menu entries. Demonstrates how to add, remove, or reorder menu options using MenuEntryAdded events.

AdvancedUtility

Configurable Overlay

An overlay plugin with user-configurable settings. Demonstrates how to create config interfaces, add settings, and use them in your plugin.

IntermediateDisplay

Player Location Tracker

Displays your current world coordinates and region. Shows how to access and display location data.

BeginnerDisplay

Health Bar Overlay

Draws a health bar above the player showing current and maximum hitpoints. Demonstrates advanced overlay rendering with shapes.

IntermediateOverlay

Item Highlighter

Highlights specific items on the ground. Shows how to iterate through tiles and draw highlights.

AdvancedOverlay

Skill Level Alert

Sends a chat message when you level up a skill. Demonstrates StatChanged event handling.

BeginnerDisplay

Equipment Tracker

Tracks what items you're wearing and displays them. Shows how to access equipment data.

IntermediateData

Chat Filter

Filters chat messages based on keywords. Demonstrates chat event handling and message filtering.

IntermediateUtility

Auto Responder

Automatically responds to private messages with a custom message. Shows private message event handling.

AdvancedInteractive

Bank Value Calculator

Calculates the total value of items in your bank. Demonstrates item iteration and value calculation.

IntermediateData

Prayer Points Display

Displays current prayer points as an overlay. Shows how to access skill data and render it.

BeginnerDisplay

Run Energy Tracker

Tracks and displays run energy percentage. Shows how to access energy data and create informative overlays.

BeginnerDisplay

Combat Stat Display

Displays all combat stats (Attack, Strength, Defence, etc.) in a compact overlay. Shows skill iteration and formatting.

IntermediateDisplay

Item Count Notifier

Notifies you when you have a certain number of items. Useful for tracking supplies or resources.

IntermediateUtility

Animation Tracker

Tracks and displays the current animation ID. Useful for detecting specific actions like attacking or skilling.

BeginnerData

World Hopper Helper

Displays current world number and provides quick world information. Shows how to access world data.

BeginnerDisplay

FPS Display

Displays the current frames per second. Useful for performance monitoring and optimization.

IntermediateDisplay

Death Counter

Counts and displays how many times you've died. Tracks death events and maintains a counter.

IntermediateData

Loot Tracker

Tracks items picked up from the ground. Demonstrates ground item event handling and data tracking.

AdvancedData

Boost Indicator

Shows which skills are currently boosted above their base level. Displays boost amounts and remaining time.

IntermediateDisplay

Minimap Overlay

Draws custom markers on the minimap. Demonstrates minimap coordinate conversion and drawing.

AdvancedOverlay

Potion Timer

Tracks potion effects and displays remaining time. Shows how to monitor stat changes and calculate durations.

AdvancedDisplay

Click Counter

Counts and displays mouse clicks. Useful for tracking activity and testing. Demonstrates mouse event handling.

IntermediateData

Time Display

Displays the current in-game time. Shows how to access game time and format it for display.

BeginnerDisplay

Special Attack Tracker

Tracks special attack energy and displays it. Shows how to monitor special attack percentage.

IntermediateDisplay

Quest Helper Basic

A basic quest helper that highlights NPCs and objects needed for quests. Demonstrates quest state tracking.

AdvancedOverlay

Damage Dealt Tracker

Tracks damage dealt to NPCs. Shows how to monitor combat and calculate damage.

AdvancedData

Bank PIN Helper

A simple helper for remembering bank PIN patterns. Displays a visual aid for PIN entry.

IntermediateUtility

AFK Detector

Detects when you're AFK (away from keyboard) by monitoring lack of activity. Useful for safety.

IntermediateUtility

Resource Tracker

Tracks resources gathered (logs, ores, fish, etc.) and displays statistics. Shows event-based tracking.

AdvancedData

Prayer Flick Helper

Helps with prayer flicking by showing optimal timing. Demonstrates prayer point monitoring and timing calculations.

AdvancedUtility

Multi-Login Detector

Detects if you have multiple accounts logged in. Useful for account management.

IntermediateUtility

Combat Style Indicator

Displays your current combat style (Aggressive, Defensive, etc.). Shows how to access combat configuration.

IntermediateDisplay

Item Price Checker

Displays item prices when hovering. Shows how to get item information and display tooltips.

AdvancedDisplay

Notification Manager

Sends customizable notifications for various game events. Demonstrates notification system usage.

IntermediateUtility

Select plugins above to compare them side-by-side