Jump to content

hahhaskrpitgobrrrr

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by hahhaskrpitgobrrrr

  1. On 5/17/2020 at 9:31 AM, dragonrider9012 said:

    on load:
        set {LobbyCompassName} to "&3LobbyCompass"
        set {LobbyCompassLore} to "&kl"
     
    on join:
        clear player's inventory
        wait 1 tick
        give player a compass named {LobbyCompassName} with lore {LobbyCompassLore}
     
    command /setlobby [<text>]:
        trigger:
            if player has permission "lobby.set" OR "lobby.*":
                if arg 1 is "lobby":
                    set {LobbyLocation} to location of player
                    send "&c<&4Lobby&c> Je hebt de locatie van de &4lobby &cgezet op:%nl% &4%{LobbyLocation}%"
                else:
                    send "&c<&4Lobby&c> Je moet nog een lobbynaam invoeren."
            else:
                send "&c<&4Lobby&c> Je hebt geen permissies om deze command uit te voeren."
     
     
    command /clobby [<offline player>] [<text>]:
        executable by: console
        trigger:
            if arg 1 is set:
                if arg 2 is "lobby":
                    teleport arg 1 to {LobbyLocation}
     
       
    command /lobby:
        trigger:
            teleport player to {LobbyLocation}
            send "&d<&5Lobby&d> &5Welcome to the lobby!" 
     
    on rightclick:
        if player is holding a compass named {LobbyCompassName} with lore {LobbyCompassLore}:
            open chest with 1 rows named "&3LobbyCompass" to player
            format gui slot 0 of player with a grass block named "&5&lSurvival" with lore "&e&5Vanilla Survival" to close then run
            execute console command "/lobby %player% survival"
            format gui slot 0 of player with a diamond sword named "&5&lKitPVP" with lore "&l&7go earn coins by killing people" to close then run 
            execute console command "world ul_void"
            format gui slot 0 of player with a diamond block named "&5&lFactions" with lore "&7Create a Faction and conquer the server " to close then run 
            execute console command "/lobby %player% creative"

    yeah um on minehut if i do the command /lobby it sends me to the main minehut sever idk what to do

  2. i have a command to sned a skrpit command send "<url:https://discord.gg/R6h738Q>Click here! <reset>Not here!" to all players but i need it to be a timer can anyone help?

×
×
  • Create New...