Plugins Loading but Commands not Working In-Game.

Discussion in 'Bukkit Help' started by DerpyKitteh, Dec 22, 2013.

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

    DerpyKitteh

    My plugins seem to be loading and functioning, but none of their commands seem to be working. The plugins also do not show up when using /help. Does anyone know how to solve this?

    Bukkit Build: Beta build #2974, version 1.7.2-R0.2.

    Screen Shot 2013-12-22 at 3.39.42 PM.png 2013-12-22_15.19.05.png
     
  2. Offline

    mikec715

    DerpyKitteh
    Did you type:
    /help 2 /help 3 /help 4 /help 5 /help 6 ??

    As you can see there you have 6 pages of your commands, if you type only /help it will show only first page

    As you can see in the beginning if you type /Aliases it will show you all commands from that plugin

    Essentials manages your help pages
    If there are not all commands from other plugins you need to add pemissions in your config
    like this:
    essentials.help.<pluginname>.<command>

    eg: essentials.help.Factions - this will allow player or group to see all commands from Factions
    essentials.help.Factions.version - this player or group will be able to use/see only this command (see the version of the file)


    Hope I have helped :)
     
  3. Offline

    DerpyKitteh

    Thanks for replying!

    I've already tried looking through the other help pages, they only have the Bukkit commands. Also everything was working before I switched to 1.7.2, so I doubt it's a permissions issue.
     
  4. Offline

    mikec715

    DerpyKitteh

    Send me your essentials config.

    Try running different version. Is it working properly?

    Do you get any errors? If yes then send those as well
     
  5. Offline

    Necrodoom

    Does /ehelp returns anything? If it returns 'unknown command' or error, paste startup log.
     
  6. Offline

    DerpyKitteh

  7. Offline

    Necrodoom

    DerpyKitteh That pretty much reports out of permgen space error, so it doesnt help much, sorry.
     
  8. Offline

    DerpyKitteh

    Here's my Essentials config, will try a different version when I get the chance.
     
  9. Offline

    mikec715

    Disable the plugins that gives you errors
     
  10. Offline

    DerpyKitteh

    That worked thanks! Will have to slowly put back in plugins to find the one creating the problem.
     
Thread Status:
Not open for further replies.

Share This Page