1. i typed /perms. and permission. says not command. but all the other commands show up and work perfect. the permission isnt in the /help either
     
  2. There must be more than just the two of us with this issue. With * permissions I can do anything, but my Moderators with very specific permissions can do nothing. Did they absolutely change the names of the permissions? And the fact that I can't even manipulate permissions with /perm is killing me.
     
  3. I have same issue havent tested mods losing power yet but no perm reload is awful
     
  4. For now I would put in dummy Users {

    like fake users with a group.

    Then if you need to add a mod or admin, change their name to the dummy and back to their original name. It will update the permission file with their name. It's stupid, I know, but it's one workaround. Instead of shutting your server down constantly.
     
  5. Thank you thats a good idea ill try when i get home. I have tons of dummy users anyway as i normally just cross out dummy to add users to groups
     
  6. How do you do that
     
  7. Just a temp work around till perm command is fixed. To add a mod, just change their name to a dummy and then change their name back.
    /reg rename "player you want mod" dummy then /reg rename dummy "player you want mod"

    That will update the perm file with your new mod.

    Again, temp workaround till perm is fixed. Unless you dont mind shutdown the server to make perm changes.

    Code:
    users {
        dusti {
            groups {
                - 'owner'
            }
            permissions {
            }
        }
        dummy1 {
            groups {
                - 'mod'
            }
            permissions {
            }
        }
        dummy2 {
            groups {
                - 'mod'
            }
            permissions {
            }
        }
        dummy3 {
            groups {
                - 'mod'
            }
            permissions {
            }
        }
        dummy4 {
            groups {
                - 'mod'
            }
            permissions {
            }
        }
        dummy5 {
            groups {
                - 'mod'
            }
            permissions {
            }
        }
    }
     
  8. kTb

    kTb

  9. ya thats how i have to do that. just saying /permission doesnt work.
     
  10. is the /nosecurity command for you guys broken aswell?
     
  11. shit the command still does not work
     
  12. Yeah, it's kinda the worst thing ever that it's broken. Even the permissions config works like crap since Alpha 14. When I manually modify the config it just reverts back almost immediately. I have to modify the config then immediately force a restart of the server for anything to take.
     
  13. Is everyone else still suffering from not having the /permission command? Or is there some fix that I don't know about?
     
  14. Mughisi, why are you so good?! Thank you!