change config in readme, move config-version below

This commit is contained in:
mohammed jasem alaajel 2022-07-22 16:12:56 +04:00
parent 2c8c5fc1cf
commit e4012a8d7b
2 changed files with 5 additions and 6 deletions

View File

@ -116,7 +116,7 @@ For current version [0.8.0](https://proxiodev.github.io/RedisBungee-JavaDocs/0.8
## Configuration
**REDISBUNGEE REQUIRES A REDIS SERVER**, preferably with reasonably low latency. The default [config](https://github.com/ProxioDev/RedisBungee/blob/develop/RedisBungee-API/src/main/resources/example_config.yml) is saved when the plugin first starts.
**REDISBUNGEE REQUIRES A REDIS SERVER**, preferably with reasonably low latency. The default [config](https://github.com/ProxioDev/RedisBungee/blob/develop/RedisBungee-API/src/main/resources/config.yml) is saved when the plugin first starts.
## License!

View File

@ -1,8 +1,4 @@
# Config version DO NOT CHANGE!!!!
config-version: 1
# RedisBungee configuration file.
# PLEASE READ THE WIKI: https://github.com/ProxioDev/RedisBungee/wiki
# Cluster Mode
# enabling this option will enable cluster mode.
@ -61,4 +57,7 @@ override-bungee-commands: false
# A list of IP addresses for which RedisBungee will not modify the response for, useful for automatic
# restart scripts.
exempt-ip-addresses: []
exempt-ip-addresses: []
# Config version DO NOT CHANGE!!!!
config-version: 1