urt30plus / urt30t

|30+| Urban Terror Game/Discord Bot
https://www.urt-30plus.org
Apache License 2.0
1 stars 0 forks source link

Storage module for players and related data #17

Open urt30plus opened 1 year ago

urt30plus commented 1 year ago

Need to save player info such as guid, auth and names, including aliases and ip address info. Also need to store group level and stats.

urt30plus commented 1 year ago

Some table ideas, should auth be required in order to track a player? We could use guid in place of auth, GUID:<guid> as the format in the auth field?

players

connections

aliases If name doesn't match name on players table

addresses If IP doesn't match up on players table Do we really need to track ip address?

guids If guid doesn't match guid on players table

penalties

hall_of_fame (hof)

kv_store (could be used instead of hof table)