Time Nick Message 02:53 KittyKat63 Oops 02:53 KittyKat63 Oops 02:54 riff-IRC ? 02:54 KittyKat63 Accidentally quit :/ 02:59 KitKatCat :D 04:04 MinetestBot 02[git] 04paramat -> 03minetest/minetest_game: Flora spread: Reduce maximum density 13bf3efa0 https://git.io/fN3Bp (152018-07-17T04:04:46Z) 09:44 ManElevation i made a setspawn command by using the lua editor in worldedit, how do i remove it? 10:16 sfan5 you don't 10:16 sfan5 restart the server 10:16 sfan5 well you can probably minetest.registered_commands["setspawn"] = nil 11:15 ChimneySwift There's also minetest.unregister_chatcommand(name) 11:15 ChimneySwift That just does the same I think tho 11:17 Krock minetest.chatcommands["help"] = nil 11:18 Krock nvm, that's legacy. use core.registered_chatcommands["help"] = nil 11:22 * Krock reads the logs and notices how late he is 11:25 ChimneySwift Lol I only answer questions one hour late 11:26 Krock and I only answer to questions which already were answered 14:42 sur3 hi does someone know if there is a mod for some kind of image frame you can click to see a jpg in-game? 15:08 swift110 hey all 15:08 sur3 ah ok think i found something similar but two years old and no good documentation.. https://github.com/minetest-mods/painting 15:09 twoelk or try https://forum.minetest.net/viewtopic.php?t=4635 gemalde 15:10 sur3 yeah but gemalde is even 5 years old.. ^^" 15:11 sur3 so probably the painting mod is better? 15:12 twoelk the only problem with gemalde is it doesn't like the 'clear objects' command :-P 15:13 * twoelk looks for the old billboard mod 15:13 sur3 oh what happens when using clear objects? and does it also have problems with /clearobjects quick ? 15:13 Krock yes, logically. everything that removes objects 15:14 twoelk http://krock-works.16mb.com/MTstuff/modSearch.php?st=0&at=0&q=billboard some more to try 15:17 sur3 ahh ok thanks the one billboard mod seems at least a bit more recent, I'll probably try that one 15:21 sur3 also the pro of the billboard mod seems to be that it supports jpg, the othe rmods seem only to support png which would have a larger filesize :) 16:32 sur3 weird areas do not protect billboards, I had to place an additional protector to protect the billboard.. o.O 16:34 * Krock cries in areas & protector madness 16:40 DI3HARD139 Hate to bother others. How does one solve the http error 500 when announcing 16:41 rubenwardy Pray to Mese, the god of creation 16:43 DI3HARD139 *prays* 18:19 MinetestBot 02[git] 04SmallJoker -> 03minetest/minetest: Builtin: Replace deprecated function calls (#7561) 13ade7a1c https://git.io/fNswR (152018-07-17T18:17:54Z) 18:54 learnerwind Hi. I had trouble compiling minetest in my dualcore debian machine ( that is not turned on now.) is it possible to compile it in this machine ( running arch ) and then install there? 19:00 sfan5 not really 19:01 Krock the package versions will differ 19:01 Krock and also the installed packages after all 19:01 sfan5 you can use a debian container to compile it on another machine, but you would face the same problems as on your debian machine 19:01 Krock what you could build is a portable, universal linux binary 19:03 learnerwind I guess I will turn it on and try again. 19:32 Learnerwind Trying to compile minetest .4.17 in debian jessie and i get this error 19:32 Learnerwind make[2]: *** No rule to make target '/usr/lib/libjsoncpp.so', needed by 'bin/minetest'. Stop. 19:33 sfan5 do a make clean 19:34 Learnerwind And then "make -j2" again 19:47 Learnerwind make[2]: *** No rule to make target '/usr/lib/libjsoncpp.so', needed by 'bin/minetestserver'. Stop. 19:47 Learnerwind Same error 19:48 Learnerwind Still in 84% compiling 19:48 Learnerwind CMakeFiles/Makefile2:264: recipe for target 'src/CMakeFiles/minetestserver.dir/all' failed 19:51 Krock are you building the stable-0.4 branch? 19:52 Krock anyway, consider updating libjsoncpp-dev or use the bundled version 19:53 Learnerwind I installed the backported version 19:54 Learnerwind I guess it is the 0.4.17 19:54 Krock does the path minetest/src/gui exist? yes? it's 5.0.0-dev 19:55 Learnerwind So it is the dev 19:56 Krock git checkout stable-0.4 and run your stuff again 19:56 Learnerwind O 19:56 Learnerwind Ok 19:56 Learnerwind Thank you 19:58 Learnerwind Should i clone this? 19:58 Learnerwind https://github.com/minetest/minetest/tree/stable-0.4 19:58 Krock yes 19:58 Krock git clone https://github.com/minetest/minetest.git -b stable-0.4 --depth 100 20:15 Learnerwind It seems it compiled fine 20:15 Learnerwind [100%] Built target minetest 20:15 Learnerwind But it throwed dozens of warnnings 20:17 Learnerwind Ran version 0.4.17 thank you 20:18 Krock that's version 0.4.17.1 but np :) 20:18 Krock !next 20:18 MinetestBot Another satisfied customer. Next! 20:19 Learnerwind Could not find or loud game "minetest" 20:19 Learnerwind Maybe because this game was started in an older version 20:20 Learnerwind And it only has minimal development 20:20 rubenwardy you need install minetest game 20:21 rubenwardy cd games && git clone https://github.com/minetest/minetest_game -b stable-0.4 20:22 Learnerwind Same flags with cmake? 20:24 rubenwardy no 20:24 rubenwardy you don't compile minetest game 20:24 rubenwardy if you did make install, then you'll need to do it again 20:24 rubenwardy from the minetest directory 20:24 Learnerwind oh 20:25 Learnerwind go to the minetest folder where i compiled and then make -j 20:25 rubenwardy no 20:25 rubenwardy do that line I gave 20:25 rubenwardy if at anypoint you did `sudo make install` then go back and do that again 20:25 rubenwardy if not, don't do anything 20:25 rubenwardy (after that line I gave) 20:26 Learnerwind What should i make again ? 20:26 rubenwardy ... 20:26 Learnerwind I did make install before download minetest_game 20:27 rubenwardy right, then do it again from the minetest folder 20:27 Learnerwind I did cd to games and then git clone ... 20:27 Learnerwind Oh fine 20:27 Learnerwind did it 20:30 Learnerwind It seems to be working. Thank you again 22:38 MinetestBot 02[git] 04numberZero -> 03minetest-mods/mesecons: Merge pull request #401 from Wuzzy2/sfx 13ff73d0e https://git.io/fNsjQ (152018-07-17T22:37:45Z) 23:46 sur3 saw the /top command on some sef 23:47 sur3 *some server.. 23:47 sur3 which mod is that, i could use that command.. 23:47 sur3 ?