skUtilities
skUtilities copied to clipboard
Thread:
#Comment List: _Becomes_ List: one: test _After using this_ command /testyml: trigger: set yaml value "List.one" of file "plugins/Skript/test.yml" to "test" _Question is in the title_
My code is: set {roblox::*} to url "https:\\api.roblox.com\users\get-by-username?username=%arg-1%"'s contents And the console error output is: 14.09 17:12:42 [Server] ERROR v0.9.2: Error Reading from: 'https:\\api.roblox.com\users\get-by-usernamesername=oHeroz' Is the site down? (ExprUrlContents.class) The...
I wanna execute a Linux command with this Skript "Code": every 5 seconds: if text from "URL" contains "proxys-in-queue: 1": if text from "URL" contains "proxys-online: 0": run script at...
There's a bug, while zipping files into a .zip file while using `zip file[s] %strings% to zip[ file] %-string%`. The files in zip will become blank after zip (all text...
I'm trying to take the UNIX values from PEX DB, the problem is not that, but when using: `skutil convert unix {_rank} as date` or `skutil convert unix {_rank} to...
Versions: Minecraft: 1.12.2 Skript: 2.2 Dev34 (Also tried 2.2 Dev35b, same issue) Issue, attempting to set a variable to a directory's contents fails. Throwing error: `{_temp::*} can't be set to...
Hey So i found this example in the docs on SkUnity ``` command /padi: trigger: set {_tmpO} to now broadcast "Date: %{_tmpO}%" broadcast "Year: %year from date {_tmpO}%" broadcast "Month:...
When doing /gamemode 1 using a skript command and skutilities to take the message from an yml file, without sharpsk: I do have a message that tells me "&6Gamemode set...
Okay so I have the issue that I want to open a new cmd window which will run a batch file with skUtilities, so I thought the command 'start cmd...
```vb month (length|size) (from|of) [date] %date% (length|size|end) of [the] month (from|of) [date] %date% ``` I think can be added to Date Infomation syntax.