1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon Skent 3.2.1

The right way to manage files

  1. Hotfix for variables

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

    Olyno
    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 prefix, sync or async. You can also define your preference in the plugins/Skent/config.yml file if...
  3. The improvement of processes

    Olyno
    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%'...
  4. Introducing watch events

    Olyno
    What is new?

    Added

    New: Watch events are now here! Execute codes when a file change, is deleted or added!

    Code (Text):
    1. on watching file changes at "plugins/Skript/scripts":
    2.     reload script file file name of event-path
    3.     broadcast "Hello Change"
    4.  
    5. on watching file creation at "plugins":
    6.     broadcast "Hello Creation"
    7.  
    8. on watching file deletion at "plugins/test.txt":
    9.     broadcast "Hello Deletion"
    Govindas and Romitou like this.
  5. Welcome to Skent 2.0

    Olyno
    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 been changed...
    Govindas and Ayham Alali like this.
  6. Peak of Improvement

    Olyno
    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 correctly sometimes, it has been fixed.
    Improvements/Changes:
    • Breaking change: Exists/Doesn't exist condition changed to...
    Seba likes this.
  7. Important Bug Fixes

    Olyno
    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 who reported me these issues. Don't hesitate to contact me if you have any issue with Skent.
  8. Important fixes and improvements

    Olyno
    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:

    - Added size expression:
    - [the] size of %path%
    - [the] %path%'s...
  9. Rework, fixes and improvements

    Olyno
    Description

    Hi everyone!
    After a small update before, here is a real update! Indeed, it includes many changes, including more flexible syntaxes and some adjustments.
    So here is version 1.6 of Skent!

    Patch note

    Fixes:

    - Fix package name conflict.
    - Fix local variables issues in effects (thanks @Blueyescat for the fix and @HYPExMon5ter for the report!)

    Improvements/Changes:

    - /!\ Breaking...
  10. Reduce size of Skent

    Olyno
    This version will reduce the size of Skent only!
    Govindas likes this.