Civcraft / PrisonPearl

Minecraft plugin for civcraft which allows players to imprison other players inside ender pearls
BSD 3-Clause "New" or "Revised" License
4 stars 16 forks source link

prisonpearlsUUID.txt should record username of the Pearled player as well as UUID #28

Closed ariehkovler closed 8 years ago

ariehkovler commented 9 years ago

prisonpearlsUUID.txt should log the username of the player at time of pearling for ease of administration. It's a pain having to connect accounts to UUIDs manually each time when investigating alt associations.

rourke750 commented 9 years ago

you use the txt file to authenticate pearls or you want the name to be logged when they are pearled?

ariehkovler commented 9 years ago

We use the txt file to check if people are currently pearled, as /pplocateany in the console scrolls by too fast. Also easier for shell scripts. So both

On Thu Jan 29 2015 at 22:18:28 rourke750 notifications@github.com wrote:

you use the txt file to authenticate pearls or you want the name to be logged when they are pearled?

— Reply to this email directly or view it on GitHub https://github.com/Civcraft/PrisonPearl/issues/28#issuecomment-72096432.

rourke750 commented 9 years ago

Is adding another file that maps current uuids to player names which only has pearled players okay?

ariehkovler commented 9 years ago

That'd work though it might be less elegant.

On Sun Feb 01 2015 at 22:49:22 rourke750 notifications@github.com wrote:

Is adding another file that maps current uuids to player names which only has pearled players okay?

— Reply to this email directly or view it on GitHub https://github.com/Civcraft/PrisonPearl/issues/28#issuecomment-72383482.