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 community!

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

  1. Uzumaki

    Solved Smart score with error

    use spigot 1.8.8 and skript dev27
  2. Uzumaki

    Share Data Between Servers With MongoDB

    skript-db?
  3. Uzumaki

    Solved skquery not working

    https://github.com/Pikachu920/TuSKe/releases
  4. Uzumaki

    Solved Scoreboard won't delete

    you better use skellet stylish boards https://forums.skunity.com/threads/stylish-scoreboards-50mb.3626/
  5. Uzumaki

    Addon skDragon [EMOTES] [PARTICLES]

    can you share the src? :emoji_slight_smile:
  6. Uzumaki

    Solved skquery not working

    syntax (create|register) [new] [custom] shaped recipe with (return|result) %itemstack% using [ingredients] %itemstacks% [with shape %-strings%] (create|register) [new] [custom] shapeless recipe with (return|result) %itemstack% using [ingredients] %itemstacks% (create|register) [new] [custom]...
  7. Uzumaki

    Solved skquery not working

    i suggest you to use tuske, skquery is old and outdated
  8. Uzumaki

    How do i update

    https://github.com/SkriptLang/Skript/releases
  9. Uzumaki

    Solved Knockback Problem (not working)

    on damage of player: if {reach.%attacker%} is true: if distance between attacker and victim > 3: damage attacker by 1 push attacker upwards with force 0.5
  10. Uzumaki

    aliases-english.sk

    that items/blocks don't exist for your server version, so remove them from aliases-english.sk
  11. Uzumaki

    Solved Skull Owner

    This is the skellet skull owner expression, I will really appreciate if anybody could fix it Code: package com.gmail.thelimeglass.Expressions; import javax.annotation.Nullable; import org.bukkit.OfflinePlayer; import org.bukkit.block.Block; import org.bukkit.block.BlockState; import...
  12. Uzumaki

    Solved I want to create minigames with arenas but I don't find tutorials?

    I did some skripts that have that https://www.spigotmc.org/resources/authors/andrei923.153123/, it may help you.
  13. Uzumaki

    Directional Spirals

    may help https://forums.skunity.com/resources/sexyshapes.245/
  14. Uzumaki

    Solved Repeat Loop

    if player is holding blaze rod named "&4Nether Wand: &5Blaze Aura" with lore "&5Blaze Aura": set line 1 of lore of player's tool to "&5Blaze Aura: &4Off" stop if player is holding blaze rod named "&4Nether Wand: &5Blaze Aura" with lore "&5Blaze Aura: &4Off": set action...
  15. Uzumaki

    Solved How to spawn block crack/break effect using skript-mirror?

    How to spawn block crack/break effect using skript-mirror?
  16. Uzumaki

    Is it possible to make multiple players ride same entity?

    yeah but is no possibility to put them at the same level?
  17. Uzumaki

    Solved Auto updating sign?

    every second -_-, make a function and execute it when you change the game status and when a player joins/leaves
  18. Uzumaki

    Is it possible to make multiple players ride same entity?

    Is it possible to make multiple players ride same entity? tried this but if there are more players will be like a big tower. :emoji_confused: command /teste: trigger: spawn slime at player set {_enity} to spawned slime loop all players...
  19. Uzumaki

    Solved Any alternative to add nbt to an entity without skstuff

    There is an alternative to add nbt to an entity without skstuff?