Group manager

Discussion in 'Bukkit Help' started by BoomScoom, Apr 25, 2015.

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

    BoomScoom

    Is there anyway I can put players in a group that have never joined the server? When I try it just says player not found.
     
  2. Offline

    Larry Newman

    @BoomScoom If you use Group manager, you can do an edit of your users.yml

    Just stick the person's name and the parameters in there and it'll be like magic.
     
  3. Offline

    BoomScoom

    Would I have to put there UUID in aswell?
     
  4. Offline

    Larry Newman

    @BoomScoom Assuming you have a version for Minecraft 1.7.4+, Yes.

    This is what the updated version looks like generally:
    Code:
    users:
      0c72b1e3-b47f-48b9-a91f-326f45494779:
        lastname: mattrules9090
        group: Default
        subgroups: []
        permissions: []
    I just grabbed this from a player from my server. This is generally the outline of a users.yml
     
  5. Offline

    BoomScoom

    Ok so when they join they will be put into the group I specify if I set up the file and UUIDs correctly right?
     
  6. Offline

    Larry Newman

    @BoomScoom Yup :D The users.yml file basically the file that the server reads to determine what group someone is in. So basically, if everything is magnificently perfect, then it should work no problem.
     
  7. Offline

    Rock_Cam12

    If your talking about every person that joins the server, and you want them to go into a specific group/permissions group, go to groups.yml and change the default to true for the permissions group desired. Therefore, every new person that joins, will automatically be placed into that group, unless changed by admin.
     
Thread Status:
Not open for further replies.

Share This Page