Update resource guidelines

This commit is contained in:
Nassim Jahnke 2023-01-08 17:34:34 +01:00
parent dd17853975
commit 4964228b1a
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -40,6 +40,11 @@ Examples of names that are **allowed**:
The category you choose should be accurate. Your project should use the most fitting category rather than any category The category you choose should be accurate. Your project should use the most fitting category rather than any category
that only slightly applies. If no category appears accurate, the Miscellaneous category should be used. that only slightly applies. If no category appears accurate, the Miscellaneous category should be used.
## Platform Selection
A plugin's selected platforms must be able to load it when put into the platform's plugin directory, provided its
dependencies and configuration have been set up properly.
## Resource Updates ## Resource Updates
While the rate-limit for uploading new versions is very lenient to allow sometimes necessary hotfixes, you should not While the rate-limit for uploading new versions is very lenient to allow sometimes necessary hotfixes, you should not
@ -48,12 +53,12 @@ flood watching users with notifications.
## Monetization / Advertising ## Monetization / Advertising
Additional features or addons may not be hidden behind a paywall; this includes directly linking to off-site addons or Functionality may not be hidden behind a paywall or an author-granted license key; this includes directly linking to paid
"full" versions of a "lite" plugin version. Advertisements and other revenue generating links (e.g. adfly) are not off-site addons or "full" versions of a "lite" plugin version. Hooks into paid software are allowed if they exist for
permitted. compatibility reasons or are part of a feature that is also usable through other, not similarly restricted means.
All functionality present in your plugin should be usable without restriction and cannot require a license key to Advertisements and other revenue generating links (such as adfly) are not permitted. Informative mentions of (optional)
operate. Plugins may not be used to display advertisements - informative mentions of (optional) platform or plugin dependencies are allowed. platform or plugin dependencies are exempt from this.
On the resource page, you may link to the following: On the resource page, you may link to the following:
@ -113,7 +118,7 @@ Other malicious actions, such as deleting a server's data or banning random play
These guidelines are loosely based on [Ore's plugin submission guidelines](https://docs.spongepowered.org/stable/en/ore/guidelines.html), These guidelines are loosely based on [Ore's plugin submission guidelines](https://docs.spongepowered.org/stable/en/ore/guidelines.html),
licensed under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). licensed under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
Last updated: December 25, 2022 Last updated: January 08, 2023
`; `;
useHead(useSeo(i18n.t("pages.guidelinesTitle"), null, route, null)); useHead(useSeo(i18n.t("pages.guidelinesTitle"), null, route, null));