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

    Allowed commands not working.

    Server version: Spigot-1.8.8 Skript: v2.1.2 on command: if {kbffa.inarena.%player%} is true: loop yaml list "Config.allowedCommandsInArena" from "diakbffa-config": send "%loop-value%" # For check if command is not "%loop-value%": cancel event...
  2. W

    Solved Problem with function if

    Version of server: Spigot-1.8.8 Version of skript: v2.1.2 Hi how can i fix this: every 1 second: set {_unix-time.reward.all} to convert date now to unix date send "%{_unix-time.reward.all}%" to console loop all players: loop {Rewards.%loop-player%::*}: send...
  3. W

    Solved Arg-2 is in {example::*}

    Sk version: 2.2 Server version: Spigot 1.8.8 if arg-1 is "remove": if arg-2 is set: if arg-3 is not set: if player has permission "duels.arena": if arg-2 is in {duels.arenas::*}: delete...
  4. W

    Solved Replace message in command.

    Server version: 1.8.8-PaperSpigot Skript version: 2.1.2 Problem is in "replace all "{prefix}" with yaml value "Messages.prefix" from "config" in command" command /test [<text>] [<player>] [<text>]: trigger: replace all "{prefix}" with yaml value "Messages.prefix" from "config" in...
  5. W

    Friend Skript ERROR

    Problem is in remove page. Error in game. Error in console. CODE: if arg-1 is "remove": if arg-2 isn't set: send "{@friend} &7Use &6/friend remove <player>" if arg-2 is in {friend::%player%} send "{@friend} &6%arg-2% &7is not...
  6. W

    Skripts not work.

    Please help me. Server version: Spigot-1.8.8 ERROR IN CONSOLE: [16:52:56 ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer. [16:52:56 ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working...