diff --git a/plugins/Extras.jar b/plugins/Extras.jar index 3fbaab9..d1545bc 100644 Binary files a/plugins/Extras.jar and b/plugins/Extras.jar differ diff --git a/scripts/fetch_server.sh b/scripts/fetch_server.sh index 85895e6..361a0f7 100755 --- a/scripts/fetch_server.sh +++ b/scripts/fetch_server.sh @@ -3,7 +3,7 @@ mkdir -p fetched_server -curl -L https://ci.plex.us.org/job/Scissors/job/1.20.4/lastSuccessfulBuild/artifact/*zip*/archive.zip > archive.zip +curl -L https://ci.plex.us.org/job/Scissors/job/1.20.6/lastSuccessfulBuild/artifact/*zip*/archive.zip > archive.zip unzip -o archive.zip mv archive/build/libs/scissors-*.jar fetched_server/server.jar diff --git a/server.jar b/server.jar index 2c1ee9c..30a6da9 100644 Binary files a/server.jar and b/server.jar differ