diff --git a/README.md b/README.md index f763ad5fe126f95dd706854e359acf503e4bbdee..2ae22651b4b55dd17de734bb8d700a7e9df72373 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.