PermissionsEX Only works with Bukkit commands

Discussion in 'Bukkit Help' started by Hiprussianman, Nov 7, 2012.

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

    Hiprussianman

    Hi, I have usually been able to use permissionsEX, I can add bukkit commands just fine. However when I try to add plugin commands it doesn't give permission. The problem only involves the default users so I've only posted that code here:


    groups:
    Default:
    default: true
    prefix: '[Guest]'
    suffix: ''
    permissions:
    - bukkit.command.list
    - bukkit.command.help
    - -bukkit.command.version
    - -bukkit.command.plugins
    - bukkit.command.tell
    - bukkit.command.kill
    - bukkit.command.me
    - justwarp.warp
    - justwarp.list
    -jcommands.afk


    The justwarp and jcommands plugins are the two that don't seem to give permission. (Although theoretically no plugins work at all).
     
  2. Offline

    Charly_ZA

    A lot of bukkit permissions are given by default which means that gm probably isn't working. Post your groups file here.
     
  3. Offline

    Hiprussianman

    I see what you mean, but I've tried different commands from different plugins such as justwarp, no bukkit commands conflict with that. So only plugins seem to have no effect on the permissions. The yml file doesn't seem to work so I'll post the full code. I have tried doing the commands with and without being an admin. All commands work for admin, as usual, but not with the default users.

    groups:
    Default:
    default: true
    prefix: '[Guest]'
    suffix: ''
    permissions:
    - bukkit.command.list
    - bukkit.command.help
    - -bukkit.command.version
    - -bukkit.command.plugins
    - bukkit.command.tell
    - bukkit.command.kill
    - bukkit.command.me
    - justwarp.warp.
    - justwarp.list.
    - jcommands.afk.

    Trusted:
    prefix: '[Member]'
    suffix: ''
    permissions:
    - bukkit.command.version
    - bukkit.command.plugins
    inheritance:
    - Default
    Moderator:
    prefix: '[Mod]'
    suffix: ''
    permissions:
    - bukkit.command.kick
    - bukkit.command.ban.*
    - bukkit.command.unban.*
    inheritance:
    - Trusted
    Admin:
    prefix: '[Admin]'
    suffix: ''
    permissions:
    - '*'
    inheritance:
    - Moderator
    users:
    Hiprussianman:
    group:
    - admin
     
  4. Offline

    Charly_ZA

    Are these permissions supposed to have full stops after each one?
    - justwarp.warp.
    - justwarp.list.
    - jcommands.afk.
     
  5. Offline

    Hiprussianman

    No that was a test to see if they worked that way or not. It makes no difference, you can ignore those. I've removed them in my permissions file anyway.
     
  6. Offline

    Toxic__Waste

    can you all use www.pastebin.com or the code bbcode in here its to difficult to see errors in the straight line format
     
  7. Offline

    Hiprussianman

  8. Offline

    Pr4w

  9. Offline

    Hiprussianman

    I tried using your updated version however the same thing happens, only bukkit permissions work not plugins. And this time I get an error. The permissions.yml is no longer valid. I would give you the error report but cmd doesn't let me copy and paste that. :(

    Hang on, just sent this through the yml parser again and found a few errors. I fixed those, this fixed the server error but the permissions for the plugins still do not work. :(

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

    Charly_ZA

    Try install another plugin and test it's permissions. I use bpremissions and I would recommend it. Pm me if you need any help.
     
  11. Offline

    Pr4w

    You can also find your log in the server.log file, copy and paste it from there :)
     
  12. Offline

    Hiprussianman

    I have installed bpermissions, although I have no idea how to use it. Do you mind converting my code to fit it?

    Never mind, I was able to figure it out. However the same thing happens, permissions has no effect on the server. The server detects and uses bpermissions, then it selected 'world' and loaded with the rest of the plugins. But no permissions I give work. :( It's the same problem with permissionsEX.

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

    Charly_ZA

    Would you like some help setting it up?
     
  14. Offline

    Necrodoom

    sounds like you have another type of problem.
    can you give your startup log?
     
  15. Offline

    Hiprussianman

    Not sure if this is the right file but here is what I have:

    2012-11-10 10:47:23 [INFO] Starting minecraft server version 1.4.2
    2012-11-10 10:47:23 [INFO] Loading properties
    2012-11-10 10:47:23 [INFO] Default game type: SURVIVAL
    2012-11-10 10:47:23 [INFO] Generating keypair
    2012-11-10 10:47:24 [INFO] Starting Minecraft server on HIDDEN
    2012-11-10 10:47:24 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.2-R0.2-b2455jnks (MC: 1.4.2) (Implementing API version 1.4.2-R0.2)
    2012-11-10 10:47:25 [INFO] [bPermissions] Loading bPermissions v2.9.24
    2012-11-10 10:47:25 [INFO] [WorldEdit] Loading WorldEdit v5.4.5
    2012-11-10 10:47:25 [INFO] [JustWarp] Loading JustWarp v1.2
    2012-11-10 10:47:25 [INFO] [Random Spawn] Loading Random Spawn v2.4
    2012-11-10 10:47:25 [INFO] [jCommands] Loading jCommands v1.1.6
    2012-11-10 10:47:25 [INFO] [mcMMO] Loading mcMMO v1.3.11-b1030
    2012-11-10 10:47:25 [INFO] [TreeAssist] Loading TreeAssist v5.0
    2012-11-10 10:47:25 [INFO] [mcMMO] Enabling mcMMO v1.3.11-b1030
    2012-11-10 10:47:25 [INFO] [mcMMO] Loading mcMMO config.yml File...
    2012-11-10 10:47:25 [INFO] [mcMMO] Loading mcMMO treasures.yml File...
    2012-11-10 10:47:25 [INFO] [mcMMO] Loading mcMMO repair.vanilla.yml File...
    2012-11-10 10:47:25 [INFO] mcMMO version 1.3.11-b1030 is enabled!
    2012-11-10 10:47:25 [WARNING] Could not get latest artifact information: FileNotFoundException
    2012-11-10 10:47:25 [INFO] Preparing level "world"
    2012-11-10 10:47:25 [WARNING] Could not get preferred channel details: FileNotFoundException
    2012-11-10 10:47:25 [INFO] Preparing start region for level 0 (Seed: 522804424)
    2012-11-10 10:47:26 [INFO] Preparing spawn area: 73%
    2012-11-10 10:47:26 [INFO] Preparing start region for level 1 (Seed: 522804424)
    2012-11-10 10:47:27 [INFO] Preparing spawn area: 60%
    2012-11-10 10:47:28 [INFO] Preparing spawn area: 89%
    2012-11-10 10:47:28 [INFO] Preparing start region for level 2 (Seed: 522804424)
    2012-11-10 10:47:29 [INFO] Preparing spawn area: 4%
    2012-11-10 10:47:30 [INFO] Preparing spawn area: 69%
    2012-11-10 10:47:30 [INFO] [bPermissions] Enabling bPermissions v2.9.24
    2012-11-10 10:47:30 [INFO] [bPermissions] Loading world: world
    2012-11-10 10:47:30 [INFO] [bPermissions] Loading world: world_nether
    2012-11-10 10:47:30 [INFO] [bPermissions] Loading world: world_the_end
    2012-11-10 10:47:30 [INFO] [WorldEdit] Enabling WorldEdit v5.4.5
    2012-11-10 10:47:30 [INFO] WEPIF: bPermissions detected! Using bPermissions for permissions
    2012-11-10 10:47:31 [INFO] [JustWarp] Enabling JustWarp v1.2
    2012-11-10 10:47:31 [INFO] JustWarp version 1.2 is enabled!
    2012-11-10 10:47:31 [INFO] [Random Spawn] Enabling Random Spawn v2.4
    2012-11-10 10:47:31 [INFO] [jCommands] Enabling jCommands v1.1.6
    2012-11-10 10:47:31 [INFO] [jCommands] Loading players.yml
    2012-11-10 10:47:31 [INFO] [jCommands] Loading config.yml
    2012-11-10 10:47:31 [INFO] [jCommands] Initializing Commands.
    2012-11-10 10:47:31 [INFO] [jCommands] Initializing Events.
    2012-11-10 10:47:31 [INFO] [jCommands] Checking if there's a newer version out...
    2012-11-10 10:47:31 [INFO] [jCommands] You're running the latest version of jCommands.
    2012-11-10 10:47:31 [INFO] [jCommands] jCommands v1.1.6 enabled (264 ms)
    2012-11-10 10:47:31 [INFO] [TreeAssist] Enabling TreeAssist v5.0
    2012-11-10 10:47:31 [INFO] Done (6.228s)! For help, type "help" or "?"
    2012-11-10 10:47:34 [INFO] CONSOLE: Stopping the server..
    2012-11-10 10:47:34 [INFO] Stopping server
    2012-11-10 10:47:34 [INFO] [TreeAssist] Disabling TreeAssist v5.0
    2012-11-10 10:47:34 [INFO] [mcMMO] Disabling mcMMO v1.3.11-b1030
    2012-11-10 10:47:34 [INFO] Backing up your mcMMO Configuration...
    2012-11-10 10:47:34 [INFO] Backup Completed.
    2012-11-10 10:47:34 [INFO] mcMMO was disabled.
    2012-11-10 10:47:34 [INFO] [jCommands] Disabling jCommands v1.1.6
    2012-11-10 10:47:34 [INFO] [jCommands] jCommands v1.1.6 disabled (0 ms)
    2012-11-10 10:47:34 [INFO] [Random Spawn] Disabling Random Spawn v2.4
    2012-11-10 10:47:34 [INFO] [JustWarp] Disabling JustWarp v1.2
    2012-11-10 10:47:34 [INFO] JustWarp version 1.2 stopping...
    2012-11-10 10:47:34 [INFO] [WorldEdit] Disabling WorldEdit v5.4.5
    2012-11-10 10:47:34 [INFO] [bPermissions] Disabling bPermissions v2.9.24
    2012-11-10 10:47:34 [INFO] [bPermissions] Disabled
    2012-11-10 10:47:34 [INFO] Saving players
    2012-11-10
     
Thread Status:
Not open for further replies.

Share This Page