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:
New libraryCode (Text):
command test: trigger: set {_download_link} to "https://github.com/Olyno/skent/archive/refs/tags/3.1.0.zip" sync download file from {_download_link} to file path "plugins/abc.zip" sync unzip all files from file path "plugins/abc.zip" to dir path "plugins/abc" delete file path "plugins/abc.zip" # This line is executed in async by default, i can omit the "async" prefix.
- ch.eitchnet:cron and com.coreoz:wisp: Used for the new cron event
New event
Enhancements
- cron %string% start
- Support of Skript 2.6.2+, this also mean drop of Minecraft 1.12 support.
- Added a new Metrics related to the new async system: check who is using by default.
Other problems remain persistent and require more time. If you discover an issue with this version, create a new issue.
-
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