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

    My server keep crashing

    it's mirreskis fork
  2. Pikachu

    Quick Question - Pathfind Range?

    so you want to change the follow range of an entity?
  3. Pikachu

    My server keep crashing

    he isnt running a dev8 the issue seems like it's skellett's metadata. Unfortunately, since lime doesn't/didn't do his toStrings correctly you cant really tell which of the lines in specific is causing this issue however it is a line that contains a literal. Here is a skript-mirror version of...
  4. Pikachu

    Pikachu's Snippets

    Both of the things you want are already in my snippets
  5. Pikachu

    Packet Nametags

    no you just need to delete then spawn the entity, and probably it's armor
  6. Pikachu

    Solved Efficiency regarding functions

    I mean compared to options
  7. Pikachu

    Solved Efficiency regarding functions

    Expressions are just more versatile
  8. Pikachu

    Solved Issue deleting an element off a list, tuske GUI

    Removing deletes the first match from the list where as delete deletes that specific thing
  9. Pikachu

    Packet Nametags

    Check the syntax, maybe there's an optional part for it. With packets you'd have to send a destroy entity packet and spawn player packet (with the new name) to the players you want to see it
  10. Pikachu

    Packet Nametags

    This is possible on 1.8 just not easy
  11. Pikachu

    Solved Efficiency regarding functions

    I recommend using skript-mirror like this for this purpose: get expression size message: continue returning "&e&l[&d&l✖&e&l] &r&7Home limit reached. Delete a home to set a new one" then send size message to player
  12. Pikachu

    Solved Issue deleting an element off a list, tuske GUI

    Don't use remove just delete it directly
  13. Pikachu

    Solved best skript version

    FWIW I've submitted a since merged PR that reenables 1.8 compatibility (NOT support) to the bensku fork.
  14. Pikachu

    Max Characters on Scoreboard

    Viaversion or not the limit is a hard limit.
  15. Pikachu

    Addon skript-ping

    You can make it show as a red X (or is it red bars?) but thats it
  16. Pikachu

    Solved Curiosity

    The players own inventory? No, its client side. You could constantly force them to close their own inventory though. Other inventories you can cancel
  17. Pikachu

    set item to id or english name?

    Thats because skript doesn't allow you to get the id of something that doesnt have a slot attached
  18. Pikachu

    Reasons for "on chat" not working

    Do you run bungee? how about any sort of plugin that affects chat in any way.
  19. Pikachu

    set item to id or english name?

    Why do you need ids? They are being removed in 1.13