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

    NBT Crashing 1.8, 1.9, 1.10 ?

    make a gui slot 40 of player with player's skull with nbt "{display:{Name:""Testing""},SkullOwner:{Id:""%{_uuid}%"",Properties:{textures:[{Value:""%{_value}%""}]}}}" with lore "||Testing" to run: broadcast "Testing" It crashes for 1.8.9, 1.9, 1.10 It works for 1.11, 1.12 Here...
  2. M

    skin

    How do I get player's Skin Texture value and then broadcast it?
  3. M

    Music Discs

    How do you play a Minecraft music to a player but without the near feature, so it won't stop after you go 10 blocks away from the location? I tried with /Playsound but if you move 10 blocks away the music dissapears. Please help.
  4. M

    SkDragon Particles

    Hello, Can anyone improve this code for me because my Gun effect is bad. loop integers from 0.1 to 10: set {_loopvalue} to location of block loop-value in front of player add 1 to y coords of {_loopvalue} drawDot count 1, particle "redstone", center {_loopvalue}...