You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add another requirement please to allow only set user group ids on the server?
So for example, I am runing Xenforo and I would like to allow members was secondary group id 5 only to acces the Minecraft server.
I have found a work around, but it not a great on, and that is to use the minimum post limit, set it up to the field my secondary group ids are in and set the id number as minmum posts.
So if you could set something like the minimum post limit up, but modify it to only allow a set ID from the forum user database table
The coding should work similar to the post count but use == in the MySQL query and allow for the delimiter if there more then one ID in the column.
For example like 6,5,10
With 5 begin the ID you want to allow.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Could you add another requirement please to allow only set user group ids on the server?
So for example, I am runing Xenforo and I would like to allow members was secondary group id 5 only to acces the Minecraft server.
I have found a work around, but it not a great on, and that is to use the minimum post limit, set it up to the field my secondary group ids are in and set the id number as minmum posts.
So if you could set something like the minimum post limit up, but modify it to only allow a set ID from the forum user database table
The coding should work similar to the post count but use == in the MySQL query and allow for the delimiter if there more then one ID in the column.
For example like 6,5,10
With 5 begin the ID you want to allow.
Thanks
The text was updated successfully, but these errors were encountered: