132133134135136137138139140141
} getCommand("iteminfo").setExecutor(new ItemInfo()); getCommand("csVersion").setExecutor(new Version()); getCommand("csGive").setExecutor(new Give()); getCommand("cstoggle").setExecutor(new Toggle()); startStatistics(); startUpdater(); }