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

    Turning zombie villager to a villager

    Do exist a something like this? on zombie villager turning to a villager:
  2. B

    Color bugg with Skelett Scoreboard

    I have a problem with the colors in Skelett Scoreboards. Sometimes colors will not show correctly. Sometimes the half variable will be shown correct and the other half not. Bugg Image Photo: https://darkvoid.eu/Bugg.PNG on disconnect: deleteBoard(player, "Survival") function...
  3. B

    Solved Home with delay

    Solved
  4. B

    Solved set variable to %player count%

    Why this dont work and how can i fix it? ERROR: https://gyazo.com/b65bc6a32bb8faf772a44a8d278650ed command /math: trigger: set {_anzahl} to %player count% broadcast "%{_anzahl}%"
  5. B

    Solved Block place on location dont work

    Minecraft ver. 1.13.2 (Spigot) Skript: Skript bensku-2.3.1 Why this dont work D: There are no errors and i think "if location of clicked block is {loc.test}:" is the Problem on Load: set {loc.test} to the location at -524, 94, -85 in world "Survival1" on rightclick: if clicked block...
  6. B

    SkDragon Help with Particles

    Game ver: 1.13.2 Skript ver: newest SkDragon ver: newest How can make that the particles spawn on a specfic location like -132 74 92 drawComplexCircle particle "redstone", speed .7, RGB 117, 44, 115, center player, id "%player%-forcefield1", randomRotation false, radius 3, density 45, start 0...
  7. B

    Solved Funtions dont work

    [SOLVED] Game version: 1.13.2 Skript: 2.3 beta 4 command /lol: trigger: something(player) function something(p: player): loop 1 times: loop all items in {_p}'s inventory: if {_p} has 6 Ice: if {_p} has 21 Diamond: send...
  8. B

    Error with funtions

    SOLVED
  9. B

    Lore problems with new line

    My Server is on version 1.13.2 Skript: 2.3 beta 4 SkQuery: https://forums.skunity.com/resources/unofficial-skquery-fork-1-6-1-12.68/ Here my problem: command /shop: trigger: open chest with 3 rows named "&cTest" to player format slot 0 of player with spawner named...
  10. B

    Why this projectile dont work?

    on projectile shoot: if {build.%player%}: stop else: cancel event
  11. B

    Book GUI & open a Website

    I have a Book script but i want if someone clicks on the Website button that a website opens command /info: trigger: set {_book} to a new book wait 1 tick set {_component} to a new text component with "&0➤ &9&lWebsite" wait 1 tick add hover event with...
  12. B

    Bungeecord Skungee

    How can i do it that my coins skript works on every server so what i mean is when i upload my coins skript on the skungee script folder and i do on server 1 /coins then it says you have 1$ but when I do /coins on server 2 i have 5$ how can i do it that i have 1 ammount on every server pls help...
  13. B

    Solved Need help with Skungee

    I need help with skungee, how it works and what i must do that the scripts work, I really have no idea what I should do, please help
  14. B

    Scoreboard error

    I made a scoreboard, but the coins are for every one need. It try to explain my problem when i give player 1 $1000 and player 2 $100 will the scoreboard show $1000 for everyone how can i fix this ? but when i type the command /coins will that show the right ammount of money Scoreboard: function...
  15. B

    Mob attack player

    How can i do this when the player is in the near from the zombie that all zombies run to the player and attack him and if the player is far away that the far away zombies stand still and cant move Sry my english is bad
  16. B

    Help with GUI

    command /test: trigger: open chest with 3 rows named "Test Inventory" to player wait 1 tick format slot 0 of player with compass named "&4COMPASS" to close then run "" on inventory click: if inventory named "Test Inventory": if clicked item is compass...
  17. B

    How to get a message when you look over 90 degrees

    How can I do that if you look over 90 degrees that you get a message ?
  18. B

    How to get a message when you look over 90 degrees

    How can I do that if you look over 90 degrees that get a message
  19. B

    Help with Snow

    How can i do that that the Snow can fall but the snow cant be placed (from the weather)
  20. B

    Scoreboard dont work

    My Scoreboard dont works with Permissionsex WHY ?! on Join: if "%player%" is using the forge client: kick player due to "We don't allow forge client" on first join: loop all players: add 0 to {playtime::hour::%loop-player%} add 0 to...