Time Nick Message 00:49 fruitsnack hello, is there a way to check if player has special modes (flying, fast, noclip, etc) currently enabled? 00:51 gsbhasin84 @fruitsnack try /privs 00:52 gsbhasin84 it will tell you if you have the priv for them 00:52 gsbhasin84 although it wont tell you if they are enabled 02:22 fruitsnack No, I need to test if they are enabled 07:16 tacotexmex Godot is close to Patreon goal of $12k1. Pretty cool. 11:22 alwin[m] Hello 11:22 alwin[m] Is this an irc relay? 11:22 VanessaE what you're using is, yeah 11:22 VanessaE you are connected to freenode IRC channel #minetest 11:23 alwin[m] Cool 11:25 alwin[m] BTW I am niwla 15:31 aldenp hey, so no matter what I try my server won't appear on the serverlist 15:32 sfan5 ip, port? 15:33 aldenp the default port, running through leagueh.xyz 15:33 sfan5 !up leagueh.xyz 15:33 MinetestBot leagueh.xyz:30000 is up (109ms) 15:36 sfan5 what are your config options related to server announcing? 15:37 aldenp I've set server_name, server_address, server_url, and server_announce 15:37 aldenp config is here: http://dpaste.com/0317DKT 15:37 aldenp *and server_description 15:38 VanessaE oh, mineclone. doesn't that use its own server list? 15:38 VanessaE no wait 15:39 VanessaE mixing that up with something else 15:39 aldenp what's the deal with minetest.org anyways, I don't understand why they'd do that 15:39 VanessaE fake sire 15:39 VanessaE fake site 15:40 VanessaE run by a hostile party 15:40 aldenp I know, but why are they so hostile 15:40 aldenp people confuse me :P 15:40 rubenwardy aldenp: the person behind it was banned from our community for spam, harassment, and more. They now use their site to mislead people 15:40 aldenp ah, I see 15:40 rubenwardy I have over 300 emails from them, and they contacted my employers 15:40 aldenp wow lol 15:40 rubenwardy my employers were very understanding luckily 15:41 rubenwardy don't worry, most people aren't affected by this 15:42 sfan5 hm 15:43 sfan5 aldenp: firewall? 15:43 aldenp no, everything seems to be fine 15:43 aldenp in the logs it says it's announcing to the server, and there's nothing relevant after that 15:44 aldenp the only thing I can think of is that IPv6 traffic isn't being forwarded to my server, but it still doesn't work if IPv6 is disabled in the config so I doubt that affects anything 15:44 sfan5 well, your server is not reachable over IPv6 which is what the serverlist tests and why it isn't showing it 15:45 aldenp ah, so it does affect things :P 15:45 aldenp surely there are other minetest servers without IPv6, does the serverlist not use IPv4 as a fallback? I plan on getting IPv6 set up but due to the complexity of my networking setup I'm not sure how long it will take 15:46 sfan5 even if you set ipv6_server = false, your domain still has ipv6 and minetest clients would break when trying to connect 15:46 aldenp right, I noticed that already 15:46 sfan5 (minetest does not implement a v4 fallback mechanism) 15:47 aldenp well thanks, at least I know what the problem is now 15:47 sfan5 easiest fix would be to use the ipv4 address instead of your domain in server_address 15:48 aldenp I've been putting off setting up IPv6 anyways so this is probably a sign I should get it done :P 15:48 aldenp I'll do that temorarily though, thanks 16:07 aldenp lol, I've just realised how much of a nightmare I've gotten myself into 16:10 aldenp I have a stupidly overcomplicated setup where my MT server is being routed through a VPN to my VPS, which is where the domain name points, but IPv6 won't be that simple because VPN clients are assigned unique, globally routable IPs, so traffic will still just end up hitting a dead end on my VPS because the domain name doesn't point to the client... 16:48 Ingar protip: run mt server on the machine the domain points to :) 16:48 Ingar (which reminds me I still need to update mine) 16:51 aldenp my VPS is way too underpowered to be able to run a minetest server unfortunately 16:53 Ingar how is that possible? :p 16:53 Ingar lots of players? 16:53 aldenp I mean it's a single core 1GHz machine with 1GB of memory and less than 20GB of free disk space 16:53 aldenp I don't have many players but even handling a couple friends at once would be a challenge with that kind of system 16:54 Ingar I run MI'm running it on a 6 core arm 16:54 Krock RPI server hosting 16:54 Ingar no idea what CPU though, /proc/cpuinfo isnt ery helpfull 16:55 Ingar not even sure what I pay 16:55 Ingar less than 10 EUR /month afaik 16:56 Ingar 4G RAM though, luxury 16:56 aldenp the server I do run it on is more powerful than an RPi (it's actually an old laptop I disassembled); the issue is A) My ISP doesn't provide a static IP or IPv6 B) I don't really want a domain name pointing to my home network, that's a recipe for disaster 16:56 aldenp that's impressive 16:56 aldenp my VPS is only $5/m CAD so I get what I pay for :P 16:58 Ingar aldenp: I actually do run an MC servef on my home server, with a no-ip DNS 16:59 aldenp interesting 16:59 Ingar VPS wasnt beefy enough 17:00 aldenp I've thought about using dynamic DNS, but ended up going with a VPS anyways because this way I can still run other services, like my VPN and webserver, on a much faster connection than I have at my home network (plus the lack of IPv6 on my home network) 17:01 Ingar I wanted all my public services away from my home server, hence the VPS (I have two actually) 17:01 Ingar mc just has crazy system requirements, I'm not going to rent a VPS for that 17:01 aldenp ah, interesting, what's the reason for having two? 17:01 Ingar the other VPS is for my game project 17:02 aldenp ah ok 17:02 Ingar a bit dead currently, but it's nice to have it separate 17:03 aldenp the VPN solution I use works surprisingly well in my experience, and allows me to keep my home network completely hidden from the outside world 17:11 Ingar I had secretly hope to convert my remaining mc players to mt :-\ 17:11 Ingar but alas 17:12 aldenp yeah, mc players unfortunately tend to be super defensive about it, it's kinda sad 17:15 Ingar mc servers stopped to be fun when the mod community was killed by bukkit 19:47 DoyleChris i am trying to rotate a new mesh node but not sure how to. 19:48 DoyleChris here is the init.lua 19:48 DoyleChris https://pastebin.com/KKPbceLM 19:57 Krock paramtype2 = "facedir" or so 19:57 DoyleChris that will allow it to rotate 19:58 Krock not my itself, you'll need a screwdriver 19:58 DoyleChris right 19:58 Krock for automatic rotations, make it an entity 19:58 Krock see tree trunk for rotation example 20:16 DoyleChris that worked thank you, got to go.