From 56998e57c072184605bba82203e5310211dcfd21 Mon Sep 17 00:00:00 2001 From: Indyuce <29358517+Indyuce@users.noreply.github.com> Date: Tue, 2 Jul 2019 00:16:46 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f763ad5..2ae2265 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This resource is available on Spigot for 12€, you can get it here: https://www --- **When reporting an issue, make sure that..** -- the issue is not caused by another plugin. If you think it is a compatibility issue, you need to try to temporarily uninstall other plugins and see if it fixes the issue. +- the issue is not caused by another plugin. If you think that it is a compatibility issue, try temporarily disabling other plugins and see if it fixes the issue. - you specify **exactly** how to reproduce the issue. An under-detailed issue will be marked `invalid` till sufficient information is given. - you include **every** of the MMOItems console logs and other linked logs. If you are unsure of what logs are linked to your issue, just paste the entire server logs using a pastebin. The more information the better. + +Always double-check your entire server logs (search for the "MMOItems" pattern using a text editor) for plugin startup errors before reporting an issue, bugs are very often related to other previous errors which prevented MMOItems from successfully loading. -- GitLab