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_

    Players money skript Error

    Send your code
  2. DieHollander_

    Solved Run text gui

    With skquery you can use: make %players% say %text%
  3. DieHollander_

    help with create kit in side the game

    Here you go function createKit(p:player,name:text): message "&7Creating kit %{_name}%..." to {_p} set {_count} to 0 loop 36 times: set {kit.%{_name}%.%{_count}%.slot} to slot {_count} of {_p}'s inventory add 1 to {_count} set {kit.%{_name}%.helmet} to {_p}'s...
  4. DieHollander_

    Solved Bedwars generators

    It is pretty wierd, for me it was working fine.
  5. DieHollander_

    Solved Bedwars generators

    Oh boy, I found it xD You made a typo :D You typed "dimond_block" instead of "diamond_block". This will fix it: add "{Invisible:1b,Invulnerable:1b,NoBasePlate:1b,NoGravity:1b,ArmorItems:[{},{},{},{id:""diamond_block"",Count:1b}],Pose:{Head:[0f,0f,0f]}}" to nbt of spawned entity
  6. DieHollander_

    Custom head items that keep names/lore on place/break

    You can try adding data to a variable when placing the block: on place: #check for skull etc set {skull.name.%location of event-block%} to "%name of player's tool%} set {skull.lore.%location of event-block%} to "%lore of player's tool" on break: if {skull.name.%location...
  7. DieHollander_

    Solved Bedwars generators

    Try using 'last spawned entity' instead of 'spawned entity'. Maybe that will work I don't know :p
  8. DieHollander_

    Solved Check what head player is clicking on

    I don't think it is possible to do it that way, a thing you can do, is setting a variable like this '{skull.%location of event-block%}'.
  9. DieHollander_

    Format a player inventory?

    in case this thread is solved. Can you please mark it as solved
  10. DieHollander_

    Sorting in 1.9

    Have a look at thuis https://forums.skunity.com/threads/sorting-from-highest-to-lowest.364/ Please mark this thread as 'Solved' if its solved.
  11. DieHollander_

    JumpSlime

    Not solved? What do you need to now?
  12. DieHollander_

    Solved SkQuery's Permission Management

    Change line 8 with this remove "%loop-value%" from player's permissions If that doesn't work, let me know
  13. DieHollander_

    Disable custom amor protection.

    Then tell what part doesnt work...
  14. DieHollander_

    JumpSlime

    on step on slimeblock: push player in player's direction at speed 3
  15. DieHollander_

    Sorting in 1.9

    What kind of sorting do you mean?
  16. DieHollander_

    Solved ScoreBoard Ant Flicker

    Maybe this will work on join: while player is online: #update scoreboard here wait 1 second
  17. DieHollander_

    need help with a skript

    You aren't adding anything to the tokens when you right click that item. Ik neem aan dat je Nederlands bent. Het enige wat je doet als je dat item met rechter muis klikt is het event cancelen, je add dus geen value aan die variable, dat ben je waarschijnlijk vergeten :p
  18. DieHollander_

    Disable custom amor protection.

    Try "if victim's helmet is {@gorronox}: #do somthing Etc.