Time Nick Message 02:07 ircSparky is there any possible security or other issues with letting all players use rollback_check? 02:13 ircSparky also is there a way to add chest actions to a rollback log? 03:32 Emerald2 Hey guys. Is maikerumine ever in here? 03:36 Emerald2 Oh hey I was right. There is a Thomas-S. 04:15 Errante Hello. `write_json({10, })`, doesnt return `"[10, ]"`, as in lua_api.txt, but `"[10.0, ]"`. That's, write_json is converting int to float 04:24 Errante !help 04:24 MinetestBot https://github.com/sfan5/minetestbot-modules/blob/master/COMMANDS.md 04:24 habeangur Errante: Commands: !help !ping !free 04:26 Errante !help free 04:26 MinetestBot https://github.com/sfan5/minetestbot-modules/blob/master/COMMANDS.md 04:26 habeangur Errante: Commands: !help !ping !free 04:26 Errante !free 04:26 habeangur Errante: bitcoinshell 04:26 habeangur Errante: total used free shared buff/cache available 04:26 habeangur Errante: Mem: 3.7G 2.6G 135M 1.0M 1.0G 1.1G 04:26 habeangur Errante: Swap: 7.9G 3.2G 4.8G 04:29 Errante !btc 04:29 MinetestBot 1 BTC = 4519.8000 $ 04:29 Errante !btc brl 04:29 MinetestBot 1 BTC = 14010.2200 R$ 04:30 Errante !btc chn 04:30 MinetestBot Errante: Unknown currency. Supported currencies: ISK, TWD, RUB, USD, DKK, AUD, SEK, CLP, NZD, GBP, JPY, EUR, KRW, CAD, SGD, CNY, PLN, HKD, THB, BRL, CHF, INR 04:31 Errante !btc eur 04:31 MinetestBot 1 BTC = 3855.3100 € 04:34 Errante !c :(){ :|:&};: 04:34 MinetestBot SyntaxError: invalid syntax (, line 1) 04:35 Errante !c os.fork() 04:35 MinetestBot NameError: name 'os' is not defined 04:35 Errante !c import os 04:35 MinetestBot SyntaxError: invalid syntax (, line 1) 04:35 Errante !btc brl 04:35 MinetestBot 1 BTC = 14005.1100 R$ 04:39 Errante 1bug 04:39 Errante !bug 05:03 Errante https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L3104 06:41 habeangur !help c 06:41 MinetestBot https://github.com/sfan5/minetestbot-modules/blob/master/COMMANDS.md 06:46 jas_ !title 06:46 MinetestBot jas_: minetest/lua_api.txt at master · minetest/minetest · GitHub 07:01 jas_ !server 07:01 MinetestBot jas_: Minetest France | minetest-france.fr:31001 | Clients: 1/60, 3/16 | Version: 0.4.16 / minetest | Ping: 10ms 11:40 glut32 hi all 11:41 glut32 It's written on minetest.net that minetest 4.16 works on Windows XP, Vista, 7, 8, 8.1 and 10. Is it true for XP and Vista? 11:42 glut32 Is it always true for minetest 5.0? 11:44 glut32 I think that that no system change between 4.16 and 5.0 11:44 sfan5 glut32: i don't think we use any features that are not available on win xp 11:44 glut32 and for Vista? 11:44 sfan5 and i don't think this would change for 0.5 either 11:45 sfan5 if it's compatible with xp it will work on vista too 11:47 glut32 it's ok for me. thanks 14:09 Errante Hello 14:14 Errante write_json is breaking my code because it is converting integers to float 14:15 Errante `write_json({10, {a = false}})`, returns `"[10.0, {\"a\": false}]"` 14:19 sfan5 that's kind of expected behaviour as lua does not have true integers 14:19 sfan5 every number in lua is an int 14:19 sfan5 float* 14:20 Errante https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L3104 14:20 Errante seens a bug to me 14:20 sfan5 the docs are wrong certainly 14:21 sfan5 open a bug on GH and tag @nerzhul 14:21 Errante thx 14:33 compro hello 14:33 compro I don't get any sheep in minetest 14:34 compro what is the reason? 14:34 DS-minetest maybe there are no sheeps in your game 14:34 compro How to get them 14:34 DS-minetest install a mod 14:34 compro I tried new game so many times 14:34 compro how can I do that? 14:34 DS-minetest with game i mean subgame 14:35 compro what is a subgame? 14:35 DS-minetest http://wiki.minetest.net/Installing_Mods 14:35 DS-minetest http://wiki.minetest.net/Subgame 14:35 Errante http://dev.minetest.net/Mod_interoperability#Mobs 14:36 DS-minetest i think, that are all links you need 14:36 DS-minetest !next 14:36 MinetestBot Another satisfied customer. Next! 14:40 Errante I think Ill simply go back to json.lua 14:48 rdococ !previous 14:49 rdococ there should be a previous 14:57 Errante Im previous. plz fix write_json :P 14:59 Errante handling mod security got more lines than the mod itself 15:02 rdococ lol 15:39 Bukki Hey, anyone know a Server(or Modification in general) which enables Players to dig/place Nodes just in certain areas right from the start, but grant them other interact stuff like open doors/use mesecon buttons/... anywhere? Absolutly tired of those "I-build-cobble-and-dirt-around-that-half-digged-tree-and-then-leave-game" Players. 15:40 Bukki Something like Skyblock where everyone get his own Island just on ground with everyone get his own area to start in. 16:15 Errante Bukki: how those islands would solve the cobble-build-and-half-tree problem? 16:16 Errante wouldnt awards be better? 16:16 Bukki It would at least limit it on the area of these player. 16:17 Errante and what about abandoned islands? 16:17 Bukki nature 16:47 Errante Bukki: Ive downloaded skyblock and commented out the mapgen stuff from register_misc.lua. Now its groundblock :P 17:02 sy Errante: lol 17:03 Errante sy: sup? 17:04 sy Errante: lol @ groundblock 17:04 Errante Im trying to get multiple params from chatcommand, but the first param gets all parameters. Ive tried defining them with [] and <> but didnt work 17:04 Errante cool 17:06 Errante would like to see Bukki's answer about groundblocks 17:10 Errante I see the problem with params 17:18 Bukki Sorry, was away. Yeah, but you'll however be able to move outside your island/area then and dig there, or? 17:29 Errante I believe youll need to hack some mods and add some privs for it to be possible. like a use_interact priv, to interact with others areas objects, but to deny build and dig, and another protect_interact, to let players build and dig their own area and to place new protection blocks 17:31 Errante PS: Im a noob, so you should wait others to answer 17:36 jas_ https://www.twitch.tv/videos/173010541 17:37 jas_ i think you can do it errante. i'm just drawing a blank as to how. i think param is one long string, and you string.trim, or string.separate, or whatever it is. 17:39 Errante jas_: thats was my fear xD I going to try out chatcmdbuilder 17:41 jas_ what are you trying to get exactly? i'm sure i don't know the best way, but i think it's possible with a table and a for loop. 17:43 jas_ http://lua-users.org/wiki/SplitJoin perhaps 17:43 Errante Im implementing a /transfer command, its like /transfer 17:43 jas_ let me try 17:44 jas_ see if i can do it quick or quit 17:44 sfan5 Errante: you need to handle splitting the params yourself 17:44 sofar !server insidethebox 17:44 MinetestBot sofar: No results 17:44 Errante I believe chatcmdbuilder going to be easier 17:44 sofar !server Inside the box 17:44 MinetestBot sofar: Inside the Box | minetest.foo-projects.org:30394 | Clients: 2/15, 2/14 | Version: 0.4.16 / insidethebox | Ping: 185ms 17:45 Errante sfan5: wouldnt chatcmdbuilder handle it? 17:46 sfan5 never heard of that 17:46 Errante https://rubenwardy.com/minetest_modding_book/en/chapters/chat_complex.html 17:51 rdococ ooh 17:51 jas_ i always get the order wrong 17:52 jas_ https://gist.github.com/jastevenson303/5a3720a244a03c66a74307378ce8e60e 19:44 scr267 is there a mod for "fast boots"? 19:52 quater ethereal ? 19:52 scr267 quater: thx, i will check to see if it does 19:53 scr267 thats just biomes isnt it? 19:53 quater crystal boots 19:54 scr267 oh i see 19:54 scr267 thank you :) 19:55 rdococ trainers 21:51 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: main.cpp: server-only builds should not include client headers 13151c95b https://git.io/v5rh0 (152017-09-07T21:51:06Z)