#im trying to add a cool down still to my skript

1 messages · Page 1 of 1 (latest)

placid barn
#

i did

on rightclick with golden sword:
if name of tool of player is "&8» &6Swift blade of the Corrupted &8«":
play sound "minecraft:block.beacon.deactivate"
execute player command "/effect give @s speed 60 3"
cooldown: 10 seconds
cooldown message: "&ewait!"

cinder violet
#
on right click with golden sword:
  if name of player's tool is "&8» &6Swift blade of the Corrupted &8«":
    if {SwiftBladeTracker::*} does not contain player:
      play sound "minecraft:block.beacon.deactivate"
      apply swiftness 25 to the player for 3 seconds
      add player to {SwiftBladeTracker::*}
      wait 10 seconds 
      remove player from {SwiftBladeTracker::*}
      
on join:
  remove player from {SwiftBladeTracker::*}
``` Here @placid barn <- Pinged Newb
placid barn
#

thx

dusty mural
#

this post is over 1 year old...
crazy

tranquil juniper
#

yeah what

dusty mural
#

like actually

lavish bane
#

whoops i got bored lol

cinder violet