#skript #help

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

    how do i add particles on right click a weapon on 1.21.4 in skript 2.14.2

    so i wanted to make a dash and it worked i wanted to add particles and i added them but they dont work this is the skript #dash on rightclick: if player is holding diamond sword named "&b&lDASH": cancel event if {cd::dash::%player%} is set: send "&cCooldown!" to...
  2. S13Luke

    How to use the script-placeholders addon?

    Hi everyone I have a problem using the addon script-placeholders I have added it to the server and it runs without any problems However when I do it in the script like this: command /infoname: trigger: send "%player_name%" to player Error occurs Can't understand this expression...
  3. Pixco

    Need help with how to make item craftable only once

    I’m working on a custom tp pearl but I need to to be craftable only once in an entire server can you guys help? I’m really new to this. this is the code so far just in case u need it : on load: register new shaped recipe for enderpearl named "&a&lTP PEARL" with lore "You can tp anywhere...
  4. Yushaa

    How to make a netherite sword with the Name ''&dBlade of Gaia'' earn 1 sharpness level per player kill,maxxing out at sharpness 10?

    Can anyone make a skript that does this for me,it is fine if you dont want to or are unable to i'd really appreciate it though
  5. G

    Solved Grass wont drop custom items

    on break of long grass, fern, large fern or tall grass: cancel drops chance of 100%: drop wheat seeds named "&aSeeds" at event-block The custom seeds are dropped when I break ferns, large ferns, and double tall grass. But nothing happens when I break normal grass. I've tried many...
  6. N

    Increase specific weapons attack speed

    I want to increase a specific weapon's attack speed. For Example, a trident.
  7. D

    make a specific colored named item summon a shulker bullet

    so i have been working on a skript and for some reason it doesnt work even tho i think im doing it correctly could some1 help me with it? the skript looks like this: on rightclick: if name of player's held item named "<gold>Kyoshi Fan". summon minecraft:shulker_bullet
  8. Scan

    Variable {%event-block%} doesn't seem to work properly

    on break: add 1 to {%event-block%} add 1 to {%event-block%.%player%} message "%event-block% : %{%event-block%}%" I wrote the above syntax and broke the grass block once. The returned value was "grass block : 1". It seemed to be successful. But when I broke the same block...