[ERROR] [1124] I Am Sorry Dave, But I Can Not Let You Do That.

Discussion in 'Bukkit Help' started by Magicpie234, Sep 15, 2011.

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

    Magicpie234

    Hay Everyone,

    I am having issues with my server, people can connect and can use the commands but when i try to do commands like /manpromote and /manselect (Part of Groupmanager) it says

    I am sorry Dave, But I can Not Let You Do that

    I know its part of the permissions.yml but how do I bypass that and ONLY use Groupmanager like in build 1000

    This Is My GroupManager Config File -----No Errors, That I see------
    Code:
    groups:
      Default:
        default: true
        permissions:
        - essentials.help
        - essentials.home
        - essentials.home.others
        - essentials.kit
        - essentials.kit.starter
        - essentials.motd
        - essentials.msg
        - essentials.protect.damage.creeper
        - essentials.rules
        - essentials.sethome
        - essentials.spawn
        inheritance: []
        info:
          prefix: ''
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - craftbukkit.command
        inheritance:
        - admin
        info:
          prefix: '&1[&9Owner&1] &9'
          build: true
          suffix: ''
      SemiAdmin:
        default: false
        permissions:
        - craftbukkit.command
        - essentials.*
        - worldedit.*
        - worldgaurd.*
        inheritance:
        - moderator
        info:
          prefix: '&1[&2SemiAdmin&1] &2'
          build: true
          suffix: ''
      Builder:
        default: false
        permissions:
        - essentials.list
        - essentials.time
        - essentials.kit.builder
        - essentials.slay
        - essentials.sign.use.free
        - essentials.sign.use.disposal
        - essentials.tpo
        - essentials.tp
        - essentials.tphere
        - essentials.heal
        inheritance:
        - default
        info:
          prefix: '&1[&6Builder&1] &6'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.ban
        - essentials.ban.notify
        - essentials.clearinventory
        - essentials.ext
        - essentials.invsee
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.kill
        - essentials.mute
        - essentials.setwarp
        - essentials.signs.break.*
        - essentials.spawner
        - essentials.thunder
        - essentials.time
        - essentials.unban
        - essentials.weather
        inheritance:
        - default
        info:
          prefix: '&1[&4Mod&1] &4'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - '*'
        - craftbukkit.command
        inheritance:
        - semiadmin
        info:
          prefix: '&1[&3Admin&1] &3'
          build: true
          suffix: ''
    
     
  2. Offline

    patey

    I'm getting this error as well with lwc, same build.​
    didnt think it had anything to do with permissions because i've never seen it before.​
     
  3. Offline

    Elite Cow

    This is because the permission is not set for you to do this... BUT, I have this problem with /lottery. I used to be able to use this command as well as my member but since the 1.8 update I can no longer do so.
     
  4. Offline

    DeadlyScone

    make sure you are part of the group that has permission to do the specified commands(make sure the permission nodes are correctly placed and also existent) then also make sure you are OP and that you use the latest recommended build which is build: 1060
     
  5. Offline

    Magicpie234

    Thank You But Thats Not It, I have The [1124] Build And My Members Are Playing On It And The Nodes Are Correct
     
  6. Offline

    Nathan C

    Capitalizing every word does not make you have good grammar.
     
    DeadlyScone likes this.
  7. Offline

    DeadlyScone

    well plugins have to say the build of bukkit they are meant for... for example
    [ADMN] ExamplePlugin v0.1 -example [1060]
    so if the plugin says its recommended for [1124] then your fine... but if not, then its not confirmed it will work.
     
  8. Offline

    Magicpie234

    Thank You So Much, But I am Not Getting Errors?

    I Know.....So Whats Your Point

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  9. Offline

    DeadlyScone

    so this worked or you are still getting errors? or it is just plain not working?
     
  10. Offline

    Magicpie234

    No its the Dave thing essentials is not updated for 1124 i don't think, but i am not getting errors it says it was a sucsessful initialization
     
  11. Offline

    DeadlyScone

    - sorry didn't see your perms file.... let me check it out and make sure everything is copacetic.

    everything checks out okay. it could be that you are not using 1060. simple fix(just go back to 1060 :D unless you don't want to use most of your plugins. that is up to you though.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  12. Offline

    Isocadia

    It's know that with the way 1.8 is handled, some plugins might use functions which are still there, but have changed so much that they cannot possibly use that function in a correct way, which leads to a plugin which does initialize correctly ( since all the commands etc. it uses are there ) but the moment it tries to run a command, something completely different happens, or maybe, because now before you can do X you need to do Y, X is never run.

    Short version: Plugins might initialize correctly, but this isn't a guarantee that they will actually work.
     
  13. Offline

    DeadlyScone

    -DeadlyScone Says: (goto comment #7)
    :D
     
Thread Status:
Not open for further replies.

Share This Page