From 4c893342f9686d0100a74f0dcbb74f6ef46446d2 Mon Sep 17 00:00:00 2001 From: jomo Date: Tue, 8 Jul 2014 19:55:54 +0200 Subject: [PATCH] removed unused commands from welcome message --- misc.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/misc.py b/misc.py index 89b1178..4c6bc64 100644 --- a/misc.py +++ b/misc.py @@ -20,12 +20,10 @@ def onJoin(event): # clear out some eventual crap before msg(player, " \n \n \n \n \n \n \n \n \n \n \n \n ") msg(player, " &4Welcome to the Redstoner Server!") - msg(player, " &6please make sure to read the info here:") - msg(player, " &6/The FAQ at /spawn") - msg(player, " &6/rules") - msg(player, " &6/ranks") - msg(player, " &6thank you and happy playing ;)") - msg(player, " \n ") + msg(player, " &6Before you ask us things, take a quick") + msg(player, " &6look at the &a&l/FAQ &6command.") + msg(player, " \n&6thank you and happy playing ;)") + msg(player, " \n \n") # teleport to spawn when spawning inside portal loginloc = player.getLocation().getBlock().getType() @@ -105,4 +103,4 @@ def onPluginversionsCommand(sender, args): msg(sender, "&3Listing all " + str(len(plugins)) + " plugins and their version:") for plugin in plugins: msg(sender, "&6" + plugin.getName() + "&r: &e" + plugin.getDescription().getVersion()) - return True \ No newline at end of file + return True