Time |
Nick |
Message |
00:03 |
|
kaeza joined #minetest |
00:31 |
|
SmugLeaf joined #minetest |
00:34 |
|
SmugLeaf joined #minetest |
00:38 |
|
Volkj joined #minetest |
00:46 |
|
ssieb joined #minetest |
00:51 |
|
PsychoVision joined #minetest |
01:02 |
|
Tmanyo joined #minetest |
01:02 |
|
nm0i joined #minetest |
01:06 |
|
DI3HARD139 joined #minetest |
01:07 |
|
MAGA|xqwpx joined #minetest |
01:08 |
|
erlanger joined #minetest |
01:25 |
|
Tmanyo joined #minetest |
01:29 |
|
soloojos joined #minetest |
01:29 |
|
vktec joined #minetest |
01:43 |
|
xerox123 joined #minetest |
02:11 |
|
Optical_Long joined #minetest |
02:13 |
|
AntumDeluge joined #minetest |
02:41 |
|
DMackey joined #minetest |
02:49 |
|
KikaRz joined #minetest |
02:49 |
|
KikaRz joined #minetest |
04:21 |
|
Tmanyo joined #minetest |
04:26 |
|
pcw joined #minetest |
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 |
|
pcw_ joined #minetest |
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:46 |
|
pcw_ joined #minetest |
04:52 |
pcw_ |
got it thanks! |
05:04 |
|
Foghrye4__ joined #minetest |
05:10 |
|
kaeza joined #minetest |
05:32 |
|
pcw__ joined #minetest |
05:50 |
|
nowhere_man joined #minetest |
06:48 |
MinetestBot |
[git] paramat -> minetest/minetest: Nodeupdate: Remove documentation in lua_api.txt 67ec2fa https://git.io/vXK0d (2016-11-12T06:45:09Z) |
06:48 |
MinetestBot |
[git] RealBadAngel -> minetest/minetest: Halo: Highlight selected face 68f5b87 https://git.io/vXK0F (2016-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. |
06:50 |
|
lumidify joined #minetest |
07:06 |
|
SylvieLorxu joined #minetest |
07:23 |
MinetestBot |
[git] raymoo -> minetest/minetest: Add control information to player interacts (#4685) e403115 https://git.io/vXKED (2016-11-12T17:22:39+10:00) |
07:43 |
|
CWz joined #minetest |
07:48 |
|
Brikooba joined #minetest |
07:56 |
|
DMackey- joined #minetest |
07:57 |
|
Fritigern joined #minetest |
07:58 |
|
namespace joined #minetest |
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. |
08:09 |
|
Hawk777 joined #minetest |
08:19 |
|
SanskritFritz joined #minetest |
08:43 |
|
superfly joined #minetest |
09:27 |
|
Alcyone2 joined #minetest |
09:31 |
|
Szkodnix joined #minetest |
09:33 |
|
LouisDB joined #minetest |
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 |
|
AcidNinjaFWHR joined #minetest |
09:37 |
LouisDB |
bye |
09:37 |
|
LouisDB left #minetest |
09:59 |
|
SylvieLorxu joined #minetest |
10:01 |
|
jin_xi joined #minetest |
10:24 |
|
red-001 joined #minetest |
10:26 |
|
Trustable joined #minetest |
10:31 |
|
proller joined #minetest |
10:33 |
|
Fixer joined #minetest |
10:38 |
|
xSmurf joined #minetest |
10:42 |
|
Krock joined #minetest |
10:44 |
|
SylvieLorxu joined #minetest |
10:49 |
|
proller joined #minetest |
11:02 |
|
soloojos joined #minetest |
11:03 |
|
CWz joined #minetest |
11:07 |
|
SylvieLorxu joined #minetest |
11:13 |
|
lumidify joined #minetest |
11:26 |
|
Tux[Qyou] joined #minetest |
11:52 |
|
DI3HARD139 joined #minetest |
12:16 |
|
tafqif24 joined #minetest |
12:26 |
|
Jordach joined #minetest |
12:37 |
|
turtleman joined #minetest |
12:37 |
|
lumidify joined #minetest |
12:56 |
|
SylvieLorxu joined #minetest |
13:26 |
|
Tmanyo joined #minetest |
13:38 |
|
DMackey joined #minetest |
13:47 |
|
DMackey joined #minetest |
13:51 |
|
Out`Of`Control joined #minetest |
14:16 |
|
lumidify joined #minetest |
14:18 |
|
Optical_Long joined #minetest |
14:23 |
|
red-001 joined #minetest |
14:33 |
|
CWz joined #minetest |
14:36 |
|
xerox123 joined #minetest |
14:41 |
|
CWz joined #minetest |
14:42 |
|
SmugLeaf joined #minetest |
14:43 |
|
Player_2 joined #minetest |
14:49 |
|
Optical_Long joined #minetest |
14:50 |
|
lumidify_ joined #minetest |
14:54 |
|
AndDT joined #minetest |
14:59 |
|
AcidNinjaFWHR joined #minetest |
15:11 |
|
Optical_Long joined #minetest |
15:11 |
|
tafqif24 joined #minetest |
15:15 |
|
lumidify joined #minetest |
15:28 |
|
Telesight joined #minetest |
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 ;) |
15:55 |
|
Taoki joined #minetest |
16:09 |
|
DMackey joined #minetest |
16:11 |
|
whitephoenix joined #minetest |
16:19 |
|
red-001 joined #minetest |
16:22 |
|
LNJ2GO joined #minetest |
16:30 |
|
LNJ2GO left #minetest |
16:38 |
|
longerstaff13 joined #minetest |
16:43 |
|
Hawk777 joined #minetest |
16:43 |
|
LNJ2GO joined #minetest |
16:44 |
|
LNJ2GO left #minetest |
16:46 |
|
LNJ2GO joined #minetest |
16:48 |
|
LNJ2GO left #minetest |
16:51 |
|
Wuzzy joined #minetest |
16:52 |
|
LNJ2GO joined #minetest |
17:00 |
|
GunshipPenguin joined #minetest |
17:07 |
|
basxto joined #minetest |
17:12 |
|
hmmmm joined #minetest |
17:19 |
|
KaadmY joined #minetest |
17:20 |
|
Gael-de-Sailly joined #minetest |
17:22 |
|
vktec left #minetest |
17:32 |
agaran |
hmm is there any way to use autocrafter with group:wood not particular wood in recipe defined by placed items? |
17:34 |
|
SylvieLorxu joined #minetest |
17:36 |
|
PseudoNoob joined #minetest |
17:40 |
|
LNJ2GO joined #minetest |
17:43 |
|
LNJ2GO left #minetest |
17:44 |
|
aix joined #minetest |
18:00 |
|
Foghrye4_ joined #minetest |
18:04 |
|
Markow joined #minetest |
18:06 |
|
Szkodnix joined #minetest |
18:40 |
|
phantombeta joined #minetest |
18:40 |
|
phantombeta left #minetest |
18:49 |
|
red-002 joined #minetest |
18:52 |
|
torgdor joined #minetest |
19:12 |
|
phantombeta joined #minetest |
19:14 |
|
phantombeta left #minetest |
19:20 |
|
Brikooba joined #minetest |
19:40 |
|
Fixer joined #minetest |
19:55 |
|
PsychoVision joined #minetest |
20:10 |
|
lumidify joined #minetest |
20:11 |
|
Hawk777 joined #minetest |
20:21 |
|
miloszs joined #minetest |
20:30 |
|
ptv joined #minetest |
20:44 |
|
Fixer_ joined #minetest |
20:47 |
|
Fixer joined #minetest |
20:51 |
|
Trustable joined #minetest |
20:54 |
|
DMackey- joined #minetest |
21:01 |
|
imr joined #minetest |
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:17 |
|
kaeza joined #minetest |
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:25 |
|
Hirato joined #minetest |
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:34 |
|
phantombeta joined #minetest |
21:34 |
|
phantombeta left #minetest |
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:19 |
|
Szkodnix joined #minetest |
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:16 |
|
erstazi joined #minetest |
23:24 |
|
PsychoVision joined #minetest |
23:31 |
|
Tmanyo joined #minetest |
23:34 |
|
Fixer_ joined #minetest |
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 |
23:53 |
|
LNJ2GO joined #minetest |