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

WIP: Add Group ownership #26

Closed cedrichaase closed 4 years ago

cedrichaase commented 6 years ago

Solves #4, should also solve #14 (if used accordingly) Adds a dependency to: https://github.com/cedrichaase/usergroups

This is just a proof of concept for now, posted for review Basic functionality is implemented and working, but group ownership may introduce some problems I'm not aware of. I've used a new area.group field to indicate group ownership, though, as of now, the "owner" field of an area is generally expected to be present and filled with a string that contains a user name.

SmallJoker commented 5 years ago

Needs rebase.

Panquesito7 commented 5 years ago

Needs rebase.

I was going to say that. 😉

SmallJoker commented 4 years ago

Abandoned PR. Closing until someone would like to pick it up again.