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

    Solved Unable to compare local variable to integer

    But it is usually easier
  2. TPGamesNL

    API PacketListenerNMSK 1.0.0

    With this script you can listen to, modify and cancel NMS (net.minecraft.server) packets being sent / received. Required addons: skript-reflect (2.1.0+) Be aware that NMS packets aren't nice to deal with, as they're undocumented, obfuscated and inconsistent between Minecraft server...
  3. TPGamesNL

    PacketListenerNMSK

    With this script you can listen to, modify and cancel NMS (net.minecraft.server) packets being sent / received. Required addons: skript-reflect (2.1.0+) Be aware that NMS packets aren't nice to deal with, as they're undocumented, obfuscated and inconsistent between Minecraft server...
  4. TPGamesNL

    skript-reflect

    This addon is a fork of skript-mirror, and comes with a bunch of bug fixes and new features. Some of the important bug fixes and features: Fixed async event listening Fixed local variables issues being deleted after async java calls and after parse sections from custom syntax Added support for...
  5. TPGamesNL

    skToolBox

    You should probably avoid parsing syntax multiple times (Expressible conditions), a better way would be to parse them in the parse section, save that condition in a local variable, and use it in the check section to check it
  6. TPGamesNL

    My Skript is broken!

    The first has to do with skUtilities, the second is most likely a version issue, the third is a plugin of yours, probably something like per world plugins
  7. TPGamesNL

    My Skript is broken!

    Try the log file
  8. TPGamesNL

    My Skript is broken!

    That is, again, not the full error
  9. TPGamesNL

    My Skript is broken!

    In that case I don't know (besides updating server version)
  10. TPGamesNL

    internal error occurred while trying to execute this command

    In that case, it'll be helpful to report it on the issues page of Skript.
  11. TPGamesNL

    internal error occurred while trying to execute this command

    Yes, I do recommend it. You can find it here: https://github.com/SkriptLang/Skript/releases
  12. TPGamesNL

    Solved Special characters in string

    You'd have to use an addon to get most of those characters in Skript (I don't know many addons that can get you all the characters, some addons like SkQuery or skUtilities have line break characters, but I can only think of one having them all: skript-reflect / skript-mirror). The characters...
  13. TPGamesNL

    internal error occurred while trying to execute this command

    Have you tried the latest alpha version of Skript?
  14. TPGamesNL

    internal error occurred while trying to execute this command

    When you get that message, there's always a console error involved, send this console error
  15. TPGamesNL

    My Skript is broken!

    I just found out that you do have the correct version, LimeGlass messed up the version tag for that release. About the error though, try some older versions from Lime's SkQuery (3.6.5 for example)
  16. TPGamesNL

    My Skript is broken!

    Check for any console errors on startup
  17. TPGamesNL

    My Skript is broken!

    Check if you've restarted the server, if you've put the plugin in the right folder, if you have deleted the old version file etc
  18. TPGamesNL

    My Skript is broken!

    I thought you had https://www.spigotmc.org/resources/skquery-1-9-1-16.36631/:
  19. TPGamesNL

    My Skript is broken!

    I'd like a list of addons you are using + the version of each of those addons
  20. TPGamesNL

    My Skript is broken!

    Which addons and which versions of them are you using?