Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion hub.sk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
make player execute command "/server survival"