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 community!

    Now, what are you waiting for? Join the community now!

  1. DieHollander_

    Solved Pull data from URL

    How did you solved it, I'm curious
  2. DieHollander_

    Solved How to run a command as op (Skript)

    Well ok... The problem is that you dont have a trigger, which means, you have to make one. To make a trigger you have to create a command or a event. Here is a example: command /test: trigger: make player run command "spawn" as op
  3. DieHollander_

    Solved How to run a command as op (Skript)

    Oh god... How long have you been doing skript?
  4. DieHollander_

    Solved How to run a command as op (Skript)

    Do you have a error or a console error or something?
  5. DieHollander_

    Solved How to run a command as op (Skript)

    You whole code
  6. DieHollander_

    SkStuff 1.9

    This one works fine: https://www.dropbox.com/s/pb78554y69xqkb6/SkStuff%201.6.3.7.jar?dl=0
  7. DieHollander_

    Solved How to run a command as op (Skript)

    make player run command "spawn" as op
  8. DieHollander_

    Skellett help

    command /test: trigger: open chest with 3 rows named "test" to player set slot 5 of player's current inventory to stone named "test" with lore "testlore"
  9. DieHollander_

    Set dmg to values over 5k

    You could use variables to make it work fine
  10. DieHollander_

    Raycasting

    Im going to have a look at it in a couple hours
  11. DieHollander_

    Raycasting

    What do you exactly mean?
  12. DieHollander_

    Disable custom amor protection.

    Maybe saperating the if statement Like if player's chestplate is a iron chestplate: if name of player's chestplate is "blablabla":
  13. DieHollander_

    Solved Functions

    Try using set slot and on inventory click Then it probably works fine
  14. DieHollander_

    Solved Functions

    Remove the %. If that doesn't work, idk, I dont recommend using format slot.
  15. DieHollander_

    Solved Functions

    Explain what you mean
  16. DieHollander_

    Solved Functions

    What do you mean? You can just call this in the function: function({_p})
  17. DieHollander_

    Solved Functions

    You can just call it inside the function. Note that the function needs to be above the call-function
  18. DieHollander_

    Players money skript Error

    Are you sure you are using the correct versions of skript and the addons you are using?