mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Added alteration of player messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user