LuckPerms

LuckPerms

41.4k Downloads

[Feature] custom fields for connecting the database

TOWUK opened this issue ยท 3 comments

commented

Hello, I would like to ask you very much to add support for custom fields to connect the database, just like authme reloaded, you need to do this for flexible rights settings both on the site and in the game, the same forum (IPS/IPB/phpBB/XenForo/Flarum)
example:
image

commented

you can change table_prefix if you need to current. As for having custom SQL table name, I don't see any practical use for it and it just adds more possible points of bugs/clutter.

Also... I sense online-mode: false servers...

commented

you can change table_prefix if you need to current. As for having custom SQL table name, I don't see any practical use for it and it just adds more possible points of bugs/clutter.

Also... I sense online-mode: false servers...

okay, how sync flarum roles to Luckperms?
image
image

commented

Let me tell you right here and right now that connecting the tables of two unrelated pieces if software is an awful idea!

There are two viable ways to do this:

  1. Write a plugin for your forum softeware that does the syncing (or maybe a LuckPerms addon)
  2. Use views or other pure SQL techniques. Though I'd strongly advise against that!