Do I have to write each new player into my permissions?

Discussion in 'Bukkit Help' started by blufat2, Aug 2, 2012.

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

    blufat2

    I have had multiple people come test my server before i open it publicly and each time I had to write them into the permissions. Is there a way for the permissions to write them in automatically?
     
  2. Offline

    Jo$h

    What Permissions Handler are you using?
     
  3. Offline

    blufat2

    Permissions Bukkit
     
  4. Offline

    xPixelated

    You should be able to do a command. If not there are plugins like signsrank that promote your players automatically.
     
  5. Offline

    blazeinpower

    I strongly suggest Permissions Ex as its much easier to code.
     
  6. Offline

    blufat2

    Would I have to rewrite all of my permissions?

    What command would that be I havent found one that would allow me to do that.

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

    xPixelated

    I've only usen Permsbukkit once, and I switched to Pex cause I didn't like. So I don't know much of it, but try looking in the /help, and if it doesn't appear than I don't know.You should switch to Pex its easier once you get the use of it, and lets you promote users in game, with /pex promote [player]. I highly reccommend it.
     
  8. Offline

    blufat2

    Could i take the config out of permissions bukkit and put it into pex would that work?
     
  9. Offline

    jacklin213

    no it wouldnt u will need to relearn and rewrite
    because pex has its nodes in this format
    Code:
    groups:
      Default:
        default: true
        permissions:
        - -modifyworld.*
        prefix: ''
      Member:
        default: false
        permissions:
        - modifyworld.*
        inheritance:
        - default
        prefix: ''
    - permission node meaning true
    - -permission node being false
    Pex does have a few issues with modifyworld which is the default plugin pex uses to stop people from building

    Stay with permissionsbukkit or change to groupmanager or bperms
     
  10. Offline

    blufat2

    say okay i've been learing permissionex now and im getting the hang of it thanks guys for the help
     
Thread Status:
Not open for further replies.

Share This Page