https://github.com/TurtleUtilityPack/gamemode-api/blob/f16c9ba927cf4d7cc34a96046faf95f92185d4f5/src/Functions/respawnSystem.php#L25 This should be replaced with a more concise message. Also questionable sending the message to the player. Could this be done through https://github.com/TurtleUtilityPack/PocketMine-MP/blob/6d1562c63eda3612094dcef262bc71c57036b9b5/src/pocketmine/Player.php#L3595 ```php $player->sendActionBarMessage(TextFormat::RED . "You died!"); ```
https://github.com/TurtleUtilityPack/gamemode-api/blob/f16c9ba927cf4d7cc34a96046faf95f92185d4f5/src/Functions/respawnSystem.php#L25
This should be replaced with a more concise message.
Also questionable sending the message to the player. Could this be done through
https://github.com/TurtleUtilityPack/PocketMine-MP/blob/6d1562c63eda3612094dcef262bc71c57036b9b5/src/pocketmine/Player.php#L3595