mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-24 06:06:45 +01:00
Update mcMMO.java Plugin instance
This commit is contained in:
parent
2cc24db615
commit
1781a996b9
@ -167,6 +167,9 @@ public class mcMMO extends JavaPlugin {
|
||||
//Filter out any debug messages (if debug/verbose logging is not enabled)
|
||||
getLogger().setFilter(new LogFilter(this));
|
||||
|
||||
//Folia lib plugin instance
|
||||
FoliaLib foliaLib = new FoliaLib(this);
|
||||
|
||||
setupFilePaths();
|
||||
generalConfig = new GeneralConfig(getDataFolder()); //Load before skillTools
|
||||
skillTools = new SkillTools(this); //Load after general config
|
||||
|
Loading…
Reference in New Issue
Block a user