From 43e331de324e0dc805aab14207ed9137196fc915 Mon Sep 17 00:00:00 2001 From: Osiris-Team <59899645+Osiris-Team@users.noreply.github.com> Date: Wed, 31 May 2023 22:33:54 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index e0f4dc03..551f9451 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -85,14 +85,17 @@ To make AutoPlug-Client reinstall Java: 3. Restart AutoPlug Client. ### **Some of my plugins/mods aren't being detected or updated!** -This can happen sometimes if the plugin/mod author did not include critical metadata in the file and AutoPlug may exclude it from future checks. +This can happen sometimes if the plugin/mod author did not include critical metadata, and +fixed quite easily by opening either `/autoplug/plugins.yml` or `/autoplug/mods.yml`, +finding your plugin/mod in that file, and providing either a `spigot-id` or `bukkit-id` for the plugin, or +in case of a mod a `modrinth-id` or `curseforge-id`. -For plugins, you will have to manually enter the plugin author's username in the `author` field as well as either the `spigot-id` or `bukkit-id` for the plugin in your `plugins.yml` config file. -For mods, you will have to manually enter the mod author's username in the `author` field as well as either the `modrinth-id` or `curseforge-id` for the mod in your `mods.yml` config file. - -As a last resort, you can use either the `github` or `jenkins` custom fields if the plugin/mod developer has it available. +As a last resort, you can use either the `github` or `jenkins` alternatives, if the plugin/mod developer has it available. Please see the top of the `plugins.yml`/`mods.yml` file for instructions and examples on filling these out. +If you have a premium account and your server connected, AutoPlug will additionally check +our database for additional info and fill it in, if that info is used by over 50 other servers too. + ### **My host keeps telling me that my server is crashing!** This usually happens when AutoPlug Client tries to restart when updating itself. Some hosts don't like it when the server manages itself and will read any close not caused by them as a crash.