diff --git a/src/WorldGM/WorldGM.php b/src/WorldGM/WorldGM.php index 08b9d6a..88a13d5 100644 --- a/src/WorldGM/WorldGM.php +++ b/src/WorldGM/WorldGM.php @@ -40,7 +40,7 @@ public function onCommand(CommandSender $sender, Command $command, $label, array $sender->sendMessage($this->includePlayerCmd($sender, $args)); return true; default: - $sender->sendMessage("\nWorldGM v3.0 by Exxarion\nUsage: /wgm set <0/1/2>\n/wgm "); + $sender->sendMessage("\nWorldGM v3.0 by Exxarion\nUsage: /wgm set <0/1/2>\n/wgm \n*Command must be run as a player*"); return true; } default: