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

    CompletableFuture in skript w/ skript-mirror

    Hello there, I am trying to get a return value from a plugin API with skript-mirror. However it's working with CompletableFuture. How should i finish the task and get the return value with skript? Please solve as an example of "CustomAPI.getBan". Tysm! ^ PUSH
  2. H

    Solved Variables comparison with numbers

    Hello, Im facing a problem for comparing the variables which are numbers. command /checkb: trigger: set {test.a} to 10 set {test.b} to 11 if {test.a} > "9": send "yes" else: send "no" I tried something like the codes above. It...
  3. H

    [Skript] 1.14 update?

    I want to ask if skript supports 1.14? if not, will it update soon? I'm sorry for this silly question.
  4. H

    Comparing two variables

    Hello! I'm writing a skript which i'm trying to compare two variables are same or not. It's something like that: if {warnings.%arg-1%} contains {warning.chances}: wait 5 tick set {ban.command} to yaml value "PunishmentSK.Punish.Command" from file...
  5. H

    About opening a fence gate

    Hello, I'm trying to make a skript which allowed when the player walk in a radius 2 with {pay.%player's uuid%} is true. I've tried: on block physics: loop all players in radius 2 around event-block: if {pay.%player's uuid%} is true: event-block is open Oak Fence Gate...
  6. H

    Solved [SOLVED]GUI Help

    Hello, I'm new for the GUI and it's keep error. Please help command /blocks: trigger: if players has permissions "blocks.citizen" open chest with 5 rows named "&e● &7&lblocks &e●" to player format slot 0 of player with barrier named "&e● &a&lbarrier &e●" to...
  7. H

    Solved [SOLVED]About GUI

    Hello, I wanna ask that is it possible that make a gui that can't exit by esc(key) but only by "format slot 1 of player with red glass named "Something" to close" ThankYou! HKNoob
  8. H

    Please help[ERROR]

    The Skript Give out these messages logs please help!!!! How to slove :( [LOG]: [17:58:56 ERROR]: [Skript] '://eazyftw.com/EZStaff/version.md"' is not a valid item data (EZStaff v2.2.0.sk, line 32: if text from "http://eazyftw.com/EZStaff/version.md" is not "{@version}":') [17:58:56 ERROR]...