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. E

    Solved Randomizer Skript help pls

    Hello guys! Im doing a Randomizer Skipt. ``` on block break: cancel event set event-block to air drop a random element out of all items stop``` It works very well. When i break a dirt block it comes a random item out of it, when i do it again, a new item comes out! I want to...
  2. E

    Most Damage Player wins?

    I want to make an Skript where the Player with the most damage wins against other player.. But i dont know how, all i can do is that the player with the most HITS wins but i want most damage, does someone know how?
  3. E

    Most Damage Player wins?

    I want to make an Skript where the Player with the most damage wins against other player.. But i dont know how, all i can do is that the player with the most HITS wins but i want most damage, does someone know how?
  4. E

    Can someone make this mode?

    Hey guys, i wanted to ask if there is a chance to make this mode with skript in minecraft? Can someone make me a code or something like this? !!Go to minute 11:29!!
  5. E

    Disable firework damage?

    Hello guys! Does somebody know how i can disable firework damage? And do i need an addon for this? I want to disable firework damage ONLY when a firework spawns here
  6. E

    How can i make an animated Crate?

    Hello guys! I wanted to ask how i can make a animated crate? yk when you open it, it will go from right to left and the item in the mid wins the user when the animation stoped. Can someone pls help me?
  7. E

    because the latter is not an object error?

    Hello guys, i tried to make a event where the player with the most damage on a enderdragon wins. When im trying to sort the list with damage this happanes:
  8. E

    Why not working?

    why is this not working? function findplayer( ): set {_player} to a random element of all players if {_player} is not "entwickeln" or "cloudnet": # my code else: wait 3 ticks findplayer() Skript says it can't understand "function findplayer( ):" idk why.. Do i need...
  9. E

    if arg<1: not working

    Hello friends, i tried to make a skript that allows you to make /money (NUMBER and it's add you the number that you wrote, this is working perfectly BUT i want to make when someone types /money 232 2321 21312 is has to send a message I tried using if arg >1: message "hbsfb" to player but It's...
  10. E

    How can i repeat a loop after if?

    loop all players: set {_player} to random element of all players if player is "Shroush" or "TestPerson21": repeat loop <--- how can i make this repeat the thing again when someone is called like this? pls help
  11. E

    Why is this not working?

    Why it's not working? I have the Addons: Skript.jar MorkazSk.jar SharpSK.jar SkQuery-4.1.6.jar skRayFall+v1.9.27.jar skUtilities.v0.9.2.jar Pls help me I tried to make a List, that sorts the player The Guy who did the most damage will win the event. here is screenshot with error and code
  12. E

    Message most damage player

    Hey, how can i message the player that did the most damage to an Enderdragon? Here is my Code: on damage: if victim is ender dragon: if victim's world is "EnderdrachenEvent": add damage to {enderdamage::%attacker%} on death: if victim is ender dragon: if...
  13. E

    Message to player with most damage (enderdragon)

    Hello guys, i need help. with my ender dragon event. If a player did the most damage, he has to get a present or something like that. But how can i do it? Here is my code: https://pastebin.com/UaUxZj5D it's not the full code btw :) only this part is necessary i gues
  14. E

    Most damage get message

    Hello guys, i need help. with my ender dragon event. If a player did the most damage, he has to get a present or something like that. But how can i do it? Here is my code: https://pastebin.com/UaUxZj5D
  15. E

    Message top player

    Hello guys, i need help. with my ender dragon event. If a player did the most damage, he has to get a present or something like that. But how can i do it? Here is my code: options: Prefix: §8« §2Play §8• §aLabs §8» command /enderdrachenevent: permission...
  16. E

    Solved Bypass not working ANTI-AFK

    Hello friend, i need help with my anti afk Skript. I want to add a bypass but i dont know how, it gives me an error everytime. Code: if player has permission "playlabs.antiafk.bypass" stop else: every 5 seconds: loop all players: if...
  17. E

    Addon for on any move?

    Hello Guys! :) I tried to do something with "on any movement:" But it gives me error. What Addon do i need?
  18. E

    Sort most damage/hits

    Hello guys, i tried to make an enderdragon event. The guy who did the moste damage to the enderdragon gets an reward, but it gives me error. Is this right what i do? Do i need any special addon for this. Here is the script pls help me: options: Prefix: &cTest command /enderdrachenevent...
  19. E

    See who did the most damage?

    Hello Guys. :D I wanted to ask if there is a method in Skript that shows you, who did the most damage to an enderdragon or the most hits. I want to make an Event where people have to fight against a Enderdragon and the person who did the most hits/damage gets a gift. :)' And second question: Is...
  20. E

    Solved Set player in a list?

    Hello friends, i need help! Here is my code: command /setjumpandrun: trigger: set {jar1} to location of player command /jumpandrun: aliases: /parkour trigger: teleport player to {jar1} on walk on gold block: if player is in world "RunJump": if player...