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. N

    On right click on any block? And place heads

    Hello, How can I detect when to do rightclick on any block? And how can I make it put a head of a player in the block the player has clicked? Like this: /setblock ~ ~1 ~ minecraft:skull 1 replace...
  2. N

    Detect when spawned mob touches the ground?

    How can I detect when a mob spawned in the air touches the ground? Idk, this doesn't work :emoji_sweat: spawn a spider at {_loc2} set {_b} to the last spawned spider apply resistance 10 to {_b} for 10 seconds push {_b} upwards at speed 3 wait 1 tick push {_b} (direction...
  3. N

    Solved Drop item and push in a direction?

    How can I do that when spawning a drop item, this is push in some direction, like dropped diamonds of Hypixel Delivery Man?
  4. N

    Solved Armorstand problem

    How can I generate an armor stand that does not rotate? Regardless of whether the victim is looking to one side or the other... Or how can I rotate an armorstand to 0.0f? Like this: set {_loc} to location of victim spawn an armor stand at {_loc} When it generates the armorstand, it is in...
  5. N

    Solved set the weapon of the last spawned giant to diamond sword

    Hello, i have an error: This does not work: set the weapon of the last spawned giant to diamond sword But this yes :emoji_confused:: set the weapon of the last spawned giant to sword I can give a random sword, but I can not give a diamond sword. Solution please? :emoji_grinning:
  6. N

    Check amount of player's tool?

    How can I know the amount of item have player in hand? Please help:emoji_astonished:
  7. N

    Delete player variables on load?

    How delete all players varibles on skript load? Example: on script load: #Every restart of the server set {violacion.?????} to 0 #Set this varible to 0 of all players (no all players online) on left click: add 1 to {macros.%player%} every 1 seconds: loop all players: if...
  8. N

    Check slot of player?

    Hi, I'm making a book that by right clicking adds +200 durability to the tool in slot 0. The problem is that if the object in slot 0 has no durability (example: book, stone, wood etc ... ) Erases it. So I want to do something similar to (example) "if slot 0 is a sword or pickaxe:" Like this...
  9. N

    Soulbind - Help please

    on player drop: if lore of event-item contains "Soulbound": cancel event command /soulbind: trigger: if player doesn't have permission "soulbind.command" # set the lore of the player's held item to "&6SoulBound" set {_lore} to lore of player's held item...