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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. aescraft

    help tradesysten

    Oh, to exit loops and shuch. really cool.
  2. aescraft

    help tradesysten

    Never saw "stop trigger". What is that?
  3. aescraft

    Addon Sk-NBeeT

    Oh, ok. So I think I need to loop all entities and then check each entity nbt tag. Thanks.
  4. aescraft

    Addon Sk-NBeeT

    Is it possible to delete an entity based on NBT?
  5. aescraft

    Addon PurpleSk

    Can you fix the download link? thanks!
  6. aescraft

    Skript Mirror Open Book Snippet

    I found this snippet and I was trying to use it, but for some reason, it wont work. The snippet: import: org.bukkit.Bukkit io.netty.buffer.Unpooled option nms: get: set {_nms} to Bukkit.getServer().getClass().getPackage().getName().split("\.")[3] return...
  7. aescraft

    Solved [1.12.2] Custom Craftingtable GUI

    e-penis, also know as showoff
  8. aescraft

    Right Click head/golden head = regen & speed

    In the snippets area https://forums.skunity.com/threads/recipe-manager-1-13-2-only.8653/#post-42920
  9. aescraft

    AsuDev's Snippets

    Really good, i'll prob use one of those soon!
  10. aescraft

    Right Click head/golden head = regen & speed

    Shanebee posted a method for registering custom recipes, but only for 1.13.2 + In 1.8.8 I have no clue.
  11. aescraft

    Solved [1.12.2] Custom Craftingtable GUI

    Good luck, lol. This is a massive work, no one will do this for free.
  12. aescraft

    Recipe Manager (1.13.2+ ONLY)

    This snapshot fix the issue: tlatoani.us/tablisknu/download/snapshot Thanks for the help shane
  13. aescraft

    Recipe Manager (1.13.2+ ONLY)

    Me neither. But I already reported it. https://github.com/TlatoaniHJ/Tablisknu/issues/4 If possible, test the code with the Tablisknu addon, to see if the same thing happens.
  14. aescraft

    Recipe Manager (1.13.2+ ONLY)

    Ok. But the thing is, if I remove tablisknu, it works. With the addon tablisknu, this error happens.
  15. aescraft

    Recipe Manager (1.13.2+ ONLY)

    That part of the code I got from shanebee. I never used those before, so I don't know what a method is or the difference from expressions.
  16. aescraft

    Solved Player ping

    Yes, by using paper-spigot.
  17. aescraft

    Solved Player ping

    https://docs.skunity.com/syntax/search/ping Pings of players, as Minecraft server knows them. Note that they will almost certainly be different from the ones you'd get from using ICMP echo requests. This expression is only supported on some server software (PaperSpigot). Are you using paper?
  18. aescraft

    Recipe Manager (1.13.2+ ONLY)

    Plugins (skript related only): skript reqn skquery skriptjson tuske sk-nbeet tablisknu skrayfall skript-mirror Same error: 27.08 03:44:53 [Server] Server thread/WARN List is missing 'and' or 'or', defaulting to 'and': Bukkit.getPluginManager().getPlugin("Skript"), {_id} (jukebox.sk, line 17...
  19. aescraft

    Recipe Manager (1.13.2+ ONLY)

    Craftbukkit ver git-spigot-ea7e48b-368f4e9 (mc 1.14.4) ver 1.14.4-R0.1 Snapshot. 12 versions behind.
  20. aescraft

    Recipe Manager (1.13.2+ ONLY)

    I got confused about on skript load and "on load", for me was both the same. But I got this when restarting, is this a error? 27.08 03:26:17 [Server] Server thread/WARN method ShapedRecipe#shape called with (123 (String), 456 (String), 789 (String)) returned shaped recipe (ShapedRecipe), which...