General Discussion • Re: reentry-points / startpoints / "spawnpoints"? for a certain world in Luanti-games
Hello and welcome to the forum :)<br><br>Information about players is kept inside a database, SQLite format by default, so <span style="color:#000;background-color:#fff;font:0.9em Monaco,'Andale Mono','Courier New',Courier,mono;border:1px solid #d8d8d8">players.sqlite</span>. You can view it with a tool like <span style="color:#000;background-color:#fff;font:0.9em Monaco,'Andale Mono','Courier New',Courier,mono;border:1px solid #d8d8d8">sqlite3</span> on a Linux machine, or a graphical program like <a href="https://sqlitestudio.pl/" class="postlink" rel="nofollow">SQLiteStudio</a>. Each player (including 'singleplayer') will have a row in the table <span style="color:#000;background-color:#fff;font:0.9em Monaco,'Andale Mono','Courier New',Courier,mono;border:1px solid #d8d8d8">player</span>. Anyway, I recommend you explore the other sqlite files in the world too, to learn more.<br><br>Edit: When it comes to recreating another world, you could copy the directory and rename the world with the <span style="color:#000;background-color:#fff;font:0.9em Monaco,'Andale Mono','Courier New',Courier,mono;border:1px solid #d8d8d8">world_name</span> setting inside world.mt (probably also keep this the same as the directory name, to not get confused).<p>Statistics: Posted by <a href="https://forum.luanti.org/memberlist.php?mode=viewprofile&u=24958">Blockhead</a> — Thu Feb 05, 2026 14:40</p><hr />