Solved Plugin works no errors but does not show up in /pl and no commands work?

Discussion in 'Plugin Development' started by gaz1812, Feb 27, 2014.

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

    gaz1812

    Hi,

    I made a custom plugin with a few commands which then give you a response for example;

    /hi
    Message: Hello!

    The plugin worked fine before I edited it again today which I only added a few extra commands now it doesn't even load on the server and no commands work nor does it show up in the /pl.

    There is also NO errors in Eclipse so I'm not sure what's going on?
     
  2. Offline

    Traks

    Did you get any errors in the console when running your plugin on bukkit?
     
  3. Offline

    Booshayy

    Not only what Traks said, but also, did you add the commands or make changes to the plugin.yml that might cause an issue?
     
  4. Offline

    diage

    Sounds like the plugin did not load which means it didn't like your plugin.yml, I would probably check the spacing on your plugin/provide your server log.
     
  5. Offline

    gaz1812

    All fixed now, thanks for the help it was a mistake in the plugin.yml forgot to put the ":"
     
Thread Status:
Not open for further replies.

Share This Page