skUtilities
skUtilities copied to clipboard
Thread:
Hello, i write my script and i have problem with "parsed as data". When I parsed my variable data change from "13:56" to "14:56". I suggest adding options in the...
Add/Remove changers for YAML expressions. If the yaml value isn't an integer or a number, it should send 1 line error to console. **Examples:** ```vb set yaml value "test" from...
My suggestion is getting yml value from a variable for if we set a variable to a file's content we can't get value from that variable...
```vb date %date% formatted as %string% ``` Should be easiest and faster way to change format of a date when written as a text. I was using this way: ```vb...
As said in the title, I'm getting a NoSuchMethodError while trying to use the `reload script` effect. This might be due to the changes made on [this commit](https://github.com/bensku/Skript/commit/65ef8d96caf7ddd9329e1973325bf518ba614d07) as it...
As discussed in discord about yaml support, Rezz (Idk his github) suggested to not parse a yaml file every time, since it is a bad option and makes unnecessary process....
``` Error occurred while enabling skUtilities v0.9.2 (Is it up to date?) ch.njol.skript.SkriptAPIException: Registration can only be done during plugin initialization at ch.njol.skript.Skript.checkAcceptRegistrations(Skript.java:1267) ~[Skript.jar:?] at ch.njol.skript.Skript.registerAddon(Skript.java:1289) ~[Skript.jar:?] at uk.tim740.skUtilities.skUtilities.onEnable(skUtilities.java:23) ~[skUtilities.v0.9.2.jar:?]...
I found an issue with hexaToNum and numToHexa, It seems like numToHexa works with anything up to 64 bit int limit whereas hexaToNum only works with 32 int limit. I...