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()
|
public void onLoad()
|
||||||
{
|
{
|
||||||
plugin = this;
|
plugin = this;
|
||||||
config = new Config(this, "resources/config.yml");
|
config = new Config(this, "config.yml");
|
||||||
messages = new Config(this, "resources/messages.yml");
|
messages = new Config(this, "messages.yml");
|
||||||
indefBans = new Config(this, "resources/indefbans.yml");
|
indefBans = new Config(this, "indefbans.yml");
|
||||||
blockedCommands = new Config(this, "resources/commands.yml");
|
blockedCommands = new Config(this, "commands.yml");
|
||||||
build.load(this);
|
build.load(this);
|
||||||
|
|
||||||
modulesFolder = new File(this.getDataFolder() + File.separator + "modules");
|
modulesFolder = new File(this.getDataFolder() + File.separator + "modules");
|
||||||
|
Loading…
Reference in New Issue
Block a user