LuckPerms

LuckPerms

917k Downloads

[Suggestion] Store groups' permissions in JSON when SQL type of storage is used

Closed this issue ยท 4 comments

commented

For example

"INSERT INTO luckperms_groups_permissions(group, permissions) VALUES (admin, {"permission.node": true, "another.permission.node": false})". Would look much better compared to current thingy

commented

That breaks database design and usage and is a whole lot more inefficient for working with

commented

Out of interest, why do you want this to be changed, and what would be the benefit of using this over the current system?

commented

I myself can also not see any benefit from this.
If you want to store it as JSON, just use JSON storage I guess?
There is no real benefit for having the information stored as JSON on a remote database.

commented

That breaks database design and usage and is a whole lot more inefficient for working with

Basically ^