mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Server list file support
Works the same way as account list feature Idea from TNT-UP
This commit is contained in:
parent
608eb8059c
commit
f88fcea59b
3 changed files with 59 additions and 6 deletions
18
MinecraftClient/config/sample-servers.txt
Normal file
18
MinecraftClient/config/sample-servers.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Minecraft Console Client
|
||||
# Server list file
|
||||
|
||||
# Put server data as comma separated values
|
||||
# Values are: Alias,ServerIP:Port
|
||||
# Aliases cannot contains dots or spaces
|
||||
# The name "localhost" cannot be used as an alias
|
||||
# It allows an easier and faster server switching
|
||||
# with short aliases instead of full server IP
|
||||
# It also adds a bit of privacy for remote control
|
||||
|
||||
# Usage examples:
|
||||
# /tell <mybot> connect Server1
|
||||
# /connect Server2
|
||||
|
||||
Server1,localhost
|
||||
Server2,mc.awesomeserver.com:25567
|
||||
Server3,192.168.1.27:1348 # Example of LAN server
|
||||
Loading…
Add table
Add a link
Reference in a new issue