Creating your first Runelite Plugin:
Clone the Runelite example plugin To get started with your first runelite plugin, ensure you have: Build Runelite first in Intellij: How to Build Runelite in IntelliJ IDEA: A Comprehensive Step-by-Step Guide Click on this link, this is runelite’s offical example plugin that can be used as a base for our plugin: https://github.com/runelite/example-plugin/ Using a…