Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. varboosted

    Solved Random item GUI

    Hey everyone, I want to make this that there is a command like /rewards List of rewards: Diamond sword sharpness 2 Diamond helmet, Leggings, Boots. When he execute the command a GUI opens (with tuske or skquery 1.8.8 dev36 skript version) and then he see an animation of all possible drops and...
  2. varboosted

    Code not works

    on world change: wait 3 ticks loop all items in inventory of player: if loop-item is emerald named "&6Shop &7(Right-click)": wait 20 seconds loop all items in inventory of player: if loop-item-2 is emerald named "&6Shop &7(Right-click)"...
  3. varboosted

    Solved aliases of a plugin with 2 args

    It is a .jar file and this is the command someone have an example on how to do an aliases with Skript: /bounty {player1} {500}
  4. varboosted

    how can i summon a zombie with 100hp and in specific location?

    how can i summon a zombie with 100hp and in specific location? and how can i do it each 30 minutes?
  5. varboosted

    Clear cooldown on death and notify player on cooldown expire

    on right click with a sugar: name of tool of player is "&cFlash!" set {_waited} to difference between {speed.%player%.lastused} and now if {_waited} is less than 30 seconds: message "&6&lKitPvP &8» &7You have to wait&6 %difference between 30 seconds and {_waited}% &7until you...
  6. varboosted

    How to add a cooldown of 15 seconds

    on shoot: shooter is player "%projectile%" is "arrow" name of tool of shooter is "&cSpam!" {nospam::%shooter%} is not set set {nospam::%shooter%} to true wait a tick loop 2 times: shooter has an arrow make shooter shoot a arrow wait a tick...
  7. varboosted

    Fix error

    # SOUPS on walk on Yellow Hardened Clay: if event-block's location is location(-106, 66, 150, world "world"): set {_waited} to difference between {soup.%player%.lastused} and now if {_waited} is less than a minute: message "&cYou have to wait %difference between a...
  8. varboosted

    if victim is a mob issue

    on death: if player is in world "Mining": if attacker is a player: if victim is mob: if chance of 50%: drop gold ingot at location of victim if chance of 40%: drop 2 gold ingots at location of victim if...
  9. varboosted

    replace 1 message to random message from the list

    Hello how can i do same as hypixel when you typing ez in chat everytime will be a different message when you type ez thats what i tried but its only replacing to only 1 mesage on chat: player does not have permission "ez.bypass": replace all "ez" in message with "Wait... This isn't...
  10. varboosted

    How to make auto refill

    Guys how to make how refill in skript for example if you have in your inventory else armor only diamond/iron/stone sword all of the other you'll automaticlly get soups all inventory and how make no durabllity damage for swords and fishing rod ?
  11. varboosted

    Loop item fix

    Hello i've created loop item skript but it is not working, i need help thanks for everyone who is trying to help! on death: wait 3 ticks loop all items in inventory of victim: if loop-item is diamond sword named "&bKit Selector &7(Right-click)": wait 20 seconds loop...
  12. varboosted

    Solved On inventory help

    Hello there is a skript that can do like this example: on inventory: if name of event-item is "&5&lKIT SELECTOR": send "&aPlayer didn't select a kit" to victim disable damage wait 1 minute enable damage
  13. varboosted

    Json help

    Hello how can i make a skript message with Json that when you click message it goes to a site? Tried this not working overall (i know its not for a site) command /store: trigger: message "<tooltip:hello world>Hover me for a tooltip!<reset>"
  14. varboosted

    Solved PvP respawn

    Delete the thread please.