CivClassic / NameLayer

Allows the creation of configurable player made groups in Minecraft. Built for Paper 1.16.5
BSD 3-Clause "New" or "Revised" License
1 stars 19 forks source link

Fix group linking #17

Open Maxopoly opened 4 years ago

Maxopoly commented 4 years ago

Expand dynamic player types by allowing connecting individual group trees with directed edges which let perms be inherited into other groups. Rework commands to ensure the source of a perm is always easy to find and maybe add additional commands to show not only member, but inherited members with specific perms as well.

Include heavy anti-cycle detection.

This should happen after https://github.com/CivClassic/NameLayer/issues/16