diff --git a/hub.sk b/hub.sk index c1a665d..0d2ff03 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] &bOnline Players: &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"