Minecraft FAQ and Tutorials

How to fix my plugin issue ?
Avoid the error :

To avoid the error, here are some tips :

Do not put in your config files :

- specials Characters
- Accents
- Tabulations (Use 4 spaces instead)

Avoid /reload command which can generate a lot of errors, if you need to reload plugins, restart your server from Minecraft Panel.

Edit config files :

To edit config files, you should better use Notepad++.

First, you must replace tabulations by spaces. To do so, go in settings > Preferences > Tab settings.

Then check «Replace by space».




Find the error :

First, go into your Minecraft panel in Console.



Here you can see your server's logs. In this case we will find red lines which are errors signaled by your server.

Compare the red lines with those above.

Error occurred while enabling MyPlugin (Is it up to date?) :

Error example :




Explanation :

This error tell you that this plugin is not up to date/not compatible with your minecraft server version.

Solution :

Find a plugin more recent/compatible version.

You can find most of the plugins at Bukkit or Spigot.

-------------

Could not load 'plugins/MyPlugin.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: PluginManquant :


Error example :



Explanation :

Your plugin need an other plugin to work.

Solution :

Missing plugin is indicated at the end of this line : org.bukkit.plugin.UnknownDependencyException: You must install this plugin that your plugin work.

You can find most of the plugins at Bukkit or Spigot.

-------------

If you still can resolve your issue, please contact support and tell them what you already tried.