This repository was archived by the owner on Feb 8, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
src/VectorNetworkProject/TheMix Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,20 @@ public function onLoad()
28
28
public function onEnable ()
29
29
{
30
30
$ this ->registerCommands ();
31
- $ this ->getLogger ()->notice (TextFormat::GREEN . "
31
+ $ this ->getLogger ()->notice (TextFormat::AQUA . '
32
32
33
- ████████╗██╗ ██╗███████╗ ███╗ ███╗██╗██╗ ██╗
34
- ╚══██╔══╝██║ ██║██╔════╝ ████╗ ████║██║╚██╗██╔╝
35
- ██║ ███████║█████╗ ██╔████╔██║██║ ╚███╔╝
36
- ██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██║ ██╔██╗
37
- ██║ ██║ ██║███████╗ ██║ ╚═╝ ██║██║██╔╝ ██╗
38
- ╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝
39
33
40
- " );
34
+ ███ ▄█ █▄ ▄████████ ▄▄▄▄███▄▄▄▄ ▄█ ▀████ ▐████▀
35
+ ▀█████████▄ ███ ███ ███ ███ ▄██▀▀▀███▀▀▀██▄ ███ ███▌ ████▀
36
+ ▀███▀▀██ ███ ███ ███ █▀ ███ ███ ███ ███▌ ███ ▐███
37
+ ███ ▀ ▄███▄▄▄▄███▄▄ ▄███▄▄▄ ███ ███ ███ ███▌ ▀███▄███▀
38
+ ███ ▀▀███▀▀▀▀███▀ ▀▀███▀▀▀ ███ ███ ███ ███▌ ████▀██▄
39
+ ███ ███ ███ ███ █▄ ███ ███ ███ ███ ▐███ ▀███
40
+ ███ ███ ███ ███ ███ ███ ███ ███ ███ ▄███ ███▄
41
+ ▄████▀ ███ █▀ ██████████ ▀█ ███ █▀ █▀ ████ ███▄
42
+
43
+
44
+ ' );
41
45
}
42
46
43
47
public function onDisable ()
You can’t perform that action at this time.
0 commit comments