From f573c0e26ac308edc0db1bc7f05cf7ba261e5898 Mon Sep 17 00:00:00 2001 From: AmazinMotors Date: Wed, 25 Dec 2013 03:57:15 -0500 Subject: [PATCH 1/2] Added a /list --- hub.sk | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hub.sk b/hub.sk index c1a665d..763d24f 100644 --- a/hub.sk +++ b/hub.sk @@ -6,10 +6,19 @@ command /hub: make player execute command "/lobby" make console execute command "/mvtp %player% plan" +command /list: + description: It gets annoying not having this :) + usage: /list + trigger: + loop all players: + add loop-player to {obam.players::*} + send "&3[&b&lOBAM&3] %{obam.player::*}%" to player + delete {obam.player::*} + command /survival: description: Go to the survival world usage: /survival aliases: /s trigger: - make player execute command "/server survival" \ No newline at end of file + make player execute command "/server survival" From 050bb9fd1cc38fa7e4e6f4fc9c268de5a10404b2 Mon Sep 17 00:00:00 2001 From: AmazinMotors Date: Wed, 25 Dec 2013 04:02:26 -0500 Subject: [PATCH 2/2] Added a /list Fixed something in it --- hub.sk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub.sk b/hub.sk index 763d24f..0d2ff03 100644 --- a/hub.sk +++ b/hub.sk @@ -12,7 +12,7 @@ command /list: trigger: loop all players: add loop-player to {obam.players::*} - send "&3[&b&lOBAM&3] %{obam.player::*}%" to player + send "&3[&b&lOBAM&3] &bOnline Players: &3%{obam.player::*}%" to player delete {obam.player::*}