Time Nick Message 18:11 MinetestBot 02[git] 04SmallJoker -> 03minetest/minetest: Particles: fix crash caused by absent texture 13670bb32 https://github.com/minetest/minetest/commit/670bb32b2cbeaea41e37853822017371d8b4ced1 (152024-05-29T17:46:24Z) 18:11 MinetestBot 02[git] 04rubenwardy -> 03minetest/minetest: Update no games message to give more context (#14695) 13abf353c https://github.com/minetest/minetest/commit/abf353c178935df7b7149c1020a4ef67264e53cb (152024-05-29T18:10:22Z) 19:37 Yad Am I mistaken, or is there a way to send server commands from the terminal shell? (Such as when running `minetest --server --gameid exile --worldname world1 --go` the Linux terminal doesn't let me type `/emergeblocks (-256,-16,-256) (256,64,256)`.) 19:38 Yad I thought it was something I remembered doing, but maybe I was confused. 19:38 MTDiscord Ah, you reminded me of something 19:41 Yad jordan4ibanez: Me? 19:42 MTDiscord https://tenor.com/view/nod-kermit-nod-nodding-gif-24624072 19:45 Krock Yad: I think you need ncurses support for that 19:46 Yad Krock: As in I would need to patch the source-code of Minetest to process commands via `ncurses`? 19:47 Yad Krock: Or are you describing a mod (module) I would need to add to each world I want to run in server mode? 19:48 Krock Yad: you're asking me about a feature that I haven't yet used. but according to the source, you should be able to use it with --terminal or see an error log 19:48 Krock src/main.cpp L1092 19:51 Yad Krock: Yes! Thank you! I forgot about the need for the `--terminal` flag needed to activate the interface. This should put me back on track now. :-) 19:52 Krock nice :)