Recent content by claytyne

  • 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. C

    An internal error has occurred while attempting to preform this command.

    I downloaded the version for my server, and it still doesn't work.
  2. C

    An internal error has occurred while attempting to preform this command.

    how do i know which version is for my server? mine is 1.16.2
  3. C

    Mods?

    im not an expert but i dont think you can.
  4. C

    An internal error has occurred while attempting to preform this command.

    i made a GUI with tuske, and it just wont work. this is the code: command /ttj:bank: trigger: open virtual chest inventory with size 5 named "Bank" to player format gui slot 0 of player with light blue stained glass pane named "&c" to do nothing format gui slot 1 of player with...
  5. C

    Click on Sign?

    i need to check the lines on the sign, there are no error but its not working... on rightclick on dark oak sign: line 1 of event-block is "&6Buy Sharpness" line 2 of event-block is "&d45 &6Coins" if player has 45 gold nuggets named "&d&l&oMagical Coin": remove 45 gold...
  6. C

    pathfinding

    can someone help me with working with pathfinding? i want the zombies to walk to the {cpu}. no errors just nothing happens on load: set {cpu} to location -281.0, 6, 333.0 in world "work" on spawn of mob: if entity is zombie: if "%region at entity%" contains "pc"...
  7. C

    how do i select a random location?

    Thanks it works now!
  8. C

    how do i select a random location?

    what am i doing wrong here? it doesnt work and sends me <none> every 2 seconds... command /ghostsspawnpoint: permission: ghostsspawnpoint.c trigger: add player's location to {_ghostloc::*} send "&aAdded!" to player every 2 seconds: if {ggamestarted} is true...
  9. C

    Is there a way to play music?

    I want to make a skript that plays a minecraft song whenever a user logs in. but when i use play sound "sound" to player it plays the sound but stays when the play was, its not following the player. is there a way to make a sound follow the player?
  10. C

    Help with killing a victim of damage

    i want to make a code that instantly kills a ghast whenever it takes damage. on damage: victim is ghast: world is "work": kill victim drop 5 golden nugget named "&6&l&oCoin" at location of victim play sound "entity.experience_orb.pickup" to...
  11. C

    set player head to variable

    hey i want to set a player head to a variable, but i can't figure out how. and is there a way to call an event when right clicking on a specific player head? on rightclick: if clicked block is {_rare}: break clicked block send "&9You found a rare candy basket!" to player...
  12. C

    How do i cancel an action sequence?

    I need to cancel an action sequence and i don't know how on any movement: if {fuelfill.%player%} is true: cancel event
  13. C

    Is there a way to force the player to leftclick?

    I need an action to make the player leftclick, but i haven't been able to find a way ):
  14. C

    How to execute a command through a command block?

    How to i execute a command through a command block?