Releases: legopitstop/serverjars-py
Releases · legopitstop/serverjars-py
v1.4.0
v1.3.2
Sadly due to unforeseen circumstances, serverjars.com is down and will not be back online. Thankfully the CDN server is still up which this update introduces. Because of this, some functions may behave differently.
Changes
- Renamed all functions to be snake_case.
- Some methods now require "type".
v1.3.1
Sadly due to unforeseen circumstances, serverjars.com is down and will not be back online. Thankfully the CDN server is still up which this update introduces. Because of this, some functions may behave differently.
Changes
- Renamed all functions to be snake_case.
- Some methods now require "type".
v1.3.0
Sadly due to unforeseen circumstances, serverjars.com is down and will not be back online. Thankfully the CDN server is still up which this update introduces. Because of this, some functions may behave differently.
Changes
- Renamed all functions to be snake_case.
- Some methods now require "type".
v1.2.0
[1.2.0] - 8-27-2023
General
- renamed
file
argument tofp
in downloadJar method. - Jar
built
uses datetime. - Renamed
thread
toblock
in downloadJar - downloadJar will now return Jar unless block=False
v1.1.0
CHANGELOG v1.1.0
- Breaking Change! package has been renamed from
ServerJars
toserverjars
. - constants are no longer enums.
- _type now uses fetchTypes instead of a data set.
- Improved method docs.
- Added
finishcommand
to downloadJar. Once jar has been downloaded it will call this function.