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

    Issue Checking Loop Blocks

    It's been a while since I've done anything with Skript and I've had this 3x3 mining skript that I made a post about a long time ago, basically in 1.12 it works flawlessly but after recently updating to 1.14.4 Paper Spigot and correctly updating all of my addons to the latest versions (Bensku...
  2. Selvati

    Solved Projectile Trails

    I know that it is possible to give arrows a custom particle trail using the code below, how can I do this same effect for fishing rods, snowballs, and eggs? on shoot: projectile is arrow: while ground state of projectile is false: play heart at projectile...
  3. Selvati

    Solved jsonSK error

    Whenever I try to use jsonsk features, spigot 1.8.9, all skript plugins updated, I get this in chat.. Which is always the line I have something like this at, command /json1: trigger: json("%player%", "This is a json message! &c&oClick here for no reason!||ttp:&lReally, click your...
  4. Selvati

    Solved How to give a custom skull

    I am aware that you can easily give and use a specific player's head with it's skin in a gui using the code below. command /selvati: trigger: give player skull of ("Selvati" parsed as offline player) I would like to know how to use custom skulls in a gui and even give them to a...
  5. Selvati

    Solved Limit the Number of Custom Crafting Recipe Uses?

    I would like to know if anyone is aware of any methods to limit each player to only be able to use custom crafting recipes registered with skript a certain number of times, example, you make a custom recipe for bedrock, each player can craft it 3 times. Any suggestions?
  6. Selvati

    Solved 1.12.2 Projectile Trail

    To my knowledge and what I have attempted, no public skript for projectile trails works on spigot 1.12.2, in the past few days many problems have arisen for me with my plugins, if anyone has advice on how to do this in 1.12.2 bypassing the no longer workingg methods, then please do leave a...
  7. Selvati

    skDragon NyanCat

    I found examples for a lot of particle effects in skDragon, except for the nyancat effect, on this list https://imgur.com/a/NmmD4 I also tried messing with many variables from here https://forums.skunity.com/resources/skdragon-emotes-particles.20/ But if someone could please reply with a...
  8. Selvati

    Solved Command Request System [TP]

    I would like someone to roughly recreate the essentials tpa system including /tpa [player] and requiring the target to accept to complete the teleportation, not very detailed but this should do, thank you so much in advance! ♥ Happy holidays.
  9. Selvati

    sharpsk armor event broken?

    So I was pondering through my old files, updated all sk addnos and sk to their latest versions, everything works perfectly except it seems sharpsk on armor equip: Stuff Heredoesn't work.. I have this and have tried testing in many ways and nothing makes it past the first line.. sharpsk on...
  10. Selvati

    User Specific Inventories

    I know this should be in the request section, but I don't feel that gets looked at enough anymore, so if you've read this far, please do continue and allow me to enlighten you. I am trying to recreate what I like to call Adaptive Inventories, to dumb this term down, inventories/gui's that will...
  11. Selvati

    Skellet natural break help

    I need this code to exclude the breaking of bedrock and obsidian unless player's tool is a diamond pickaxe, player's can get bedrock using this, thanks. # 3x3 Mining on mine: if lore of player's held item contains "&eExplosive I": set {_1} to location of event-block set {_2}...
  12. Selvati

    On rightclick broken

    Hello, forget the format, I need multiple ways to write the event "on rightclick". This simple vanilla skript event is broken for me, I need to be able to test for the items name and lore, the following way does not work, please leave suggestions, or alternate methods below. "On rightclick: | if...
  13. Selvati

    On rightclick not working!

    THIS IS A CONTINUATION OF MY OLDER THREAD THAT NO ONE WILL REPLY TO. Older Thread So pretty much I have been through many hours of testing what addons clash together, after fine tuning and rewriting some skript code, I have one last issue, I can't get the on rightclick event from vanilla skript...
  14. Selvati

    Again with things not loading

    Skript Version: dev25 Skrip Author: Bensku Addons: SharpSK SkMorkaz SkQuery-Lime SKUtilities TuSKe Umbaska Errors: At first, with all these addons required for my skripts, sometimes some wouldn't load, at random like I hazd said in mai post yesterday night. Anddd... now skript isn't...
  15. Selvati

    Solved Skript & Addons Not Loading..

    Sneak Peak, Full Console Log Below: Skript Version: dev30d Skrip Author: Bensku Addons: SharpSK SkMorkaz SkQuery-Lime SKUtilities TuSKe Umbaska (These are not the problem, skript itself is the one constantly not loading.. so don't worry about versions ;D) Errors: Skript itself and...
  16. Selvati

    Solved Give player item

    So, I'm messing around with enchantments, and when a player uses my custom things, and doesn't roll a custom enchantment, they get one of the vanilla ench books, the problem is when the vanilla enchantment book is given to them, you can't use it in an anvil! anyone know how to fix this. command...
  17. Selvati

    Solved 3x3 mining

    I'd like someone to make a skript for me that when a player mines with a diamond pickaxe, it mines a 3x3x1 depending on what direction they're looking too, if they're look horizontal it breaks 3x3x1 if they're looking vertical it breaks 3x1x3 and all blocks drop the right things when they break...
  18. Selvati

    Solved Player SafeTrade GUI

    I AM TOO LAZY TO ATTEMP THIS SO I COPY PASTED MY HELP SECTION THREAD! The Idea: I ask the community to help me find the solution on how to make a player trading gui skript, where both players must agree/accept the trade to complete the transaction. If any player closes the inventory the items...
  19. Selvati

    Custom Crafting GUI

    I AM TOO LAZY TO DO THIS SO I COPY LASTED MY HELP SECTION THREAD! I come to the skUnity community today asking for help on how to implement a custom trading / crafting gui into the game using skript and its addons. The Idea: Using skript and addons I would want to open a gui / inventory to a...
  20. Selvati

    Player Trading GUI / SafeTrade [Please Click]

    The Idea: I ask the community to help me find the solution on how to make a player trading gui skript, where both players must agree/accept the trade to complete the transaction. If any player closes the inventory the items are returned to the correct players, and the trade is cancelled. Basic...