RedisBungee/src/main/resources/example_config.yml

24 lines
669 B
YAML
Raw Normal View History

2013-12-17 00:24:29 +00:00
# RedisBungee configuration file.
# PLEASE READ THE WIKI: http://minecraft.imaginarycode.com/
2013-11-15 23:15:20 +00:00
# The Redis server you use.
# Get Redis from http://redis.io/
2013-09-29 20:16:47 +00:00
redis-server: 127.0.0.1
redis-port: 6379
2013-12-03 21:01:27 +00:00
# OPTIONAL: If your Redis server uses AUTH, set the password required.
redis-password: ""
2013-11-15 23:15:20 +00:00
# An identifier for this BungeeCord instance.
2013-09-29 20:16:47 +00:00
server-id: iluvbungee
2013-11-15 23:15:20 +00:00
# Whether or not /glist showall output should match vanilla BungeeCord.
canonical-glist: true
2013-11-15 23:15:20 +00:00
# Output all players in the server list. Recommended only for smaller networks.
player-list-in-ping: false
2013-11-15 23:15:20 +00:00
# All other RedisBungee server IDs in the network.
2013-09-29 20:16:47 +00:00
linked-servers:
- dastank
- americancoffee
- guavaissweet