in PowertoolListener.php , powertools.use
should be changed to powertool.use
in GodCommand.php god.self and god.other should be changd to godmode.self and godmode.other
in GameModeCommand.php should be changed $gmstr = self::toString($gm); to $gmstr = lcfirst(self::toString($gm)); And in responses $gmstr should be changed to ucfirst($gmstr)
Describe the bug Typos in Permissions:
PowertoolListener.php
,powertools.use
should be changed topowertool.use
god.self
andgod.other
should be changd togodmode.self
andgodmode.other
$gmstr = self::toString($gm);
to$gmstr = lcfirst(self::toString($gm));
And in responses$gmstr
should be changed toucfirst($gmstr)