Just to make sure, have you guys setup the config file?
Install Mod in the Mods folder.
Start the server.
ServerToolsConfig.xml will be created in root/saves/ServerTools.
Enable the commands you want to True in ServerToolsConfig.xml and save/upload updated file.
If you had the mod before 3.0, you have to delete all of the config files so that it will make the new ones.
Yup did a clean install removing old Mod folder and files in the save. Here's what my config look like:
<?xml version="1.0" encoding="UTF-8"?>
<ServerTools>
<Tools>
<Tool Name="AdminChatCommands" Enable="False" PermissionLevelForMute="0" />
<Tool Name="AnnounceInvalidItemStack" Enable="True" />
<Tool Name="AutoSaveWorld" Enable="False" DelayBetweenWorldSaves="15" />
<Tool Name="BadWordFilter" Enable="False" />
<Tool Name="ChatFloodProtection" Enable="False" />
<Tool Name="ChatLogger" Enable="False" />
<Tool Name="ClanManager" Enable="False" />
<Tool Name="CustomCommands" Enable="True" ChatColor="[00FF00]" />
<Tool Name="Day7" Enable="True" />
<Tool Name="Gimme" Enable="True" DelayBetweenGimmeUses="60" AlwaysShowResponse="False" />
<Tool Name="HighPingKicker" Enable="True" Maxping="200" SamplesNeeded="0" />
<Tool Name="InfoTicker" Enable="True" DelayBetweenMessages="5" />
<Tool Name="InvalidItemKicker" Enable="False" Ban="True" />
<Tool Name="Killme" Enable="False" DelayBetweenKillmeUses="60" />
<Tool Name="Motd" Enable="True" Message=" **my message*" />
</Tools>
</ServerTools>
Do you have /home feature shown in the config? All other features are working good.