BungeeCord Integration
Mine Trick supports BungeeCord networks with two modes:
Hub Mode - Central hub server that redirects players to game servers
- Players click signs or use /mt join to connect to game servers
- Automatic server routing based on game availability
- Dynamic MOTD showing all games status
Game Mode - Dedicated game server for one specific game
- Players auto-join the configured game on connect
- Automatically sends players back to hub after games
- Dynamic MOTD showing current game status and player count
- Configurable return delay
Configuration (config.yml):
Code (Text):
bungee:
enabled: true
mode: "game" # or "hub"
hub-server: "hub"
auto-join-game: "arena1" # For game mode
return-delay-seconds: 5
custom-motd: true
MOTD Examples:
Hub mode: Shows overview (e.g., "3 Open | 1 Playing | 12 Online")
Game mode: Shows specific game status (e.g., "● WAITING ▏ 4/8 players ▏ Join now!")
Note: MOTD lines can be left empty in messages.yml to give more space for the other line