You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Community driven development, meaning the lead developer will not develop new features and rely on pull requests by others, except for security issues and critical bugs.
32
+
Stable and feature-complete, thus community driven development, meaning the lead developer will not develop new features and rely on pull requests by others, except for security issues and critical bugs.
Copy file name to clipboardExpand all lines: docs/FAQ.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,13 +106,17 @@ fixed quite easily by opening either `/autoplug/plugins.yml` or `/autoplug/mods.
106
106
finding your plugin/mod in that file, and providing either a `spigot-id` or `bukkit-id` for the plugin, or
107
107
in case of a mod a `modrinth-id` or `curseforge-id`.
108
108
109
-
If the downloads on those pages do not return a .jar/.zip file, but for example forward to another page,
110
-
you must use either use the `github` or `jenkins` alternative. If the plugin/mod developer has none
111
-
of those available (which pretty much is never the case) its simply not possible to auto-update that plugin/mod.
112
-
Please see the top of the `plugins.yml`/`mods.yml` file for instructions and examples on filling these out.
109
+
If the downloads on those pages do not return a .jar/.zip file directly, but for example forward to another page,
110
+
you must use either use the `github` or `jenkins` alternative. Note that the github page must have releases that have the plugin/mod jar file attached.
111
+
112
+
If the plugin/mod developer has none of those available (which pretty much is never the case), there is a last thing you can try, namely setting
113
+
the `custom-check-url` and/or `custom-download-url`. Please see the top of the `plugins.yml`/`mods.yml` file for instructions and examples on filling these out.
114
+
115
+
If nothing of the above works, its simply not possible to auto-update that plugin/mod, your best bet is then asking
116
+
that specific developer to provide the releases on one of the mentioned pages.
113
117
114
118
If you have a premium account and your server connected, AutoPlug will additionally check
115
-
our database for additional info and fill it in, if that info is used by over 50 other servers too.
119
+
the AutoPlug-Web database for missing info and fill it in (if that info is used by over 50 other servers).
116
120
117
121
## **Download of 'plugin/mod.jar' failed because of invalid content type: text**
118
122
The download fails due to the download link redirecting to another page (see question above for details).
0 commit comments