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

    Solved Tab completer disables all completions, no parsing errors

    not completely true -- skript uses reflection to register bukkit commands at runtime. You can always use packets or skript-mirror to accomplish any tab completion anyways
  2. Pikachu

    Solved Tab completer disables all completions, no parsing errors

    skquery tab complete sucks, and the addon hasn't been maintained (by it's original creator) in 4 years. You aren't going to get any support for the issue if it's a bug. Why can't you use other addons?
  3. Pikachu

    Check if file exists

    you don't need skquery for this, its built into skript-yaml
  4. Pikachu

    Version Stuff.

    skript-mirror, mundosk + plib or tuske and protocolsupport can do this
  5. Pikachu

    Loops and format slor (GUI)

    youb shouldn't be using format slot anyways. Use tuskes guis
  6. Pikachu

    Skript 2.2 Won't Start

    no, paperspigot works fine
  7. Pikachu

    Skript 2.2 Won't Start

    you're using a weird version of server software, spigot includes gson and apache so use that
  8. Pikachu

    multiple versions support?

    thats a solid maybe.
  9. Pikachu

    multiple versions support?

    Yeah its possible to detect a player's version with skript. You can look at the handshake packet for one.
  10. Pikachu

    Send message to players from a list

    send "your buddy %player% joined" to {friends.%player%::*}
  11. Pikachu

    Addon skript-json

    What you are calling json is actually called chat component
  12. Pikachu

    Potions

    The original version of Skript is by njol and was abandoned around 2014. After that, Mirreski maintained it for a while in his fork and now Bensku maintains it.
  13. Pikachu

    set slot problem

    Yeah, the latest skript will load on 1.8. I recommend waiting for the next release though, I made some further fixes that will help cut out bugs.
  14. Pikachu

    WorldBorder

    mundosk has a bunch of worldborder related stuff
  15. Pikachu

    Hover Over Chat

    Since your on 1.12.2, you can juts update to the latest skript and use it's json
  16. Pikachu

    Chunk removers

    you aren't asking for help, this is a request. theres a category for those
  17. Pikachu

    My ranks are resetting when server restarts

    seems like skript is having issues writing to the database. maybe permissions.
  18. Pikachu

    PlayerPoints Skript Addon

    @Donut
  19. Pikachu

    Solved YAML

    because skript tries to auto color things