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

    Solved [Skript] No matching constructor

    import: java.io.File com.xxmicloxx.NoteBlockAPI.NoteBlockAPI com.xxmicloxx.NoteBlockAPI.songplayer.SongPlayer com.xxmicloxx.NoteBlockAPI.NBSDecoder com.xxmicloxx.NoteBlockAPI.songplayer.RadioSongPlayer command play: trigger: set {_file} to NBSDecoder.parse(new...
  2. Uzumaki

    Nbt addon

    An nbt addon that supports 1.8-1.13 using this API https://www.spigotmc.org/resources/item-entity-tile-nbt-api.7939/ I think will make the job easier.
  3. Uzumaki

    Solved spawn colored bed

    I cannot manage to spawn a colored bed using skript dev37c on default aliases is only bed block which is normal is red bed block, tried to add these to skript aliases blue_bed_block = 26:11 blue_bed_item = 355:11 when i use blue_bed_item i get a blue bed when i set a block to...
  4. Uzumaki

    Get skywars arena [skript-mirror]

    How i can get the skywars arena of a player? there is my code #skywars x import: me.wazup.skywars.Skywars me.wazup.skywars.SkywarsAPI as sw me.wazup.skywars.events.SWPlayerJoinArenaEvent on SWPlayerJoinArenaEvent: set {_p} to event.getPlayer() set {_arena} to...
  5. Uzumaki

    Askyblock condition

    package com.github.tukenuke.tuske.ASkyBlock; import ch.njol.skript.lang.Condition; import ch.njol.skript.lang.Expression; import ch.njol.skript.lang.SkriptParser.ParseResult; import ch.njol.util.Kleenean; import com.github.tukenuke.tuske.util.Registry; import...
  6. 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...
  7. Uzumaki

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

    How to spawn block crack/break effect using skript-mirror?
  8. 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...
  9. Uzumaki

    Solved Any alternative to add nbt to an entity without skstuff

    There is an alternative to add nbt to an entity without skstuff?
  10. Uzumaki

    skript-mirror title snippets

    The title says all.
  11. Uzumaki

    Solved How to make players transparent

    Is there are a possibility to make players transparent
  12. Uzumaki

    Solved Multiple variables patterns (config.sk)

    how can i add multiple patterns like pattern: (?!no.save1,no.save2).* if is possible
  13. Uzumaki

    Solved how to change world of a location?

    how to change the world of a location(variable)?
  14. Uzumaki

    Solved Check if a location is within player's island protection(a skyblock)

    Check if a location is within player's island protection(a skyblock) I think is possible to do this with skript-mirror, but i have no idea how i can do that. Here is API ps. i cannot do that with wolfsk.
  15. Uzumaki

    Solved Check if player is holding a block

    There is a way to check if player's tool is a block(not a weapon or things such as armor and other items)? ps. if player's tool is a block: not work
  16. Uzumaki

    Solved Make projectiles fly through players

    - Make projectiles fly through players - Someone know how to do this?
  17. Uzumaki

    Solved What's better to use a 'while' or a 'loop'?

    What's better to use a 'while' or a 'loop' for a better performance? Examples while {games-status} is "ingame": remove 1 from {seconds} wait 1 seconds loop 1000 times: remove 1 from {seconds} wait 1 seconds
  18. Uzumaki

    Solved Any way to reset players endechest?

    Any way to reset ender chest of a player?
  19. Uzumaki

    Solved Any way to disable Villagers sound?

    Any way to disable Villagers sound?
  20. Uzumaki

    Solved Save Bed direction(south/west...) then set a block to that bed with same direction

    How i can Save Bed direction(south/west...) then set a block to that bed with same direction