Simple New Player List

Discussion in 'Plugin Requests' started by zom999_playz, Nov 23, 2017.

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

    zom999_playz

    Hello all,
    I am looking for a simple plugin that creates a list in a file of the usernames (Maybe UUIDs too) of players who have joined my server. Surprisingly I haven't been able to find anything this simple, although my research isn't the best XD. Thanks,
    -zom
     
  2. Offline

    timtower Administrator Administrator Moderator

    @zom999_playz What would this be used for (database might be better)
     
  3. Offline

    trentonjeffro

  4. Offline

    Dnyce72799

    Why would anyone need to make this? Bukkit already stores information about players who have joined your server in the world folder.
     
    MightyOne and RunsWithShovels like this.
  5. Offline

    zom999_playz

    All the owner would like is a list of the players who have joined
     
  6. Offline

    timtower Administrator Administrator Moderator

    That can be done in many ways. Please define that.
    Text file? Database? List in console? List in chat? List in file explorer?
    And if you are not the end user then please ask the one who is to get on here.
     
  7. Offline

    Gosintary

    It sounds to me like the requester wants a yaml file with the name and UUID of every player on his server

    I guess if that's what he wants I'll do it. But I'll wait to be sure.

    @zom999_playz woult the file be like this?
    Code:
    Users:
       Player1:
          - MyInGameName
          - mY10nGanDc0mp1icat3dUUID
       Player2:
          - MyInGameName2
          - mY10nGanDc0mp1icat3dUUID2
     
  8. Offline

    zom999_playz

    Yea thats it, sorry for the late reply, my PC broke. Would it also be possible to get an extra line with a rank too? Thanks @Gosintary, you got it just about spot on <3
     
Thread Status:
Not open for further replies.

Share This Page