From e4012a8d7ba985c3a777461d9b444d1a26d03f58 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Fri, 22 Jul 2022 16:12:56 +0400 Subject: [PATCH] change config in readme, move config-version below --- README.md | 2 +- RedisBungee-API/src/main/resources/config.yml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e0d1564..08af3e8 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/RedisBungee-API/src/main/resources/config.yml b/RedisBungee-API/src/main/resources/config.yml index f01352e..43fecf2 100644 --- a/RedisBungee-API/src/main/resources/config.yml +++ b/RedisBungee-API/src/main/resources/config.yml @@ -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: [] \ No newline at end of file +exempt-ip-addresses: [] + +# Config version DO NOT CHANGE!!!! +config-version: 1 \ No newline at end of file