Recent content by Phuple

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

    Solved How to use 'execute command' in 'on join:'

    Ask yourself: How do I execute a command with Skript? How do I use the on Join event? If you have problems you could look the question up, but once youve got both of your answers you put them together like a nice sandwich
  2. Phuple

    Solved How to get the location of the block of the looped item?

    Yeah I guess 1.5 years+ worth of skript experience isnt enough to comprehend the complexity of his skript
  3. Phuple

    Solved How to get the location of the block of the looped item?

    Im going to be dead honest, this script isnt all that good, as I suggested before you should probably start learning the basics
  4. Phuple

    Solved How to get the location of the block of the looped item?

    Well too my knowledge, items dont have locations, I could be wrong but if you rlly wanna know, try sending the location of an item to the player and see what it returns
  5. Phuple

    Solved How to get the location of the block of the looped item?

    Well I have no clue what youre trying to do (im pretty sure you dont either), so I probably suggest learning the basics
  6. Phuple

    Custom Random block generator

    Clicking on the plus icon, will bring this dropdown where you can select code and paste your code in there, it makes it easier to read for others, Due to this I cant rlly understand without the indentations, reply back to my message so I can further help you :)
  7. Phuple

    Solved Armor Stand Problem

    pretty sure your supposed to write make player execute command "/cp advent"
  8. Phuple

    What's wrong with this script?

    As As said above you can just check for the coords and then do as followed, but there are better methods (Assuming your new to skript), instead of checking the coords you can just check the name of the event-block If youre not new then you could do on right click: if location of...
  9. Phuple

    Mob level script help

    Im not sure about the designing part, but you could use custom NBT's (Im pretty sure entities are holders) set {_level} to random integer between x and y set nbt of event-entity to "{name:%{_level}%}"
  10. Phuple

    Solved save and load a structure

    Try use within instead of between
  11. Phuple

    Damage sorter

    You could use a list variable with all the players that dealt damage and the damage then sort the list from highest to lowest do stuff accordingly, Just not sure how and what would be the most efficient way
  12. Phuple

    Add not working

    If its solved please mark your post as Solved
  13. Phuple

    Random TP

    You can use the inbuilt Location function teleport player to location({_x}, {_y}, {_z}, player's world)
  14. Phuple

    Tuske not working?

    Hey there I recommend not using TuSKe as its really outdated You Could either use Skript-gui or Vanilla skript gui's (No addons required)
  15. Phuple

    Can't set a location within a loop

    You can mark your post as solved