on join: play sound "entity.firework_rocket.twinkle" with volume 4 and pitch 1 at player broadcast "&7&l[&e+&7&l] &f&l%player%" on quit: broadcast "&7&l[&e-&7&l] &f&l%player%" command /setlobby: permission: set.lobby trigger: if sender = console: send "You cannot execute this command from the console!" to the console if sender = player: set {lobby.location} to player's location send "&c&lThe lobby has been successfully been set!" to the player command /lobby: permission: goto.lobby trigger: if sender = console: send "You cannot execute this command from the console!" to the console if sender = player: if {lobby.location} is set: teleport player to {lobby.location} else: send "&c&lThe lobby has not been set, please contact an administrator!" to the player command /sethub: permission: set.hub trigger: if sender = console: send "You cannot execute this command from the console!" to the console if sender = player: set {lobby.location} to player's location send "&c&lThe hub has been sucessfully set!" to the player command /hub: permission: goto.hub trigger: if sender = console: send "You cannot execute this command from the console!" to the console if sender = player: if {lobby.location} is set: teleport player to {lobby.location} else: send "&c&lThe hub has not been set, please contact an administrator!" to the player command /premiumlobby: permission: premiumlobby.configuration trigger: open virtual chest with 6 rows named "&b&lPremium Lobby - Configuration" to player format gui slot 0 of player with black stained glass pane named " " to do nothing format gui slot 1 of player with black stained glass pane named " " to do nothing format gui slot 2 of player with black stained glass pane named " " to do nothing format gui slot 3 of player with black stained glass pane named " " to do nothing format gui slot 4 of player with black stained glass pane named " " to do nothing format gui slot 5 of player with black stained glass pane named " " to do nothing format gui slot 6 of player with black stained glass pane named " " to do nothing format gui slot 7 of player with black stained glass pane named " " to do nothing format gui slot 8 of player with black stained glass pane named " " to do nothing format gui slot 19 of player with compass named "&c&lSet the hub" to close then execute the player command "findhub" format gui slot 25 of player with compass named "&c&lSet the lobby" to close then execute the player command "findlobby" format gui slot 40 of player with red wool named "&4&lRELOAD THE CONFIGURATION" to close then execute the player command "reloadpremiumlobby" command /findhubyd7ahdsajgdsa9879asd: permission: premiumlobby.set1 trigger: if {hub.location} is set: set {hub.location} to player's location send "&c&lThe hub has been changed to your location!" to player else: send "&c&You have set the hub yo your location since it wasn't set before!" to player command /specialcommand6s7dgbasjdbasjy: permission: premiumlobby.set2 trigger: if {lobby.location} is set: set {lobby.location} to player's location send "&c&lThe lobby has been changed to your location!" to player else: send "&c&lYou have set the lobby to your location since it wasn't set before!" to player command /reloadpremiumlobby: permission: premiumlobby.reload trigger: execute the console command "sk reload all" send "&c&lThe configuration has been sucessfully reloaded!" play sound "entity.ghast_scream" with volume 5 and pitch 1 at player