From b10d07a10d95a5097883e2edb2197219ce16a0b6 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 30 Dec 2025 11:06:00 -0500 Subject: [PATCH] readme: add image for run task --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bc245b0a0..4f636a54b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ You may contribute to existing plugins by selecting the plugin from https://rune 5. Run your plugin by running the `run` gradle task by opening `build.gradle` and clicking on the green triangle next to the run task. If you have a Jagex account, you need to follow [this guide](https://github.com/runelite/runelite/wiki/Using-Jagex-Accounts) to be able to login to the development client. + image + 6. Use the refactor tool to rename the package to what you want your plugin to be. Rightclick the package in the sidebar and choose *Refactor > Rename*. I choose to rename it to `com.helmetcheck`. 7. Use the same tool, *Refactor > Rename*, to rename `ExamplePlugin`, `ExampleConfig` and `ExamplePluginTest` to `HelmetCheckPlugin` etc. Be sure to update the `pluginMainClass` in `build.gradle` too.