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_

    I need help with a script

    Can you please send us your script so we can have a look what's wrong?
  2. DieHollander_

    Make everyone say something

    When you loop a players and add delay to it, it will delay every time you loop a player. For example loop all players: make loop-player say "hi" wait 1 second That will wait 1 second after 1 player is looped. So you have to use loop-player several times. For example loop all players...
  3. DieHollander_

    Hiring BAN GUI

    Please contact me at Discord: DieHollander//Kian#6420 (I can't find you)
  4. DieHollander_

    Knockback Resistance

    Yes, with nbt tags.
  5. DieHollander_

    Help with Online donors

    What doesnt work about it
  6. DieHollander_

    Check killaura

    Format please?
  7. DieHollander_

    Coordinate with directions

    distance between {_loc1} and {_loc2}
  8. DieHollander_

    Script Easy Kit | Easiest kit script! - Bug fixes + Version checker.

    Added a version checker.
  9. DieHollander_

    Solved How to keep pieces loaded by Skript

    Your server cant handle that.
  10. DieHollander_

    Script Easy Kit | Easiest kit script!

    DieHollander_ submitted a new resource: Easy Kit | Easiest kit script! - Best and easiest kit script! Read more about this resource...
  11. DieHollander_

    Script Easy Kit | Easiest kit script! V1.1

    Easiest kit script! This is the ultimate script for kits! Commands: /easykit create <kit> - Create a kit. /easykit delete <kit> - Delete a kit. /easykit preview <kit> - Preview a kit. /easykit get <kit> - Get a kit. /easykit give <player> <kit> - Give a kit. /easykit list -...
  12. DieHollander_

    How to do this

    It is possible, but I dont think people are going to make that for free
  13. DieHollander_

    How to give items that can only break certain blocks

    Do you mean when a player is in adventure mode? If you mean that you can use this: add "{CanDestroy:["diamond_ore"]}" to nbt of player's tool It requires SkStuff.
  14. DieHollander_

    Learning system

    Please use the right format: https://forums.skunity.com/threads/format-script-request-format.170/
  15. DieHollander_

    Solved Any way to reset players endechest?

    This is not tested, so im not sure if this is working. command /clearender [<offline player>]: permission: enderchest.clear permission message: &cNo permissions. trigger: if arg-1 is not set: message "&cUse /clearender <player>" else: if arg-1...
  16. DieHollander_

    Solved A Question (or 2) About Console Commands

    play sound "block.fire.extinguish" to player at volume 10
  17. DieHollander_

    Solved A Question (or 2) About Console Commands

    How about this? play sound "block.fire.extinguish" to player
  18. DieHollander_

    Solved A Question (or 2) About Console Commands

    https://docs.skunity.com Why dont you get it...
  19. DieHollander_

    2 types of arguments at same time?

    https://docs.skunity.com/syntax/expressions/Parse