Time Nick Message 04:28 Guest98117 Hey I'm working on a server mod. Looking to do some development as multiple users. I have a script that starts the server and opens up two clients connected to the server, but one of the clients always has the ability to walk through walls, fly, etc. Why is this? 04:28 Guest98117 I'm new to the server side of things :) 04:33 kaeza Guest98117, that user may have "noclip" and/or "fly" prpivileges 04:34 kaeza they cannot be revoked for admins, but you can try toggling noclip or fly with H/K 04:34 Guest98117 How would they have gotten those privileges though? 04:34 kaeza ("admin" is whoever has his name on the `name` setting in `minetest.conf`) 04:38 kaeza maybe you started your server with that name and it auto-granted everything and the kitchen sink? can't say without knowing the setup 04:39 kaeza you can always `/revoke` it 04:39 kaeza like `/revoke someuser fly,fast,noclip` 04:41 pcw_ Guest back w/ different name.. how would I specify what name the server starts with? 04:42 pcw_ I would like to not have to revoke etc every time 04:42 kaeza set `name = youradminusername` in `minetest.conf` 04:43 kaeza har 04:52 pcw_ got it thanks! 06:48 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Nodeupdate: Remove documentation in lua_api.txt 1367ec2fa https://git.io/vXK0d (152016-11-12T06:45:09Z) 06:48 MinetestBot 02[git] 04RealBadAngel -> 03minetest/minetest: Halo: Highlight selected face 1368f5b87 https://git.io/vXK0F (152016-11-12T06:41:04Z) 06:49 cheapie It's sort of sad how few players some servers get... https://cheapiesystems.com/media/images/screenshot_20161112_003755.png 06:49 cheapie That's a screenshot of the stats page of one of the traffic light controllers installed on what at least used to be a popular server. 06:49 cheapie 8 "cars" in 2 days. 07:23 MinetestBot 02[git] 04raymoo -> 03minetest/minetest: Add control information to player interacts (#4685) 13e403115 https://git.io/vXKED (152016-11-12T17:22:39+10:00) 07:58 namespace Is there a config option or a script for what items a player has on server join? 07:59 * namespace would like new users on his server to start with a steel sword 07:59 namespace I've seen other servers do it, so I know it's possible at least in principle. 07:59 namespace (Google is unfortunately being uncooperative.) 08:03 agaran i would suggest looking at give_intial_stuff module 08:04 namespace Thank you. ^_^ 08:04 agaran local stuff_string = minetest.setting_get("initial_stuff") or "default:pick_steel,default:axe_steel,default:shovel_steel," .. "default:torch 99,default:cobble 99" 08:04 agaran thats first line of init.lua in this mod.. 08:04 agaran it is part of minetest_game of course, I guess that solves your problem? 08:04 namespace Yup. 08:04 namespace Thank you. 09:33 LouisDB hi 09:34 Foghrye4__ Hola, LouisDB. 09:34 LouisDB I have a question about developping a subgame 09:35 Foghrye4__ Shoot it out. 09:35 LouisDB What branch of the minetest repo should I use ? master or last release ? 09:36 Foghrye4__ I suggest to use 0.4.14 - latest release. 09:36 LouisDB ok thank you 09:36 Foghrye4__ Because current latest dev contain unsupported in old version API functions. 09:37 LouisDB ok 09:37 LouisDB bye 15:35 XeonSquared Hey geniuses, any reason something would show up in my crafting guide https://i.imgur.com/z6WLqah.png but not actually be craftable https://i.imgur.com/Zyj6XDd.png ? 15:37 tafqif24 U cant usee Junglewood planks 15:37 Foghrye4__ Thank for calling us geniuses, mate. 15:38 Foghrye4__ Also it could be because mod remove recipe by overwritting it with stack with zero size. 15:38 XeonSquared argh it probably is the specific type of wood actually 15:39 tafqif24 true :P 15:41 XeonSquared Welp, time to go on an epic quest to find the right type of tree 15:45 tafqif24 Ok good luck ;) 17:32 agaran hmm is there any way to use autocrafter with group:wood not particular wood in recipe defined by placed items? 21:12 nm0i Seems some of these minetest clients in gplay generate and save passwords. 21:16 red-001 link? 21:17 nm0i Cant know, don't have gplay. 21:19 nm0i I got really ugly incident because one of my mods just gave her tablet to little cousin... And all priviledges with it. 21:19 red-001 does she have a password set? 21:20 nm0i Y. 21:23 PsychoVision Hello Nm0i Long time no see, how are you 21:28 nm0i PsychoVision: no idea what you're talking about, sorry. 21:30 PsychoVision Not a problem Nm0i, spoke to you like forever ago, and I believe and haven't seen you active since. Just saying hello again is all, I hope you get your mod issue fixed. 21:31 nm0i s/mods/moderators/ 21:31 nm0i PsychoVision: sorry, I have bad memory on faces. 21:32 nm0i (And logrotate for freenode) 21:33 PsychoVision LOL funny, bad memory for faces :P 21:36 Krock nm0i, "logrotate" reminds me of https://forum.minetest.net/viewtopic.php?t=10576 21:37 Krock nailed it back then 21:38 nm0i I think we spoke about this somwhere. 21:38 nm0i Another solution was to fifo-pipe log to syslog. 22:49 sfan5 nm0i: small tip: moderators should just use PC minetest 22:50 sfan5 not some bad mobile client 22:52 imr or at least f-droid 22:54 nm0i Ye-ye. They should use gentoo and compile own version. I should grant moderator privileges based on their cflags. 22:54 imr lol 22:55 imr or even void linux 23:04 sfan5 nm0i: only with -funroll-loops 23:35 Fixer_ sfan5: could you please release a new build, your last one contains that nasty spawn at 0 0 0 problem that was fixed later 23:35 Fixer_ so admins will avoid confusing 23:36 Fixer_ confusion* 23:36 sfan5 sure 23:45 sfan5 Fixer_: -> https://forum.minetest.net/viewtopic.php?p=239659#p239659 23:45 Fixer_ sfan5: thank you