Minetest logo

IRC log for #minetest, 2021-03-14

| Channels | #minetest index | Today | | Google Search | Plaintext

All times shown according to UTC.

Time Nick Message
00:07 Extexo rubenwardy: Ty sorry for late reply
00:50 Fixer joined #minetest
00:57 riff-IRC joined #minetest
01:26 hlqkj1 joined #minetest
02:27 MTDiscord <MisterE, Modder of Sorts> Sfan, I finally got the server up-n-running! Yay! Thx so much!
02:52 calcul0n__ joined #minetest
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
04:55 leo_rockway joined #minetest
05:00 MTDiscord joined #minetest
06:19 flux__ joined #minetest
07:45 [Pokey] joined #minetest
08:00 ShadowNinja joined #minetest
08:12 FeXoR joined #minetest
08:31 hlqkj joined #minetest
08:46 AndDT joined #minetest
09:20 Talkless joined #minetest
09:37 proller joined #minetest
10:00 tech_exorcist joined #minetest
10:03 tech_exorcist joined #minetest
10:08 tech_exorcist joined #minetest
10:10 tech_exorcist joined #minetest
10:10 tech_exorcist joined #minetest
10:11 tech_exorcist joined #minetest
10:17 Jhalman joined #minetest
10:22 Fixer joined #minetest
10:33 absurb joined #minetest
10:39 numzero joined #minetest
11:34 Fixer_ joined #minetest
11:45 tech_exorcist joined #minetest
11:55 SwissalpS joined #minetest
12:09 Gustavo6046 joined #minetest
12:40 z812_ joined #minetest
12:49 z812_ joined #minetest
12:50 ryzokuken joined #minetest
13:07 proller joined #minetest
13:15 Pie-jacker875 joined #minetest
13:26 hlqkj1_ joined #minetest
13:46 Markow joined #minetest
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 <Jonathon> 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.
14:18 kamdard joined #minetest
15:00 kamdard joined #minetest
15:08 Verticen joined #minetest
15:18 z812_ joined #minetest
15:26 Fixer joined #minetest
15:31 z812__ joined #minetest
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:41 Lukwe joined #minetest
15:43 erlehmann joined #minetest
15:45 sfan5 ah that might be
15:56 proller joined #minetest
16:02 delta23 joined #minetest
16:03 Wuzzy joined #minetest
16:03 I_am_6r1d joined #minetest
16:11 tech_exorcist joined #minetest
16:21 DS-minetest joined #minetest
16:31 Hawk777 joined #minetest
16:40 galex-713 joined #minetest
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:39 numzero joined #minetest
17:53 Taoki joined #minetest
17:59 MTDiscord <IhrFussel> You could use something like xdotool to type it from a file/script
18:00 MTDiscord <IhrFussel> But xdotool itself might only work on X
18:01 FeXoR joined #minetest
18:10 SwissalpS I am currently also using wayland. Can only repeat what has been said: multiple times paste with and without shift
18:18 turtleman joined #minetest
18:26 tech_exorcist joined #minetest
18:49 Surfer joined #minetest
18:50 Surfer2011 joined #minetest
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
19:37 v32itas joined #minetest
20:25 Krock Extexo: why the hell does this exist? https://cdn.discordapp.com/attachments/555039171744628750/819101935784820777/download_20210309_225729.png
20:54 MTDiscord <Jonathon> lol, the tall looking thing
21:02 absurb joined #minetest
21:20 MTDiscord <Jordach> 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++
21:56 Verticen joined #minetest
22:12 erlehmann joined #minetest
22:21 Hawk777 joined #minetest
22:47 submariner joined #minetest
23:36 hlqkj_ joined #minetest

| Channels | #minetest index | Today | | Google Search | Plaintext