Skip to content

Releases: tim740/skUtilities

v0.7.2

12 Sep 16:56
Compare
Choose a tag to compare

Optimized:

#GeoIP
#DemoMode
#MoveFile
#FileName
#FileExtension
#FileSize/FileSizeBytes
#FileRenameMoveCopy
#FileLines
#InsertLine
#AbsolutePath
#DirList
#EditLine
#FileAttributes
#FileContents
#FileOwner
#Base64
#Encrypt/Decrypt

v0.7.1

11 Sep 23:03
Compare
Choose a tag to compare

Added:

(plugins|addons) list
list of (plugins|addons)
#returns as a list var (array)

region of server
server's region
#gets region of the server (example: Europe/London)

time[ ]zone of server
server's time[ ]zone
#returns timezone of the server (example: GMT)

[current ]time in time[ ]zone %string%
[current ]time[ ]zone %string%'s time
#returns the time and date in a timezone formated like your config has it formatted, Case Sensitive!

[all ]time[ ]zones
#returns all timezones as an array (list variable)

server is time[ ]zone %string%
server is(n't| no)t time[ ]zone %string%
#checks if the server is in a certain timezone

(country code|region code|country|region|city|time[]zone) of %player%
%player%'s (country code|region code|country|region|city|time[]zone)
#GeoIp stuff

convert unix[ date] %number% to date formatted as %string%
#converts unix to date formatted how you want it, see
#https://www.skunity.com/search?search=unix+to+date+formatted#
#for more info

Removed:

number of[ loaded] plugins
number of[ loaded] addons
#due to being able to get the size from (plugin/addon list)

Fixed a bug with most conditions

v0.7.0

06 Sep 20:17
Compare
Choose a tag to compare

Changed:

convert unix[ date] %integer% to date
#to
convert unix[ date] %number% to date

Now Checks if the number is a integer, if it isn't it will return null and tell you it isn't a integer

v0.6.9

27 Aug 16:48
Compare
Choose a tag to compare

Changed:

turn whitelist (on|off)
#to
set whitelist to %boolean%

convert unix[ date] %number% to date
#to
convert unix[ date] %integer% to date

[current ]system (nanos[econds]|millis[econds]|seconds)
#will now return as integer (before it returned as a number)

Optimized:

%string%'s version
version of %string%

Morse now supports numbers and spaces
Optimized many other classes
Fixed Bugs

skUtilities will now broadcast to all users on the server with the permission "skUtilities.update"
when a new update has been downloaded or is available to download

v0.6.8

23 Aug 20:09
Compare
Choose a tag to compare

Added:

number of (upper|lower)case chars in %string%
randomize %string%

Changed:

(script|program|app[lication]|file) %string% is (symbolic|shortcut)
(script|program|app[lication]|file) %string% is(n't| not) (symbolic|shortcut)
#to
file %string% is (symbolic|shortcut)
file %string% is(n't| not) (symbolic|shortcut)

(script|program|app[lication]|file) %string% is(n't| not) exec[utable]
(script|program|app[lication]|file) %string% is exec[utable]
#to
file %string% is(n't| not) exec[utable]
file %string% is exec[utable]

(script|program|app[lication]|file) %string% is a file
(script|program|app[lication]|file) %string% is(n't| not) a file
#to
file %string% is a file
file %string% is(n't| not) a file

v0.6.7

15 Aug 14:35
Compare
Choose a tag to compare

Added:

(script|program|app[lication]|file) %string% is exec[utable]
(script|program|app[lication]|file) %string% is(n't| not) exec[utable]

(script|program|app[lication]|file) %string% is (symbolic|shortcut)
(script|program|app[lication]|file) %string% is(n't| not) (symbolic|shortcut)

file name of %string%
%string%'s file name

owner of file %string%
file %string%'s owner

set owner of file %string% to %string%
set file %string%'s owner to %string%

Fixed and Optimized 1.9 check for 1.9 content

v0.6.6

08 Aug 16:53
Compare
Choose a tag to compare

Fixed:

file %string%'s line %number%
#wasn't working, now it does

Fixed create file/directory, not creating non-existent directories

Optimised and fixed config version checker, wasn't reseting the config when the version wasn't present.
Optimised return null's in every class
Hardcoded load errors for 1.9 content
Changed most of the updater's messages
Changed some other messages

v0.6.5

25 Jul 18:55
Compare
Choose a tag to compare

Added:

write %string% at line %number% to file %-string%
#inserts a line where you tell it to (insert line)
#Could be used to add a empty line to a file

Changed:

on file write:
#will now trigger for write line (insert line)

v0.6.4

25 Jul 01:12
Compare
Choose a tag to compare

Fixed

#create file not creating directories right by...
#adding a new syntax just for creating directories
create dir[ectory] %string%

v0.6.3

24 Jul 16:36
Compare
Choose a tag to compare

Fixed:

zip dir[ectory] %string% to zip[ file] %-string%
#not zipping sub Directories

(unzip|extract) %string% to dir[ectory] %-string%
#not extracting sub Directories

Added:

#A debug System option to enable debug in the config

Changed:

line count of (script|program|app[lication]|file) %string%
(script|program|app[lication]|file) %string%'s line count
#to
line count of file %string%
file %string%'s line count

Cleaned up the config and added titles to each section
Optimised some of the file classes to make them work quicker

line count/setting line/reading line, file attributes, zipping/unzipping/zip list, create/delete file,

Reordered Events