Log Player tried to say

This commit is contained in:
Sn0wStorm
2013-10-25 17:59:21 +02:00
parent 3935486e52
commit 731fe40b0e
5 changed files with 12 additions and 2 deletions
+1
View File
@@ -183,6 +183,7 @@ public class P extends JavaPlugin {
BPlayer.homeType = config.getString("homeType", null);
Brew.colorInBarrels = config.getBoolean("colorInBarrels", false);
Brew.colorInBrewer = config.getBoolean("colorInBrewer", false);
Words.log = config.getBoolean("logRealChat", false);
// loading recipes
ConfigurationSection configSection = config.getConfigurationSection("recipes");