mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-23 01:27:37 +00:00
WTF
This commit is contained in:
parent
14095fdebb
commit
c8c8fc9c59
@ -79,10 +79,10 @@ public class Plex extends JavaPlugin
|
||||
public void onLoad()
|
||||
{
|
||||
plugin = this;
|
||||
config = new Config(this, "resources/config.yml");
|
||||
messages = new Config(this, "resources/messages.yml");
|
||||
indefBans = new Config(this, "resources/indefbans.yml");
|
||||
blockedCommands = new Config(this, "resources/commands.yml");
|
||||
config = new Config(this, "config.yml");
|
||||
messages = new Config(this, "messages.yml");
|
||||
indefBans = new Config(this, "indefbans.yml");
|
||||
blockedCommands = new Config(this, "commands.yml");
|
||||
build.load(this);
|
||||
|
||||
modulesFolder = new File(this.getDataFolder() + File.separator + "modules");
|
||||
|
Loading…
Reference in New Issue
Block a user