#Placeholder for TAB Plugin's Scoreboard

1 messages · Page 1 of 1 (latest)

quasi vigil
#

Code:

    victim is a player
    attacker is a player
    
every 2700 seconds:
        wait 11 second
        execute command "//schem load kitpvpmapp"
        wait 1 second
        execute command "//world void"
        wait 1 second
        execute command "//paste -o"

command /resetmap:
    permission: op
    trigger:
        wait 11 second
        execute command "//schem load kitpvpmapp"
        wait 1 second
        execute command "//world void"
        wait 1 second
        execute command "//paste -o"```
#

basically i wanna make a placeholder that shows how long until map reset

#

and i want to show it in scoreboard (i use tab's scoreboard system!)

#

i also want it so if a user runs /resetmap the placeholder time sets to 0 and then sets back to the default 10-15 mins time

tight tulip
#

i see some repetition there, you can make that a function

#

and then you can set a variable, {timeToNextReset} to 2700 seconds from now

#

then you can reference that

#

i would also just make the scoreboard in skbee too

quasi vigil
#

so how would the variable be set

quasi vigil
quasi vigil
#

that already exsisted when i became a team member so idk

tight tulip
#

please turn off reply pings

tight tulip