Time Nick Message 06:17 swift110 hey 09:23 BuckarooBanzai https://forum.minetest.net/viewtopic.php?f=14&t=23698&p=362156#p362156 09:23 BuckarooBanzai !title 09:23 MinetestBot BuckarooBanzai: Adding more BBCode tags - Minetest Forums 17:32 chris__ set irc.server.freenode.nicks "ausinch" 17:42 Calinou rubenwardy: if mods can read environment variables, then that can be used for passwords 17:42 Calinou I agree an one-time "set" command-line argument would be nice, it could be repeated to specify multiple settings 17:43 Calinou e.g. minetest --set "name = foobar" --set "waving_water = true" 18:04 ausinch Hi Everyone 18:08 ausinch I am running an Ubuntu snap with Minecraft 5.1.0 I cannot get other clients to join in the game despite hosting the server. 18:09 ausinch Another client attempting to join gets a message asking for a password to Register and Join. 18:09 ausinch Whats the trick here? 18:10 ausinch It worked with version 417 but not in ver 5 18:10 Calinou ausinch: does it work if they input any username and password? 18:10 Calinou when you enter an username and password, it will automatically create an account on the server if nobody logged in with the same username before 18:11 Calinou it's strongly recommended to use a password, so that other players can't impersonate you and take your items 18:11 ausinch Trying to log in with new name and password 19:14 Andrey01 Does 'self' entity table also not save name of the entity? If no, how to know what`s the entity name? 19:16 Andrey01 And it`s strange get_entity_name() is deprecated 19:16 sfan5 get_luaentity().name 19:17 Krock might need better documentation, though 19:21 ausinch Calinou: I just tried a new user with a password at the intitial login, then entered in the same password at the new user registration prompt. It worked then. 19:21 ausinch Calinou: Thanks 19:21 Calinou you're welcome :) 19:32 Andrey01 sfan5: Ah, does it contain yet? Thanks!