forked from git-mirrors/GeyserConnect
Add custom image option for servers
This commit is contained in:
parent
9d1ecdf52c
commit
ef54d8c959
4 changed files with 38 additions and 5 deletions
|
@ -34,6 +34,11 @@ geyser:
|
|||
|
||||
# A global list of servers sent to all clients
|
||||
servers:
|
||||
- address: test.geysermc.org
|
||||
port: 19132
|
||||
bedrock: true
|
||||
name: Official Geyser Test Server
|
||||
imageUrl: https://geysermc.org/android-chrome-192x192.png
|
||||
- address: "play.cubecraft.net"
|
||||
- address: "127.0.0.1"
|
||||
port: 25565
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue