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

    [Feedback] Do you use/like the sidebar on the docs?

    I personally use it often, handy feature for easily finding syntax when I don't want to scroll down or don't use the search tool. Perhaps something to think about is making it look cleaner and better to use, you could add an option to minimize the sidebar and extend it. +1 Keep
  2. Drioz

    add 1 value for each loop player

    on right click on beacon: #whatever your totem is loop all players in radius 7 around event-location: add 1 to {members} If you have the addon Conquer, you can get a certain player's faction. on right click on beacon: #whatever your totem is loop all players in radius 7 around...
  3. Drioz

    Vanilla enchantments using drag and drop.

    enchant player's tool with protection 1
  4. Drioz

    How to check if hit entity is an itemframe?

    I'm not here to spoonfeed you, I gave you how to check when the item frame gets taken down as a guideline.
  5. Drioz

    Tuske Error

    Try: format slot {_num} Instead of format gui slot {_num}
  6. Drioz

    I want to double damage after adding conditions

    on damage: victim isn't player name of victim contains "dark" damage victim by damage * 2
  7. Drioz

    Particles at relative direction

    Try adding more specific directions, Like if the player faces South-East to play it at South-West and North-East.
  8. Drioz

    Particles at relative direction

    I thought that might happen, here is a slightly improved version. (There might be a way better way to do this but I'm not sure) if player is facing north or south: play critical hit at location 1 west of player play critical hit at location 1 east of player else if player is facing east...
  9. Drioz

    Longer attack

    @slxshxr on leftclick with diamond sword: if name of player's tool is "K1K": if player's target is set: if distance between the target and the player is less than 7: make the player damage target by 7
  10. Drioz

    Particles at relative direction

    play critical hit at location 1 west of player play critical hit at location 1 east of player
  11. Drioz

    Solved Replace <none> variable

    The <none> variable only happens when the variable you are using isn't set. Try setting the variable to nothing. For example: set {variable.%player%} to ""
  12. Drioz

    How to check if hit entity is an itemframe?

    You can do this using a different event. on unhang: #Needs MundoSK if hanged entity is an item frame: message "success"
  13. Drioz

    Solved skquery not working

    stone named "Name" with lore "Lore" Should work in the %itemstack%.
  14. Drioz

    Is it possible to make a screenshot using a skript?

    No it unfortunately Isn't possible to take screenshots, as that would require the script to have access to the computer's files and your keyboard's keys. You could however tell your players that it is necessary to take a screenshot when they register. :emoji_slight_smile: