Time Nick Message 03:10 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Randomwalk caves: Add parameters for number, proportion flooded. Allo… 132a74727 https://git.io/JeVUO (152019-11-08T03:09:43Z) 04:01 Sketch2 some here may find this interesting 04:01 Sketch2 https://www.youtube.com/watch?v=_QU5vmEHegE 04:01 Sketch2 Free software is under attack. How you can help. (w/ Neil McGovern) 16:30 * BuckarooBanzai swears at the forum preview button that screwed with his link-url... 18:12 Krock Yet another victim of trimmed URLs. https://forum.minetest.net/viewtopic.php?f=9&t=23612 18:14 BuckarooBanzai Krock: sorry if that was asked before, but the forum software is pretty old (and buggy): is there an upgrade (or even replacement) plan? :/ 18:14 Krock *shurg*. I have no power tzhere 18:15 BuckarooBanzai thought so.. :P thats a question for celeron55_ then...? 18:16 swift110 hey all 18:16 BuckarooBanzai o/ 18:19 Krock yes 18:20 BuckarooBanzai (i'm not complaining by the way, just curious...) 18:22 codic ey 18:22 codic Hey 18:23 swift110 how r u BuckarooBanzai 18:23 swift110 hey Krock 18:23 Krock hi 18:23 BuckarooBanzai swift110: not bad, working on my adventure/minigame server ;) 18:23 codic Hey Swift110 18:24 codic Can you add ipv6 please? 18:24 swift110 ih 18:24 swift110 oh 18:24 swift110 i might be playing minetest later 18:24 BuckarooBanzai codic: :P when i move it to a proper host, yes :) 18:25 codic thanks, cause my isp only works with ipv6 no idea why... :LOL 18:26 BuckarooBanzai codic: i enabled ipv6 recently too in my network at home, had a lot more problem afterwards... :( 18:26 BuckarooBanzai *problems 18:27 codic Yes I know 18:27 codic So please add it, I want to play 18:27 codic Can you add dreambuilder also 18:27 BuckarooBanzai but i don't think i get around reading into that topic, ipv6 is the future after all... 18:28 BuckarooBanzai codic: are we talking about the same server?? 18:28 codic same server? meaning? 18:29 codic i thought you were making one 18:29 BuckarooBanzai > Can you add dreambuilder also 18:29 BuckarooBanzai already did... :) 18:29 BuckarooBanzai !server Damocles 18:29 MinetestBot BuckarooBanzai: Damocles | damocles.minetest.land:30002 | Clients: 0/50, 0/2 | Version: 5.2.0-docker / minetest | Ping: 30ms 18:29 BuckarooBanzai but it has no ipv6 address right now, i might move it to the vps that pandorabox runs on, performance is a lot better now... 18:30 codic Great 18:30 codic Is it up yet? Oh yeah it is 18:30 codic just add ip6, ill join today 18:30 codic :) 18:30 codic survival server? 18:30 BuckarooBanzai codic: i don't rush things.... 18:31 BuckarooBanzai survival with adventures and minigames, i'll announce in the forums when it is *really* ready ;) 18:32 codic Ah okay 18:32 codic I will join when it's really ready 18:32 codic but does anyboy know a good service for vps 18:32 codic so i can connct to ipv4 18:33 Krock huh? You can always connect to IPv4 18:34 BuckarooBanzai codic: hetzner or netcup if you are based in the EU/Asia... 18:34 codic I can't for STK or MT 18:34 codic Just a problem 18:34 codic * Just a problem... 18:34 BuckarooBanzai hetzner does some weird cpu-throttling though... 18:35 codic What abou t America? 18:35 BuckarooBanzai no clue, sorry... 18:35 codic K 18:36 codic tysm 18:37 codic Well, im'aa play pandorabox till your server is up 18:37 Krock you can get a low spec VPS quite easily, but you get what you pay for. Either you get good customer support, and worse specs, or bad customer support and good specs 18:38 Krock or overpriced, because they can. 18:42 codic Is there any free ones> 18:42 codic * Is there any free ones>? 18:42 codic Are there 18:43 scr267 Does anyone know if its possible to use the mesecon command block to run a command as another user? 18:43 scr267 For example, in my case I'm trying to make a command block run the 'news' command. But it runs it on the owner of the command block. 18:43 scr267 I can't see anything in the code that might help. 18:43 codic No unfortunately :( I'm interested tho 18:46 scr267 Ok, ty codic :) 18:53 codic :) 19:05 BuckarooBanzai scr267: you can use the @nearest param, but only if the command supports it... 19:43 scr267 BuckarooBanzai, Yep, I was aware of that :) But thanks anyway. I think I'm going to try writing some lua script in mesecon microcontroller perhaps. 20:05 Rafi59 Hi 20:06 Rafi59 Anybody know when Minetest 5.1.0 will be released on Android ? The latest version is 5.0.0 and give this error with a server in 5.1.0 https://cdn.discordapp.com/attachments/595250406712410112/642454060481511450/Screenshot_20191108-210224.png 20:12 sfan5 servers are generally backwards-compatible, it seems the server owner has chosen to require exactly matching versions in this case 20:12 Krock well, Android does not build yet. The work is in progress, though. 20:18 Rafi59 Ok thanks I have set strict_protocol_version_checking to false 21:19 MinetestBot 02[git] 04pauloue -> 03minetest/minetest: Make core.get_favorites("local") ignore duplicates (#7926) 13d11bfa3 https://git.io/JeV8s (152019-11-08T21:18:20Z) 21:37 scr267 Anyone has good documentation on the mesecon microcontroller by any chance? 21:39 scr267 I'm reading http://mesecons.net/luacontroller/ 21:48 scr267 Is there any device that get's activated by a user, which can pass that player's name to some lua controller of sorts?