UUID's and properly adding specific user Permissions

Discussion in 'Bukkit Help' started by BooGaLoo90, May 19, 2014.

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

    BooGaLoo90

    Ok, so this is pretty confusing.

    PEX permissions has already moved to supporting UUID's. when i add a player to a group, it adds the player's UUID to the permissions.yml under the user: section. now my problem is, when i go to add permissions to specific players, i have absolutely no clue as to which UUID belongs to the player i want to give permissions to.

    so far, UUID system Mojang is putting together is going to REALLLLLLY complicate things >.<
     
  2. Offline

    JaguarJo

    In the users section, each UUID that's listed should have options: and then name: under it with their actual playername. Like this:
    Code:
    users:
      ab12cd-34ef5g6-h7ijk89-lmnop:
        group:
        - member
        options:
          name: PlayernameX
    Or at least my PEX is adding them that way. Takes a little longer to find each player with the UUIDs, but it's still possible.
     
  3. Offline

    BooGaLoo90

    yea, i noticed that some players have the options name, but some dont. im thinking it has to do with whether they are on your server or not when you add them to a group.
     
Thread Status:
Not open for further replies.

Share This Page