Added alteration of player messages

This commit is contained in:
Sn0wStorm
2013-05-01 21:47:41 +02:00
parent c8a20f51bc
commit 610fd8342a
6 changed files with 238 additions and 65 deletions
+8
View File
@@ -104,6 +104,14 @@ public class P extends JavaPlugin{
}
}
//telling Words the path, it will load it when needed
configSection = config.getConfigurationSection("words");
if(configSection != null){
if(!configSection.getKeys(false).isEmpty()){
Words.config = configSection;
}
}
}
//load all Data