Releases: tim740/skUtilities
v0.7.2
v0.7.1
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
v0.6.9
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
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
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
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
v0.6.4
v0.6.3
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