commandbook not getting along with bpermissions

Discussion in 'Bukkit Help' started by 5tinger, Nov 25, 2011.

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

    5tinger

    I'm trying to transition away from essentials because it is starting to conflict with other plugins. I want to use commandbook, but when I enter the permission nodes into the bpermisisons config, restart the server and try a simple /i command, I get "you don't have permission" error. Any thoughts or ideas on this?

    Portion of permissions world.yml

    Code:
      default:
      - prefix.1.default
      - suffix.1.player
      - bPermissions.build
      - commandbook.give
    admin:
      - prefix.100.admin
      - suffix.100.over9000
      - bPermissions.admin
      - bPermissions.demote.admin
      - bPermissions.iplock.lock
      - bPermissions.promote.admin
      - commandbook.*
      - commandbook.give.other
      - commandbook.give.infinite
      - commandbook.give.stacks
      - commandbook.give.stacks.unlimited   
     
  2. Offline

    coolbeans00

    First of all, for
    Code:
    admin:
      - prefix.100.admin
      - suffix.100.over9000
      - bPermissions.admin
      - bPermissions.demote.admin
      - bPermissions.iplock.lock
      - bPermissions.promote.admin
      - commandbook.*
      - commandbook.give.other
      - commandbook.give.infinite
      - commandbook.give.stacks
      - commandbook.give.stacks.unlimited
    you dont need the other command book things.. a * node gives you all. that may be your problem.... if not, get back to me.
     
  3. Offline

    5tinger

    even removing all nodes except commandbook.* still has the same result "you don't have permission"
     
  4. Offline

    coolbeans00

    What command are you trying to use, and under what plugin?
     
  5. Offline

    5tinger

    just simply /i under commandbook. I'm not setting up the rest of the permissions until I solve why bpermissions is not talking to commandbook.
     
  6. Offline

    coolbeans00

    try checking the bpermissions and commandbook pages. they may say they dont work together. have you tried any other commands??
     
  7. Offline

    5tinger

    I have. I've seen nothing indicating they are not compatible.
     
  8. Offline

    coolbeans00

    Strange... im sorry i cant be of much help.... never used command book or bperms...
     
  9. Offline

    codename_B

    Hi, this could be the WEPIF system I put into 1.9 not working - update to 1.9.1 and it should be resolved
     
  10. Offline

    5tinger

    Thanks codename. I tried that, but still no joy. I am using the DEV build 1498, but I did have this trouble with previous CB builds. Maybe I'm missing something with the config?


    Also I just removed the bpermissions folder, ran the server and used the command /p helpme.
    bpermissions created all the permissions for all of my plugins except commandbook.
     
  11. Offline

    codename_B

    Thats because commandbook doesn't register its nodes.
     
  12. Offline

    5tinger

    so simply put I need to find a new basic commands plugin that works with bpermissions because commandbook does not work?

    Any suggestions of a commandbook like plugin that works nicely with bpermissions other than essentials (which broke with RB 1337)?
     
Thread Status:
Not open for further replies.

Share This Page