Time Nick Message 00:07 Extexo rubenwardy: Ty sorry for late reply 02:27 MTDiscord Sfan, I finally got the server up-n-running! Yay! Thx so much! 03:42 Extexo My formspec is ded 03:43 Extexo Every time I update it the hypertext bugs 03:53 luk3yx Extexo: Were you wanting help? 03:53 Extexo Yeah every time I update my formspec my hypertext bugs 03:53 luk3yx If so you might have better luck posting code/screenshots 03:59 Extexo https://thelounge.bloblet.com/uploads/4bf4876723436d74/download_20210313_195916.png https://thelounge.bloblet.com/uploads/a96fc00d2a876e8d/download_20210313_195914.png https://thelounge.bloblet.com/uploads/e60635a181899f4c/download_20210313_195912.png 04:00 Extexo luk3yx 04:00 Extexo Order is bottom to top 04:00 Extexo I'm making an NPC communication api 04:04 luk3yx Extexo: Could you print() the formspecs before running minetest.show_formspec()? 04:06 Extexo Yeah gimme a sec 04:13 Extexo Oh nvm. Thanks luk3yx.code formatting coming back to bite me lol, I added tabs 04:13 luk3yx Ah okay 04:13 luk3yx You're welcome 04:13 Extexo I was using [[ and ]] for a string 04:14 Extexo And added tabs on the line breaks 04:15 Extexo I printed the form and noticed it 13:46 Markow Hi! Is there a way to disable the /killme command? 13:52 Markow I guess I would have to comment out the "minetest.register_chatcommand("killme", {" line 13:54 MTDiscord You can override it 14:11 Markow I commented out the entire "minetest.register_chatcommand("killme" block of lines with --[[ --]] in the "init.lua" file. That did it. 15:39 VanessaE https://github.com/minetest-mods/skinsdb/pull/59 someone please review and merge this, if only so that I can close the damn browser tab :) 15:40 sfan5 does that min_minetest_version kery in mod.conf actually exist? 15:40 sfan5 never seen it before 15:41 VanessaE yep 15:41 VanessaE it's used by contentdb at leasty 15:41 VanessaE -y 15:41 VanessaE idk if the *engine* uses it tho 15:45 sfan5 ah that might be 17:08 Pie-jacker875 how can I paste into minetest when running it on plasma wayland? 17:08 Pie-jacker875 I've not been able to play because I can't paste my password in from my password manager 17:10 calcul0n Pie-jacker875, did you try to paste twice? ie do ctrl-v ctrl-v, it's a common bug but it doesn't work for everyone 17:10 Pie-jacker875 doesn't work 17:10 Pie-jacker875 that's what I used to have to do when running on X 17:10 calcul0n ho, so no idea then :\ 17:10 Pie-jacker875 the password manager I use is keepassxc 17:14 SwissalpS also sometimes helps to do ctrl-shift-v at times I open vim, paste the text in there, ctrl-shift-c it again and then paste into minetest 17:14 SwissalpS I launch minetest from a terminal too 17:15 Pie-jacker875 doesn't work 17:15 Pie-jacker875 I pasted the text in vim but can't copy it and paste it to minetest 17:16 Krock ctrl+V twice works for me 17:16 Pie-jacker875 or rather, I can copy it from vim 17:16 Pie-jacker875 can't paste it in minetest though 17:17 Pie-jacker875 again, I'm on plasma wayland 17:59 MTDiscord You could use something like xdotool to type it from a file/script 18:00 MTDiscord But xdotool itself might only work on X 18:10 SwissalpS I am currently also using wayland. Can only repeat what has been said: multiple times paste with and without shift 18:50 Surfer2011 hello 18:50 Surfer2011 i installed a minetest instance as docker container (linuxserver.io) and there is no auth.txt 18:52 sfan5 auth moved into a database some versions ago 18:54 Surfer2011 ok and how would i edit it? since i put my username into the mintetest.conf as name abcplayer ? supposed to be a blank and no = inbetween? 18:56 sfan5 put name = abcplayer into minetest.conf, you'll have admin privileges when you log in with that name 18:59 Surfer2011 ok got it works, at the wiki it is listed with "blank" inbetween maybe one needs to correct it 19:00 Surfer2011 ah no i missunderstood https://wiki.minetest.net/Minetest.conf 19:00 Surfer2011 blank is default :D not the seperator 19:00 Surfer2011 thanks for the quick help 20:25 Krock Extexo: why the hell does this exist? https://cdn.discordapp.com/attachments/555039171744628750/819101935784820777/download_20210309_225729.png 20:54 MTDiscord lol, the tall looking thing 21:20 MTDiscord disgustan 21:21 DS-minetest name suits very well 21:32 DS-minetest why is there minetest.add_item that just pcalls minetest.spawn_item???? 21:32 DS-minetest and is implemented in c++