A couple trolls entered my server the other day and as we were trying to ban them when doing the /ban command we got "Command Not Found" I've just updated LDM and it still doesnt work, currently I'm using my own plugin for bans but the same goes for /unban we get "Command Not Found" is there any to fix this without reinstalling LDM or resetting my server?
#LDM: "Command Not Found"
1 messages · Page 1 of 1 (latest)
look at Commands.config.xml
<Command Name="ban" Enabled="true" Priority="Low">Rocket.Unturned.Commands.UnturnedCommands/ban</Command>
<Command Name="unban" Enabled="true" Priority="Low">Rocket.Unturned.Commands.UnturnedCommands/unban</Command>
they may have been disabled by a plugin that implements its own /ban and /unban commands