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

    Need help with nbt

    try this: get expression hide (0¦attributes|1¦destroy[s]|2¦enchant[s]|3¦(placed|built|build) [on]|4¦potion effects|5¦unbreakable): if parse mark is 0: continue returning {ItemFlag}.HIDE_ATTRIBUTES! else if parse mark is 1: continue returning {ItemFlag}.HIDE_DESTROYS! else if parse...
  2. Pikachu

    API NPCore

    it's pretty simple, really. Back when I made my npc script, i used the use entity packet to detect clicks on it and then did a manual distance check. unfortunately, this script doesn't allow you to get the entity id so that kind of check isn't possible unless you manually intercept the id from...
  3. Pikachu

    Solved no fire at lightning strikes

    this removes the damage which i'm pretty sure this dude doesn't want. the 2 potential solutions are cancelling the block ignite event for lightning if it's done within a tick or two of the lightning being spawned, or damaging manually after spawning a lightning effect
  4. Pikachu

    skript-db MySQL issues

    remove the ' around the values, skript-db will automatically arrange expressions (barring the unsafe expression which is, well, unsafe) into prepared statements to mitigate sql injection
  5. Pikachu

    Solved How do I: Hook Vault onto my Economy Skript

    none of my responses were 3 words :emoji_slight_smile: corman's response was not what vault is. he said that vault is a api that helps plugins not be dependent on themselves, when in reality vault provides a standard api for plugins to communicate with a bunch of different economy (and other...
  6. Pikachu

    Solved How do I: Hook Vault onto my Economy Skript

    that is not what vault is
  7. Pikachu

    Warning: Try to avoid NBT!

    Packets have a well maintained and unlikely to be abandoned (and even if it was, unlikely to not be forked) third party api.
  8. Pikachu

    Need help with nbt

    well, its good that it isn't enabled i was just checking. give me a little to test this on my own so, the issue is custom syntax doesn't work on the newest skript versions, it seems to be a bug. Until that gets fixed, i can write it in function form if you like alright nevermind, custom...
  9. Pikachu

    Need help with nbt

    did you put the expression above your code? Also, do you have async parsing enabled in the Skript config?
  10. Pikachu

    Need help with nbt

    give dirt with flag hide enchants to player it is untested code that i wrote off the top of my head, but nobody ever came back with issues so i assume it works
  11. Pikachu

    Solved Issue with GUI

    This is a tuske bug that hasnt been fixed by tuke however i compiled my own version of tuske with a bug fix for this issue. You can find the jar here: https://drive.google.com/file/d/1nEXrlY_zFxd8a_d3tqrFBIxSZ2Qm5jZj/view
  12. Pikachu

    Warning: Try to avoid NBT!

    I've seen a lot of people asking about NBT lately and you should all know that skStuff has been abandoned by it's original author for a while now (it was only updated to 1.12 by Tuke). Several people including me have said they will update skStuff or make a new NBT addon when skStuff inevitably...
  13. Pikachu

    Need help with nbt

    alternately, you can just put the custom nbt before the other shit. I also made this none nbt based solution for skript-mirror: on script load: import "org.bukkit.inventory.ItemFlag" get expression hide (0¦attributes|1¦destroy[s]|2¦enchant[s]|3¦(placed|built|build) [on]|4¦potion...
  14. Pikachu

    Solved How do I: Hook Vault onto my Economy Skript

    this isn't how vault works
  15. Pikachu

    Solved Loop Issues

    They are both god awful ways to handle whatever it is you want to do
  16. Pikachu

    Is there a better way?

    nope
  17. Pikachu

    skUtilities copy file.

    you shouldn't be using skutilities yml anyway
  18. Pikachu

    Quick Question - Pathfind Range?

    right so you want to set their Pathfinder range to a large number
  19. Pikachu

    Placehoders

    my addon ersatz can do both of these thigns https://forums.skunity.com/resources/ersatz.355/
  20. Pikachu

    My server keep crashing

    yeah, but it works for 1.8. dev25 is a good idea still, but its more than likely unrelated to this issue