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

    Why isn't this working?

    you spelled builder wrong on line 3, I suggest using the block name instead of the ID, 19:1 is wet sponge, 95:3 is light blue stained glass. After each match you should put a 'clear {Seconds.%player%}'
  2. BadName

    Play sound effect for player

    Couldn't you just use console? instead of 'play "random.bowhit" to player' it would be, make console execute command "/playsound random.bowhit %player%" (1.8.9) make console execute command "/playsound minecraft:block.anvil.fall block %player%"...
  3. BadName

    Void Teleport

    this prob works on join: while {%player%parkour} is true: altitude of player is below 10: if {lastcheckpoint%player%} exists: teleport player to {lastcheckpoint%player%} if {lastcheckpoint%player%} does not exist: teleport player to {parkourtp} command...
  4. BadName

    Effect while holding item

    this command gives you an unbreakable iron sword and when you hold it your speed is set to 1.2 if it was normally 1 /give @s...
  5. BadName

    Solved %uuid of player% on cracked servers

    I dont think the uuid of a player ever changes
  6. BadName

    Skript Not Working

    are you sure you are using the right command?
  7. BadName

    Detecting Movements

    what version of minecraft are you using
  8. BadName

    hi i need help

    idk if this works On right click: if targeted block is gold block: #might be 'block of gold', you can change if u want teleport player to {variable} command /setwarpforthethingabove: permission: setwarp.sk set {variable} to location of player
  9. BadName

    Help with break block

    im not good with loop all but im pretty sure its 'on block break', it might not matter tho. also use [ code] [/ code] box to do code, it shouldd look like this example
  10. BadName

    My Skript is receiving many errors

    this might work on block place: if block is end portal frame: if player does not have permission "placeendportal": cancel action if player does have permission "placeendportal": stop command /staffmode: permission: op trigger: make console execute command "/ci...
  11. BadName

    Solved custom message skript not working

    Do you have TuSKe? this code requires it
  12. BadName

    Shiny not working : "format slot 1 of player with shiny paper"

    When I put it in the parser it said you need Skellett(and SkQuery but you have that) For code, make a code box( [code ] (code) [/code ] but without the spaces in the brackets), should look like this: hey
  13. BadName

    Balance Teams

    This doesnt let you choose a team, but it should make it as even as posible command /jointeam: trigger: if {team1} or {team3} or {team4} is more than {team2}: send "You joined the USA!" to player add 1 to {team2} add player to {team2.usa} if {team2} or {team3} or...
  14. BadName

    Solved Cant change players display name

    please use [ CODE ] (code) [ /CODE ] (without the spaces in the []). It should look like this hey! I suggest using arguments.(<text>, <player>, etc) like this command /name <text>: permission: admin.user trigger: if player does not have permission "admin.user": send "You do...
  15. BadName

    Solved custom message skript not working

    This might work. command /minemsg <player> <text>: trigger: set {latestmessage} to args 2 set {recipient} to args 1 open virtual chest inventory with size 1 named "&aMineMessages" to {recipient} parsed as player format gui slot 4 of {recipient} parsed as...
  16. BadName

    Balance Teams

    I tried your skript and all it said was you didn't make the options. you need to add the "prefix" option. options: prefix: (whatever your prefix is) (this goes above the skript, or that's normal how people do it.)
  17. BadName

    Yet another broken script...

    For the line 8 thing its "set tab list name of player to "example" "
  18. BadName

    Solved "Connecting" Variables

    they want to have something in one server, spend it in another, and have the first server item go away edit: with variable
  19. BadName

    Solved Help with if arg-1 is ""

    when I tried the skript it came up with 5 errors, are you using an add-on? (also all of the inventory space checking things say diamond)
  20. BadName

    Is there any way to make arguments work work with vanilla GUI?

    can I get an example code?