Plugin Help Ambiguous plugin name

Discussion in 'Plugin Help/Development/Requests' started by mrkoo1, Mar 8, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    mrkoo1

    I'm new to plugin development and I've been following tutorials to learn more about it. I tried to export a newly made plugin, and when I ran the server, I got this error in the startup console:

    [21:10:40 ERROR]: Ambiguous plugin name `EventHandler' for files `plugins\Plugin
    1.jar' and `plugins\AntiBlock.jar' in `plugins'

    If someone could please explain to me what this error means and how to solve it that would be great. Thanks!
     
  2. Offline

    MrMinecraft15

    It means, that the Plugin name is bad, because there is a class in minecraft, which is called EventHandler. So yust change the name of the plugin.
     
  3. Offline

    mrkoo1

    Thanks for the response, it helped me out a lot!
     
Thread Status:
Not open for further replies.

Share This Page