Need Help with Permissions 2.7.4/3.1.7

Discussion in 'Bukkit Help' started by ThunderMa14, Jun 6, 2011.

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

    ThunderMa14

    We're running a bukkit server on a VPS (minecraftgsp) and we cannot get permissions to work. We've tried 2.7.4 and 3.1.4, but nothing seems to work. We get huge problems whenever we enable the plugin. (McMyAdmin)

    Sometimes players will get errors where they cannot build
    Sometimes no commands will work
    99% of the time it acts as if permissions isn't even there.

    I've been working on it for two hours, and I'm going to melt down. I need some help.

    Here's my world.yml:
    Code:
    groups:
        Everyone:
            default: True
            info:
                prefix: '&f'
                suffix: ''
                build: True
                interact: True
            inheritance: 'null'
            permissions:
              - 'help'
              - 'version'
              - 'motd'
              - 'servertime'
              - 'accept'
              - 'players'
              - 'factions.participate'
              - 'factions.create'
              - 'SpawnX.*'
              - 'join'
        Moderators:
            default: False
            info:
                prefix: '&1'
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Everyone'
            permissions:
              - 'tp'
              - 'kick'
              - 'ban'
              - 'ban-ip'
              - 'lookup'
              - 'pardon'
              - 'save-all'
              - 'stats'
        Administrators:
            default: False
            info:
                prefix: '&4'
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Moderators'
            permissions:
              - '*'
              - 'factions.manageSafeZone'
    users:
        Leekoleeko:
            group: 'Moderators'
            info:
                prefix: ''
                suffix: ''
                build: True
                interact: False
            permissions: []
        Lorillaluce:
            group: 'Moderators'
            info:
                prefix: ''
                suffix: ''
                build: True
                interact: False
            permissions: []
        Amazedstream:
            group: 'Moderators'
            info:
                prefix: ''
                suffix: ''
                build: True
                interact: False
            permissions: []
        PartyPopper56:
            group: 'Moderators'
            info:
                prefix: ''
                suffix: ''
                build: True
                interact: False
            permissions: []
        JumpingGinger:
            group: 'Administrators'
            info:
                prefix: ''
                suffix: ''
                build: True
                interact: False
            permissions: []
        ThunderMa14:
            group: 'Administrators'
            info:
                prefix: ''
                suffix: ''
                build: True
                interact: False
            permissions: []
    
    Can ANYONE help us figure out what's gone wrong?
     
  2. Offline

    ViruSpreadeR

    your user got lots of holes in it
    heres for your world.yml
    world.yml (open)
    Code:
    groups:
        Everyone:
            default: True
            info:
                prefix: '&f'
                suffix: ''
                build: True
                interact: True
            inheritance: 'null'
            permissions:
              - 'help'
              - 'version'
              - 'motd'
              - 'servertime'
              - 'accept'
              - 'players'
              - 'factions.participate'
              - 'factions.create'
              - 'SpawnX.*'
              - 'join'
        Moderators:
            default: False
            info:
                prefix: '&1'
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Everyone'
            permissions:
              - 'tp'
              - 'kick'
              - 'ban'
              - 'ban-ip'
              - 'lookup'
              - 'pardon'
              - 'save-all'
              - 'stats'
        Administrators:
            default: False
            info:
                prefix: '&4'
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Moderators'
            permissions:
              - '*'
              - 'factions.manageSafeZone'
    users:
        Leekoleeko:
            groups:
                -'Moderators'
            permissions:
        Lorillaluce:
            groups:
                -'Moderators'
            permissions:
        Amazedstream:
            groups:
                -'Moderators'
            permissions:
        PartyPopper56:
            groups:
                -'Moderators'
            permissions:
        JumpingGinger:
            groups:
                -'Moderators'
            permissions:
        ThunderMa14:
            groups:
                -'Moderators'
            permissions:
    
     
  3. Offline

    sillyrosster

    Are you even using Permission nodes? For example: CommandBook.time is a node that would give the user the ability to use the /time command (for CommandBook). And you don't need to capitalize the true/false.
     
  4. Offline

    woodzy

    i have found out that with McMyAdmin you have to stop the server upload the new file (use space not tabs) then restart the server
     
  5. Offline

    ThunderMa14

    ViruS, we tried your world.yml and it didn't work. Does anyone have some sort of clue what's gone wrong? It might not even be with our world.yml file. I think things are set up correctly...

    Does anyone else who uses VPS hosting have permissions running on your server? I was going to delete it completely and try again. Can I have some step-by-step instructions?
     
  6. Offline

    ViruSpreadeR

    what version of permissions u have?
     
  7. Offline

    ThunderMa14

    We've installed 3.1.4, but that caused huge problems with some of our plugins, too. For some reason, when we install 2.7.4, it downgrades to 2.5.1, but will display the new config files found in 3.1.4. It makes absolutely no sense.
     
  8. Offline

    ViruSpreadeR

    upload your whole server via mediafire...i will gladly configure it for you
     
  9. Offline

    ThunderMa14

    Alright, let me pull it from FTP

    It claims it wants to take 22 days >_>

    It wont let me upload a folder! >_<

    EDIT: Derp I didn't compress it -.-

    Further Edit:
    <Edit by Moderator: Redacted mediafire url>
    That's my plugins folder. If you need anything else, let me know. Your help is super aprreciated! I was fooling around with world.yml earlier, and if you could just copy the permissions here instead that'd be amazing.

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

    ViruSpreadeR

    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 27, 2016
  11. Offline

    ThunderMa14

    The problem has to be with McMyAdmin. For some reason, it refuses to accept permissions. It automatically takes permissons from the stupid McMyAdmin panel and just won't work correctly. Ugh, why does the world hate me so much >_<

    Ugh... Bump Up My Thread

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
Thread Status:
Not open for further replies.

Share This Page