From cf7ed58bcd7d114ca21445f86451fe3318b5bb73 Mon Sep 17 00:00:00 2001 From: Cooper Morris Date: Fri, 26 Jun 2026 07:00:35 -0700 Subject: [PATCH] Update location of create_new_plugin.py (#12932) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c80879c..9b9220b08 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You may contribute to existing plugins by selecting the plugin from https://rune ## Creating new plugins 1. Generate your own repository from the [plugin template](https://github.com/runelite/example-plugin/generate) link (you must be signed into GitHub first). - Alternatively, you may use the `create_new_plugin.py` script provided in this repository to generate a new plugin project. + Alternatively, you may use the `create_new_plugin.py` script provided in the [plugin-hub-tooling](https://github.com/runelite/plugin-hub-tooling) repository to generate a new plugin project. 2. Name your repository something appropriate, in my case I will name it `helmet-check` with the description `You should always wear a helmet.` **Make sure that your repository is set to public**.