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.
Combat Level Display
Displays your combat level as an overlay on the screen. Shows how to access player data and render text overlays.
Inventory Tracker
Tracks and displays inventory item counts. Demonstrates how to access inventory data and respond to changes.
XP Tracker
Tracks and displays experience points gained. Shows how to monitor stat changes and calculate XP gains over time.
NPC Highlighter
Highlights specific NPCs on the screen. Demonstrates NPC iteration, filtering, and overlay rendering with shapes.
Keyboard Shortcuts
Adds custom keyboard shortcuts to your plugin. Shows how to handle keyboard input and create hotkeys.
Stat Display
Displays your current skill levels and experience in an overlay. Shows how to access skill data and format it for display.
Menu Entry Manipulator
Modifies right-click menu entries. Demonstrates how to add, remove, or reorder menu options using MenuEntryAdded events.
Configurable Overlay
An overlay plugin with user-configurable settings. Demonstrates how to create config interfaces, add settings, and use them in your plugin.
Player Location Tracker
Displays your current world coordinates and region. Shows how to access and display location data.
Health Bar Overlay
Draws a health bar above the player showing current and maximum hitpoints. Demonstrates advanced overlay rendering with shapes.
Item Highlighter
Highlights specific items on the ground. Shows how to iterate through tiles and draw highlights.
Skill Level Alert
Sends a chat message when you level up a skill. Demonstrates StatChanged event handling.
Equipment Tracker
Tracks what items you're wearing and displays them. Shows how to access equipment data.
Chat Filter
Filters chat messages based on keywords. Demonstrates chat event handling and message filtering.
Auto Responder
Automatically responds to private messages with a custom message. Shows private message event handling.
Bank Value Calculator
Calculates the total value of items in your bank. Demonstrates item iteration and value calculation.
Prayer Points Display
Displays current prayer points as an overlay. Shows how to access skill data and render it.
Run Energy Tracker
Tracks and displays run energy percentage. Shows how to access energy data and create informative overlays.
Combat Stat Display
Displays all combat stats (Attack, Strength, Defence, etc.) in a compact overlay. Shows skill iteration and formatting.
Item Count Notifier
Notifies you when you have a certain number of items. Useful for tracking supplies or resources.
Animation Tracker
Tracks and displays the current animation ID. Useful for detecting specific actions like attacking or skilling.
World Hopper Helper
Displays current world number and provides quick world information. Shows how to access world data.
FPS Display
Displays the current frames per second. Useful for performance monitoring and optimization.
Death Counter
Counts and displays how many times you've died. Tracks death events and maintains a counter.
Loot Tracker
Tracks items picked up from the ground. Demonstrates ground item event handling and data tracking.
Boost Indicator
Shows which skills are currently boosted above their base level. Displays boost amounts and remaining time.
Minimap Overlay
Draws custom markers on the minimap. Demonstrates minimap coordinate conversion and drawing.
Potion Timer
Tracks potion effects and displays remaining time. Shows how to monitor stat changes and calculate durations.
Click Counter
Counts and displays mouse clicks. Useful for tracking activity and testing. Demonstrates mouse event handling.
Time Display
Displays the current in-game time. Shows how to access game time and format it for display.
Special Attack Tracker
Tracks special attack energy and displays it. Shows how to monitor special attack percentage.
Quest Helper Basic
A basic quest helper that highlights NPCs and objects needed for quests. Demonstrates quest state tracking.
Damage Dealt Tracker
Tracks damage dealt to NPCs. Shows how to monitor combat and calculate damage.
Bank PIN Helper
A simple helper for remembering bank PIN patterns. Displays a visual aid for PIN entry.
AFK Detector
Detects when you're AFK (away from keyboard) by monitoring lack of activity. Useful for safety.
Resource Tracker
Tracks resources gathered (logs, ores, fish, etc.) and displays statistics. Shows event-based tracking.
Prayer Flick Helper
Helps with prayer flicking by showing optimal timing. Demonstrates prayer point monitoring and timing calculations.
Multi-Login Detector
Detects if you have multiple accounts logged in. Useful for account management.
Combat Style Indicator
Displays your current combat style (Aggressive, Defensive, etc.). Shows how to access combat configuration.
Item Price Checker
Displays item prices when hovering. Shows how to get item information and display tooltips.
Notification Manager
Sends customizable notifications for various game events. Demonstrates notification system usage.
Select plugins above to compare them side-by-side