System.out.println(pdfFile.getName() + " version " + pdfFile.getVersion() + " is enabled!");
setupPermissions(); // fonction pour les permissions
// Module Random
getCommand("dice").setExecutor(new Dice(this));
getCommand("random").setExecutor(new Random(this));
// Module Administration
getCommand("inv").setExecutor(new InvPluginCommand(this));
getCommand("hax").setExecutor(new HaxPluginCommand(this));
getCommand("chuck").setExecutor(new ChuckPluginCommand(this));