YouHaveTrouble / CommandWhitelist

You decide what commands players can use or tab complete on your server!
GNU General Public License v2.0
207 stars 22 forks source link

How to make it work across cluster #93

Closed older-fox closed 2 months ago

older-fox commented 2 months ago

I currently have a Velocity server with plugins installed within it. I would like to configure it to grant different command access permissions to different groups, such as:

Players have default permissions for 20 commands on server A, 5 commands on server B, and 10 commands on server C. All other commands will be block by this plugin

beside install this plugin on three different servers, A, B, C, is there any other way to let it work?

YouHaveTrouble commented 2 months ago

By design, CW only works on a server it's installed on. It would be a nightmare to debug if proxies interfered with the backend server commands.

older-fox commented 2 months ago

By design, CW only works on a server it's installed on. It would be a nightmare to debug if proxies interfered with the backend server commands.

Thanks for reply, I decide to install into all servers and use LP to sync all the permissions.

older-fox commented 2 months ago

Issue closed