Recent content by Olyno

  • 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. Olyno

    Addon SkEmail - New async system & co

    *Too boring to write a release note, checkout the github*
  2. Olyno

    Addon Skent - Hotfix for variables

    The variables do not seem to work in async. This release is a hotfix to solve this problem. No additions or deletions.
  3. Olyno

    Addon Skent - The new Async system

    What is new? BREAKING CHANGES The old async system wasn't good. Using a tabulation each time we want to synchronize a code was fun, but was clearly not usable. This part has been removed, so you can't use anymore sections for effects related to Skent. With the new system, we are using a...
  4. Olyno

    Addon Skent - The improvement of processes

    The improvement of processes What is new? New library dotenv-java: Used for the new execute effect (see below) New event file fetch[ed] New expression (output|log)\[s\] of %processes% or %processes%' (output|log)\[s\] last [started] process Enhancements Added [with arg[ument]\[s\]...
  5. Olyno

    Addon Skent - Introducing watch events

    What is new? Added New: Watch events are now here! Execute codes when a file change, is deleted or added! on watching file changes at "plugins/Skript/scripts": reload script file file name of event-path broadcast "Hello Change" on watching file creation at "plugins": broadcast...
  6. Olyno

    Addon Skent - Welcome to Skent 2.0

    Welcome to Skent 2.0 What is new? Breaking changes Expression [the] (file\[s\]|dir[ector(y|ies)]) %strings% has been changed to [the] (file\[s\]|dir[ector(y|ies)]) path %strings% due to a syntax conflict (Thanks @Sashie and @APickledWalrus). Condition %path% (is|are) [a[n]] exe[cutable] has...
  7. Olyno

    Addon SkEmail - Syntax conflict

    Patch note Fix syntax conflict with name expression of Skript
  8. Olyno

    Addon SkEmail - Fix some issues

    Description: A lot of you told me there are some error messages with 1.6 and some issues. Here is a release (probably the latest, I hope) with fix. Patch note: New: SkEmail is now available only on Github Fix: Fix error message for nothing
  9. Olyno

    Addon Skester - If we could go further

    Description: We've always wanted to go further in our tests, like making them more accurate... That's how Skester v1.1.0 is released! In this one, many bugs have been fixed, but above all a consequent improvement of the display of the result has taken place. What are you waiting for? Download...
  10. Olyno

    Addon Skester 1.1.0

    Documentation | Source code | Tutorial Skester let you create your own unit tests using Skript. Why should you make unit tests? Simply because you can avoid bugs in your scripts. Unit tests will repeat the same tasks that you ask, so if one of them fail but worked before, it means you broke...
  11. Olyno

    Skester

    Documentation | Source code Skester let you create your own unit tests using Skript. Why should you make unit tests? Simply because you can avoid bugs in your scripts. Unit tests will repeat the same tasks that you ask, so if one of them fail but worked before, it means you broke something...
  12. Olyno

    Addon Skent - Peak of Improvement

    Description I was thinking a long time ago how I could fix some of current issues, like condition "if file/dir exists" which didn't work well. So I found a way to fix that, and here is all changes I did in this version 1.9 of Skent Patch note Fixes: Create file/dir effect didn't work...
  13. Olyno

    Addon Skent - Important Bug Fixes

    Description A lot of people got issues with Skent recently, with some NullPointerException or syntaxes which don't work. Here is a simple update to fix that. Path note Fixes - BoundException with Insert Line Effect - NullPointerException with Line and Content Expression Thanks to people...
  14. Olyno

    GameAPI

    Thank you for reporting the problem to me :emoji_grinning: Yes it should work with 1.8
  15. Olyno

    Addon Skent - Important fixes and improvements

    Description Hi everyone! Was a big time I didn't update Skent (I mean, did an official update of it). So here is an update. Patch Note Fixes: - Could not create directories, was a file instead of a directory. - Could not get a line if this line didn't exist Improvements/Changes...