🌐BungeeCord Support

πŸ”Œ INTEGRATIONS

BungeeCord Support

Send players to other servers in your network


GUIPlus supports sending players to other servers on your BungeeCord or Velocity network using the Server click event.

πŸ”§ Setup

BungeeCord support works out of the box. GUIPlus registers the BungeeCord plugin messaging channel automatically when the plugin starts.

Make sure your spigot.yml has BungeeCord mode enabled:

settings:
  bungeecord: true

πŸ–± Server Click Event

Use the server-click-event to send players to another server:

click-events:
  server-click-event:
    server: lobby

The server field must match the server name as configured in your BungeeCord/Velocity config.yml.

🌐 Example: Server Selector

πŸ”— Combining with Other Events

You can combine the server event with sounds, messages, or conditions:

Tip: Add conditions to show server status or player counts using PlaceholderAPI placeholders from plugins like PAPIProxyBridge.


Last updated