public void serverStarting(FEModuleServerInitEvent e)
{
FunctionHelper.registerServerCommand(new CommandAddToWallet());
FunctionHelper.registerServerCommand(new CommandRemoveWallet());
FunctionHelper.registerServerCommand(new CommandGetWallet());
FunctionHelper.registerServerCommand(new CommandSetWallet());
FunctionHelper.registerServerCommand(new CommandPay());
FunctionHelper.registerServerCommand(new CommandPaidCommand());
FunctionHelper.registerServerCommand(new CommandSellCommand());
FunctionHelper.registerServerCommand(new CommandMoney());
FunctionHelper.registerServerCommand(new CommandBuyPlot());