Permissions ain't working

Discussion in 'Bukkit Help' started by Guevara, Aug 9, 2016.

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

    Guevara

    Dear reader,

    I can't find out why my permissions are not working. I purchased a server at gameservers.com and use McMyAdmin to manage the server. I have Spigot 1.10 installed. I'm able to install all kinds of plugins, however, the permissions I have set are not working properly. I have attempted a couple of suggested solutions but nothing has helped so far.

    So what am I trying to do? I have PermissionsEx installed, and I have created a permissions file to my desire. However, even though I have given certain ranks certain permissions, there are not permitted to use them.

    The permissions file is correct according to the YAML-checker. And even adding permissions via McMyAdmin (and overwriting the PermissionsEx file) does not work. The plugin of PeX appears to be properly installed. Groupmanager doesn't work either.

    Most of the times I'm able to bypass problems by using different plugins. However, permissions are quite necessary.

    Thanks in advance!
     
  2. @Guevara
    Can you post your permissions.yml?
     
  3. Offline

    Guevara

    http://pastebin.com/8Ee6E3hz

    This is the permissions file of PermissionsEx. The permissions file in the Minecraft map is 0 bytes / empty.
     
  4. @Guevara
    Can you post your full server log?
     
  5. Offline

    Guevara

    @AlvinB

    Can you work with this? http://pastebin.com/4c4Lt1Wt'

    Some things I found there;
    -
    01:11:23
    CONSOLE:
    WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
    -
    01:11:30
    CONSOLE:
    [INFO] Server permissions file permissions.yml is empty, ignoring it
    -
    1. [19:11:22] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
    2. [19:11:22] [Server thread/INFO]: [PermissionsEx] Initializing file backend
    3. [19:11:22] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
    4. [19:11:22] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
    5. [19:11:22] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
    6. [19:11:22] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
     
  6. Offline

    Guevara

    I have solved the problem after nearly a month of anger ;). In the permission file I stated;


    Default:
    worlds:
    world1:
    permissions:
    - [RandomPermisson]
    world2:
    permissions:
    - [Random Permission]



    Whereas I forgot 'permissions:' in world2.

    After that it worked better. However I needed to add some other permissions to get some specific commands working.


    Thanks for your help and quick responses!
     
  7. @Guevara
    Glad you solved your problem! I should also mention that from looking at your server log, I recommend updating your Java to version 8, aswell as updating your plugins for the best server experience.
     
Thread Status:
Not open for further replies.

Share This Page