serverlist icon indicating copy to clipboard operation
serverlist copied to clipboard

added server list rules agreement system closes #54

Open JasonTable opened this issue 2 years ago • 0 comments

This adds an agreement system kinda similar to minecrafts eula=true. but this is for server list announcing. this will require some changes to minetest itself to add a server announce_tos_agree bool property to minetest.conf that makes it send "tos_agree":true in the json message. when the rules have not been agreed to, a 403 is returned with the rules in the body so that they show up in the server console.

JasonTable avatar May 27 '23 00:05 JasonTable