From 06943ea71255b35e0e780af2c99fbc23fef8a36a Mon Sep 17 00:00:00 2001 From: YvesW <7929021+YvesW@users.noreply.github.com> Date: Sun, 24 Sep 2023 17:00:59 +0200 Subject: [PATCH] readme: remove references to support (#4934) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bad4bb090..b45e6b41f 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,11 @@ There are two methods to create an external plugin, you can either: ``` displayName=Helmet check author=dekvall - support= description=Alerts you when you have nothing equipped in your head slot tags=hint,gear,head plugins=com.helmetcheck.HelmetCheckPlugin ``` - `support` is the URL you want players to use to leave feedback for your plugin; by default this links to your repository. `tags` will make it easier to find your plugin when searching for related words. If you want to add multiple plugin files, the `plugins` field allows for comma separated values, but this is not usually needed. + `tags` will make it easier to find your plugin when searching for related words. If you want to add multiple plugin files, the `plugins` field allows for comma separated values, but this is not usually needed. 10. Optionally, you can add an icon to be displayed alongside with your plugin. Place a file with the name `icon.png` no larger than 48x72 px at the root of the repository. @@ -69,7 +68,7 @@ There are two methods to create an external plugin, you can either: ![run-test](https://i.imgur.com/tKSQH5e.png) - 5. Edit `runelite-plugin.properties` with a support link and tags. `support` is the URL you want players to use to leave feedback for your plugin; by default this links to your repository. `tags` will make it easier to find your plugin when searching for related words. If you want to add multiple plugin files, the `plugins` field allows for comma separated values, but this is not usually needed. + 5. Edit `runelite-plugin.properties` with tags. `tags` will make it easier to find your plugin when searching for related words. If you want to add multiple plugin files, the `plugins` field allows for comma separated values, but this is not usually needed. 6. Optionally, you can add an icon to be displayed alongside with your plugin. Place a file with the name `icon.png` no larger than 48x72 px at the root of the repository.