"/info" Command Conflict

Discussion in 'Bukkit Help' started by theloner, Jun 14, 2012.

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

    theloner

    Hi,

    I have the WorldEdit and Essentials plugins installed in my server. Apparently, it seems like I'm having a conflict between those 2 plugins. From what I know, Essentials has a "/info" command where it shows the info.txt and WorldEdit also has a "/info" command where it allows the user to use the info tool. I did not allow the group to have the info tool permission. So when players coming from that group wants to use Essential's "/info" command, they were told they have no permission. I believe its WorldEdit that blocks them since the return message has the same format as WorldEdit's.

    This is my permission config for that group:
    Code:
    permissions:
        - essentials.afk
        - essentials.help
        - essentials.info
        - essentials.motd
        - essentials.msg
        - essentials.near
        - essentials.rules
        - essentials.spawn
        - essentials.back
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaall
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - -modifyworld.chat.private
        - modifyworld.*
        - spectate.*
        - craftipedia.use
        - skyblock.newisland
        - skyblock.join
        - skyblock.messages
    Does anyone have a clue on how to solve this problem?
     
  2. Offline

    andrewpo

    Use /info for worldedit, use /einfo for essentials.
    Assuming WorldEdit takes precedence over Essentials.
     
  3. Offline

    theloner

    How do I do that?
     
  4. Offline

    andrewpo

    If you don't know how to run a command, you deserve to be fed to a pack of real-life creepers.

    [​IMG]
     
  5. Offline

    theloner

    Hahahaha I meant how do I configure it so Essentials recognize "/einfo"? Or I don't have to?
     
Thread Status:
Not open for further replies.

Share This Page