Distort Certain Commands

This commit is contained in:
Sn0wStorm
2013-11-17 15:26:28 +01:00
parent f4f0bc9511
commit 4e279fae2e
4 changed files with 83 additions and 12 deletions
+1
View File
@@ -184,6 +184,7 @@ public class P extends JavaPlugin {
Brew.colorInBarrels = config.getBoolean("colorInBarrels", false);
Brew.colorInBrewer = config.getBoolean("colorInBrewer", false);
Words.log = config.getBoolean("logRealChat", false);
Words.commands = config.getStringList("distortCommands");
// loading recipes
ConfigurationSection configSection = config.getConfigurationSection("recipes");