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 Hit event

    you need to use victim or attacker on damage event, not player, even the error say that.
  2. Uzumaki

    Solved UUID (on command)

    log player commands: false
  3. Uzumaki

    Solved Skript problem

    Warning: this is an unstable release. It will likely break your server. Use it only if you're interested in helping us find and fix bugs. In addition to that, 1.12 and older are not supported at the moment. When we have them working again, a new release will be made.
  4. Uzumaki

    Get skywars arena [skript-mirror]

    No matching method: SkywarsAPI#isInArena called with (HinataYT (CraftPlayer))
  5. 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...
  6. Uzumaki

    Addon skript-mirror

    can anyone help me with this # SkyWars X import: me.wazup.skywars.events.SWPlayerJoinArenaEvent on SWPlayerJoinArenaEvent: set {_p} to event.getPlayer() set {_arena} to event.getArena() #Not work broadcast "%{_p}%, %{_arena}%" how i can get the arena of player? thanks...
  7. Uzumaki

    Addon Fawesk

    AsyncWorld support? https://github.com/boy0001/FastAsyncWorldedit/wiki/AsyncWorld
  8. Uzumaki

    Solved Replace <none> variable

    open the skript.jar with winrar.
  9. Uzumaki

    Solved Team spawn

    this means you not set the variables command join-RED: trigger: set {TEAM-%player%} to "RED" command join-BLUE: trigger: set {TEAM-%player%} to "BLUE" command BEGIN: trigger: loop all players: teleport loop-player to...
  10. Uzumaki

    Solved How to all player execute a command and saferestart

    command saferestart: trigger: send "&e&l»» &fEsti sigur ca vrei sa faci asta?" to player set {_minutes} to 5 loop {_minutes}*60 times: wait a second add 1 to {_time} if {_time} = 60: set {_time} 0...
  11. Uzumaki

    Solved Team spawn

    like this command /begin: trigger: loop all players: if {ir::red::%loop-player%} is set: teleport loop-player to {red.location} if {ir::blue::%loop-player%} is set: teleport loop-player to {orange.location} if...
  12. Uzumaki

    Addon skript-db

    [00:57:59 WARN]: java.util.concurrent.CompletionException: java.lang.RuntimeException: Failed to get driver instance for jdbcUrl=jdbc:sqlite:/C:/Users/Me/Desktop/TEST/plugins/jobs.db [00:57:59 WARN]: at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) [00:57:59...
  13. Uzumaki

    Addon skript-yaml

    loop all yaml from directory "plugins/game/arenas": load yaml "plugins/game/arenas/%loop-value%" as "ARENA.%loop-value%" but I managed to do that using this load all yaml from directory "plugins/game/arenas" loop currently loaded yaml files: loop-value contains...
  14. Uzumaki

    Addon skript-yaml

    loop not load, I can loop only all loaded yaml files, not from a specified directory.
  15. Uzumaki

    Personal TabList + Nickname above the head

    my suggestion is to use NametagEdit + skript or just NametagEdit.
  16. Uzumaki

    Addon skript-yaml

    can you add a syntax that loops all yaml files from a directory?
  17. Uzumaki

    Addon skUtilities

    tim740 was last seen: 17w 5d ago
  18. 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...
  19. Uzumaki

    Solved Smart score with error

    try to remove Umbaska and Wildskript