Jump to content

thefridgeisopen

Member
  • Posts

    9
  • Joined

  • Last visited

Everything posted by thefridgeisopen

  1. hey wolfee question i hope this doesnt ban me but can you make me a working /grant skript??
  2. every second:
        loop all players:
            add 1 to {s::%loop-player's uuid%}
            if {s::%loop-player's uuid%} > 59:
                remove 60 from {s::%loop-player's uuid%} 
                add 1 to {m::%loop-player's uuid%}
            if {m::%loop-player's uuid%} > 59:
                remove 60 from {m::%loop-player's uuid%}
                add 1 to {h::%loop-player's uuid%}
            if {h::%loop-player's uuid%} > 23:
                remove 24 from {h::%loop-player's uuid%}
                add 1 to {d::%loop-player's uuid%}

    command /playtime [<offlineplayer>]:
        trigger:
            arg isn't set:
                wait 1 tick
                send ""
                send "&f&l    YOUR PLAYTIME (&7&l%player%&f)"
                send ""
                send "&f&l  SECONDS:&7 %{s::%player's uuid%}%"
                send "&f&l  MINUTES:&7 %{m::%player's uuid%}%"
                send "&f&l  HOURS:&7 %{h::%player's uuid%}%"
                send "&f&l  DAYS:&7 %{d::%player's uuid%}%"
                send ""
            else:
                wait 1 tick
                send ""
                send "&f&l    PLAYTIME OF &7&l%arg%"
                send ""
                send "&f&l  SECONDS:&7 %{s::%arg's uuid%}%"
                send "&f&l  MINUTES:&7 %{m::%arg's uuid%}%"
                send "&f&l  HOURS:&7 %{h::%arg's uuid%}%"
                send "&f&l  DAYS:&7 %{d::%arg's uuid%}%"
                send ""

    Heres another script for the mh community!

  3. command /clearchat:
            permission: minehut.clearchat
            permission message: &cInsufficient permission. 
            usage: /clearchat
            trigger:
                    loop 100 times:
                            broadcast " "
                    wait 5 ticks
                    broadcast "&6&l%player% &5&lcleared the chat"

    Heres my ClearChat script for yall!

    1. EarthPath

      EarthPath

      thx this helped alot

  4. I am fridge ( ign thefridgeisopen ) Hope you have gud day

  5. Hello How are  you?

  6. I need a /grant script for my server i am making a server with minigames and i would like to have a /grant pls help!( Im using just Skript i cant get any other skript things )
  7. Idk how to change my name on here
×
×
  • Create New...