Plugin Doesn't Work

Discussion in 'Bukkit Help' started by Pyroblocks, Apr 19, 2020.

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

    Pyroblocks

    Hi All! I just finished making a plugin that makes it so that blocks have a 50% chance to not drop an item. However, it doesn't seem to work. I don't know what I did wrong. It doesn't appear when I do /plugins, leading me to believe that the game doesn't recognize it as a plugin. Eclipse1.JPG Eclipse2.JPG Eclipse3.JPG Eclipse4.JPG
    The version is 1.15.2 and the bukkit is the server file.
     
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    Cervisial

    Your main referenced in your plugin.yml is incorrect. The actual .java file is lowercase, while in your plugin.yml you referenced it as being uppercase. Switching this out should fix the issue.

    This is what it should be: me.pyroblocks.fiftyfifty.main

    If this doesn't fix the issue let me know and I can provide further support.
     
Thread Status:
Not open for further replies.

Share This Page