diff --git a/changelog.md b/changelog.md
index ccc2108..6a89904 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,8 @@
-# Unreleased
+# 3.0.6
+- Some fixs
- Fix /koth stop auto-completion
+- Fix ``noKoth`` configuration
# 3.0.5
diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml
index 52d400a..32a37a0 100644
--- a/dependency-reduced-pom.xml
+++ b/dependency-reduced-pom.xml
@@ -3,7 +3,7 @@
4.0.0
fr.maxlego08.koth
zKoth
- 3.0.5
+ 3.0.6
src
diff --git a/pom.xml b/pom.xml
index 2617cd6..9f615e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
fr.maxlego08.koth
zKoth
- 3.0.5
+ 3.0.6
UTF-8
8
diff --git a/src/fr/maxlego08/koth/save/Config.java b/src/fr/maxlego08/koth/save/Config.java
index 1542679..b9ecb08 100644
--- a/src/fr/maxlego08/koth/save/Config.java
+++ b/src/fr/maxlego08/koth/save/Config.java
@@ -63,7 +63,7 @@ public class Config {
displayMessageKothCap = configuration.getIntegerList("displayMessageKothCap");
noPlayer = configuration.getString("noPlayer", "X");
noFaction = configuration.getString("noFaction", "X");
- noFaction = configuration.getString("noKoth", "X");
+ noKoth = configuration.getString("noKoth", "X");
schedulerMillisecond = configuration.getLong("schedulerMillisecond", 1000);
removeChestSec = configuration.getInt("removeChestSec", 120);