minetest-mods / areas

A rewrite of the node_ownership Minetest mod with many new features.
GNU Lesser General Public License v2.1
51 stars 52 forks source link

Allow admins to list all areas if they want to #84

Open Emojigit opened 2 weeks ago

Emojigit commented 2 weeks ago

Allows admins to get all areas (instead of the summary introduced in #72) by executing /list_areas *.

This PR is ready for review.

SmallJoker commented 1 week ago

I would not recommend doing this. It may flood the chat on large servers, and possibly hit the hard limit of 64k characters. You might need to add a paging system to avoid such issue.