Time |
Nick |
Message |
02:54 |
OWNSyouAll |
Is there anyway to get a list of everyone that ever joined a server? |
02:54 |
ShadowNinja |
ls worlds/<worldname>/players |
02:55 |
ShadowNinja |
Or cat auth.txt | cut -d : 1 |
02:55 |
OWNSyouAll |
Anyway within the lua api? I would rather not create my own player DB if i can. |
02:55 |
ShadowNinja |
(not sure about the cut syntax) |
02:56 |
ShadowNinja |
for playername, data in pairs(minetest.auth_table) do ... end |
02:57 |
OWNSyouAll |
I don't see minetest.auth_table in lua_api.txt but ill give that a try |
02:58 |
ShadowNinja |
I guess that's technically a implementation detail/internal data structure. But it hasn't changed in a long time and probably won't change anytime soon. |
02:58 |
OWNSyouAll |
Ok thanks i'll look into it |
03:13 |
|
PaLmeTTo_X joined #minetest-mods |
03:40 |
|
ch98 joined #minetest-mods |
05:04 |
|
ch98 left #minetest-mods |
05:44 |
|
twatcup joined #minetest-mods |
05:44 |
|
twatcup left #minetest-mods |
05:57 |
|
Wuzzy joined #minetest-mods |
14:59 |
|
bas080 joined #minetest-mods |
15:13 |
|
PaLmeTTo_X joined #minetest-mods |
16:11 |
|
PaLmeTTo_X joined #minetest-mods |
18:07 |
|
PilzAdam joined #minetest-mods |
21:21 |
|
Miner_48er joined #minetest-mods |
23:03 |
|
OWNSyouAll joined #minetest-mods |
23:10 |
|
bas080 joined #minetest-mods |