From 18aee5a48ea38bab4ee5b10f40d7ff3d6c4482ef Mon Sep 17 00:00:00 2001 From: shillingp Date: Mon, 16 Jun 2014 22:03:44 +0000 Subject: [PATCH] Messages altered and colored --- misc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc.py b/misc.py index fcfc626..9eb0c36 100644 --- a/misc.py +++ b/misc.py @@ -35,7 +35,8 @@ def onJoin(event): loginloc = player.getLocation().getBlock().getType() headloc = player.getEyeLocation().getBlock().getType() if str(loginloc) == "PORTAL" or str(headloc) == "PORTAL": - msg(player, "Looks like you spawned in a portal... Let me help you out") + msg(player, "&4Looks like you spawned in a portal... Let me help you out") + msg(player, "&6You can use back if you &nreally&6 want to go back") player.teleport(player.getWorld().getSpawnLocation())