From 14f6e41488aa4b347ead7f20efa33768cdb6d717 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 27 Dec 2025 15:54:57 -0500 Subject: [PATCH] Revert "readme: add language note (#9480)" This reverts commit 51d3bf70a72b6d0e034b8520bf449c447806367a. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 5a97fa145..b63c65010 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ We recommend contributing to existing plugins if the author(s) are accepting con You may contribute to existing plugins by selecting the plugin from https://runelite.net/plugin-hub, navigating to the plugin's GitHub repository by following the "Report an issue" link, and then following the "Create new plugins" section below from step 3. ## Creating new plugins - -**Plugins MUST be written in Java.** Alternative JVM languages such as Kotlin are not allowed. ([learn more](https://github.com/runelite/runelite/wiki/Rejected-or-Rolled-Back-Features#forbidden-language-features)) - 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.