Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit 2e5678b

Browse files
committed
Update Enable message
1 parent d637f3d commit 2e5678b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/VectorNetworkProject/TheMix/TheMix.php

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111

1212
use pocketmine\plugin\PluginBase;
13+
use pocketmine\utils\TextFormat;
1314
use VectorNetworkProject\TheMix\command\PingCommand;
1415

1516
class TheMix extends PluginBase
@@ -26,7 +27,16 @@ public function onLoad()
2627
public function onEnable()
2728
{
2829
$this->registerCommands();
29-
$this->getLogger()->notice("Loaded System!!");
30+
$this->getLogger()->notice(TextFormat::GREEN . "
31+
32+
████████╗██╗ ██╗███████╗ ███╗ ███╗██╗██╗ ██╗
33+
╚══██╔══╝██║ ██║██╔════╝ ████╗ ████║██║╚██╗██╔╝
34+
██║ ███████║█████╗ ██╔████╔██║██║ ╚███╔╝
35+
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██║ ██╔██╗
36+
██║ ██║ ██║███████╗ ██║ ╚═╝ ██║██║██╔╝ ██╗
37+
╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝
38+
39+
");
3040
}
3141

3242
public function onDisable()

0 commit comments

Comments
 (0)