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

    I already find it out :D
  2. 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...
  3. E

    Most Damage Player wins?

    Bro, im Skripting and i don't code with java xd
  4. 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?
  5. 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?
  6. E

    Disable firework damage?

    It's not working. Im getting damage okay i got it, i used this here: on damage: if damage cause is entity explosion: if event-projectile is firework: cancel event
  7. E

    Disable firework damage?

    and how can i do it?
  8. 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!!
  9. 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
  10. E

    How can i make an animated Crate?

    Can you edit the script for me because Tuske gives me an huge error and i dont really know how to change it. I have these Plugins: Skript skRayFal SKQuery SharpSK Vault skUtilities
  11. 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?
  12. 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:
  13. 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...
  14. E

    How can i repeat a loop after if?

    not working, it's says the skript can't understand..
  15. E

    How can i repeat a loop after if?

    It's the thing i searched BUT i i get an error, it's says that he can't understand "function findplayer(): Do i need an Addon for this? What do i have to write in the ()?
  16. E

    How can i repeat a loop after if?

    i want to loop the first loop again
  17. 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...
  18. E

    See who did the most damage?

    do you know how i can loop all players EXCEPT Shroush and Testperson21? 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? or how can i set a...
  19. 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