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

    Solved Click chat and run a command

    Your welcome :)
  2. T

    Solved Click chat and run a command

    It is possible with json.sk yes :) Heres a code you could possible do: jsonBroadcast("This is a test, click this text to run command /Test ||ttp:&3Klik for at joine Sumo ||cmd:/Test")
  3. T

    Leaderboard help

    Hey there, so i have this Leaderboard script. How can i do so it spawns a NPC with the player name above the block behind the sign? CODE: https://hastebin.com/yilobusome.vbs B
  4. T

    Solved Give player a item

    Hey thanks for trynna help me out, but i found another method :P
  5. T

    Solved Give player a item

    I already have a command named "test" :P Donut. I'm a bit stupid i think. but i can't enchant the sword with the enchants. i want to give the player a sword with the enchants. Not just enchant the sword, if you understand Nevermind - I got it to work. - thanks
  6. T

    Solved Give player a item

    Hey there This dosen't really work that great... I'm trying to give a player / my self a diamond sword with enchant sharpness (variable) but i dosen't seem to work... Anyone? CODE: Command /Dickpic: #Sorry for the command name, just a test Trigger: Send...
  7. T

    Allowing item to only be rightclicked in specific WG region?

    Should work (Haven't tested it) on rightclick: If player is holding a tripwire named "&6&lCrate Key": If region of player contains "crateroom": #DO STUFF Else: Send "You have to be in the Crate Room to use your Crate Key!"
  8. T

    Help?

    Command /Test6: Trigger: Set {_S} to "Sharpness %{Sharp::%uuid of player%}%" parsed as enchantment type Give 1 diamond sword of {_S} to the player This dosen't seem to work, can you please say what i should do
  9. T

    Help?

    I have done this: Set {_S} to "Sharpness %{Sharp::%uuid of player%}%" parsed as enchantment But how do i give a player this sword, with the enchantments?
  10. T

    Help?

    And how do i do that? B
  11. T

    Help?

    Hello, so i have this variable, and i want to give a playe a diamond sword with the enchants, (variables) CODE: give 1 diamond sword of sharpness {Sharp::%uuid of player%} and unbreaking {Unb.Sword::%uuid of player%} to the player And it gives me this error: 29.09 22:29:09 [Server] ERROR...
  12. T

    Keys?

    Okay, thanks.
  13. T

    Keys?

    Can i make my key "K" on my keyboard, to execute a command or so
  14. T

    Keys?

    Hey. Is it Possible to make a key, like "J" to do a special thing, in minecraft skript? or what
  15. T

    Upgrading System problem Again yes XD

    Use this [ CODE] (without space) and then your code - thanks
  16. T

    What timezone is skript?

    Hey there, i wonder what timezone skript goes for. Can anyone help with that? So i want something to happend at 15:00 (Danish time),and i wanna know what time that is in the skript timezone
  17. T

    Solved Anyone?

    Hey. Anyone know why this dosen't work? set {var.2var.%arg 2%} to offline player ERROR: {var.2var.%arg-2%} can only be set to one object, not more (Thing.sk, line 41: set {var.2var.%arg 2%} to offline player)
  18. T

    Solved Signs

    Hello, i know this question is asked a few times in here before, but i really never got a anwser i understood... How to a make like a top 5 on signs, example: SIGN 1: Number 1 bal SIGN 2: Number 2 bal SIGN 3: Number 3 bal And over and over again (Sorry for bad english)
  19. T

    Solved Region

    Hello there my friends. So, i'm trying to make a King of The Hill script, and it are actaully going well. BUT, i have a problem... Im trying to make it like, so when the players go in the region it checks if a koth is going on. So i've made a little test... but this is not actualy working...
  20. T

    Solved Create region error

    Hey there. Im trying to make a King of The Hill Script, but... I have a problem... When im reloading my script there is no errors, but... When im executing my command that is supossed to make a world guard region it gives me an error.. "An internal error has ocurred while attempting to perform...