mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-04-03 22:43:37 -04:00
readme: remove references to support (#4934)
This commit is contained in:
@@ -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:
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user