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

    Solved Worldguard Problem with sk

    Hey guys... When I join on my server this error come.. [Skript] Task #111 for Skript v2.2-dev27 generated an exception java.lang.IncompatibleClassChangeError: Found class com.sk89q.worldguard.protection.ApplicableRegionSet, but interface was expected at...
  2. F

    Solved Right Worldguard Version for dev27

    Know somebody the right Worldguard Version for dev27 (from sk)? Fixed by myself... Right Version: 6.1 ;)
  3. F

    Solved delete event-entity

    Hey guys, here is my script: on pickup of emerald: name of item contains "Secret Item": delete event-entity if player's world is "Lobby": broadcast "%event-player% found the secret!" And yes it does not remove the item from the player... Why?
  4. F

    Solved Infinity Loop?

    Hey guys, command /test: trigger: if {test.%player%} is true: set {test.%player%} to false send "Test = False" else: set {test.%player%} to true loop 1 times: broadcast "Test in on true!!!" wait...
  5. F

    Solved Why doesn't work why function?

    This is my function: function Scoreboard(): wipe player's sidebar set name of sidebar of player to " &e•&6● &3&lGungame " set score " " in sidebar of player to 11 set score "&3•&b● &f&lKills:" in sidebar of player to 10 set score "&e➜ &a&l%{stats::%player's...
  6. F

    Solved How can I but the # in my send command

    Hey guys! This is my "script": on load: broadcast "This is a test! #FlynnLGCommunity" And when I loading the script, comes the error: How I can fix it? Thank you for helping (sorry for my bad english:emoji_joy:)
  7. F

    Solved set SECOND element of ...

    Hey guys! How can I set a second element of ... to an another variable? set {_day} to second element out of {_datum::*} Thanks! Sry for my bad english:emoji_grin:(German)
  8. F

    Solved Wie ändere ich ein bestimmtes Schild mit einem Command

    Hallo alle zusammen! Mein Problem ist es, dass ich ein Schild (an einer Location [x+ y +z]) mit einen Command ändern möchte! Das ganze sollte so funktionieren: command /setsign: trigger: set {_setsign} to location at (117, 219, -989) in world "world" set block at location...