getCommand("time").setExecutor(new TimePluginCommand(this));
getCommand("tp").setExecutor(new TeleportPluginCommand(this));
getCommand("give").setExecutor(new GivePluginCommand(this));
getCommand("take").setExecutor(new TakePluginCommand(this));
getCommand("tphere").setExecutor(new TeleportHereCommand(this));
getCommand("clear").setExecutor(new ClearPluginCommand(this));
}