Time Nick Message 14:22 MinetestBot 02[git] 04Montandalar -> 03minetest/minetest_game: Update bookshelf on inventory move (#3039) 1316bf166 https://github.com/minetest/minetest_game/commit/16bf1669020a773741e0a004e7bff77512d6cc62 (152023-06-07T14:20:47Z) 14:48 imi hi, is there any setting which I can /set in order to prevent regular players (e.g. players without the server rank or something) from logging in to my server? 14:51 MTDiscord like, a whitelist? you'd want a whitelist mod for that 14:52 imi no, I'm thinking about a maintenance setting. /set maintenance true would prevent players without the server priv to log in for the time being. /set maintenance false would lift the aforementioned prohibition 14:53 MTDiscord yes, so, a whitelist 14:53 imi temporary whitelist if you will 15:05 MTDiscord try https://content.minetest.net/packages/Zughy/whitelist/ 15:30 MTDiscord Yep, thats a toggle-able whitelist 15:56 Blockhead256[m] you can also use the system that linuxforks uses where account registration is disabled when there is no active moderator online, done via xban2 fork 15:56 Blockhead256[m] http://git.bananach.space/xban2.git 15:56 Blockhead256[m] the actual functionality could be extracted out into a separate mod 15:57 Blockhead256[m] okay that's not quite what you were after 15:57 Blockhead256[m] but maybe someone finds it useful 16:08 imi cool thanks :)