Recent content by TigerPvPzzz

  • 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