BungeeServerCMD

An alternate Bungee command without enabling /server

The following is a unique use case: Not using bungee's /server permissions for players If you wish to disable the Bungee's /server command but still allow users to switch between a select whitelisted amount of servers you can. This helps so staff can use /server anywhere but require players to use /join only where configured to go.

Bungee:
  BungeeServerCMD:
    Enabled: true
    command: "join"
    Aliases:
      ogskyblock: "OGSB_HIDDEN"

Specify the custom command you want for this function on this server instance. In this case, /join specifies this function with the "join" string. Do not include the "/" character as this is already handled in the backend

Last updated