
Skent by Olyno 
The right way to manage files
Events
11
Expressions
5
Effects
0
Conditions
0
Types
0
Sections
0
Structures
0
Total
16
The right way to manage files
Events
11
Expressions
5
Effects
0
Conditions
0
Types
0
Sections
0
Structures
0
Total
16
What is new?
This release is a small release fixing a
NullPointerException
from the new Zip api.
Fix
*
EffZipFileDir
: Didn't work if the password was empty, throwing a
NullPointerException
.
The variables do not seem to work in async. This release is a hotfix to solve this problem. No additions or deletions.
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 you want not to use the async system by default.
Example of the new system:
The improvement of processes
What is new?
New library
What is new?
Added
New: Watch events are now here! Execute codes when a file change, is deleted or added!
reload script file file name of event-path
broadcast "Hello Change"
on watching file creation at "plugins":
broadcast "Hello Creation"
on watching file deletion at "plugins/test.txt":
broadcast "Hello Deletion"
Welcome to Skent 2.0
What is new?
Breaking changes
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:
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.
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 size
- Improve create file/dir effect by creating nonexisting dirs
Thanks to EthoCryantic for these reports. Don't hesitate to report me any issue/suggestion you have (using skript-chat discord (BbCWeKD) or issue system on the bitbucket of Skent)
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 change /!\: any path returns now the path, no longer the name of the targeted file/dir when the path is in a string, like variable name {%path%} or a simple string "%path%". This change should make more logic what's a path, and what a path returns.
- /!\ Breaking change /!\: the All files/directories syntax changed to include 4 different syntaxes. This change make shorter syntaxes, and should improve the flexibility of this expression :
- all [the] files and [all] [the] dir[ectorie]s (in|of|from) %path%
- all [the] files (in|of|from) %path%
- all [the] dir[ectorie]s (in|of|from) %path%
- all [the] sub[(-| )]files and [all] [the] sub[(-| )]dir[ectorie]s (in|of|from) %path%
- all [the] sub[(-| )]dir[ectorie]s (in|of|from) %path%
- all [the] sub[(-| )]files (in|of|from) %path%
- Watching event has been deleted. It will be rework later.
- parent expression has now path word optional, as [the] parent [path].
- owner expression has now file word optional, as [the] [file] owner. It should resolve the conflict with Region Members & Owners expression of Skript is needed.
- (file|dir) name expression has now rectory word optional as (file|dir[ectory]) name.
- [the] absolute path expression returns now a Path and no longer a String.
- toString method of ExprFileDirectory precise now if it's a directory or a file.
- Events are now improved.
This version will reduce the size of Skent only!
This update mainly contains fixes.
Fixes:
Not a big update, but this update fix a big issue.
This update is to fix important bugs and improve effects.
Users:
Some skript developers asked me to put my effects as AsyncEffect, but since the skript AsyncEffect didn't work, I had put it back into Effect. I found a way to fix the skript AsyncEffect so here is the version with the AsyncEffect.
To summarize: it's just a dev update with no impact with syntaxes.