itzg / docker-minecraft-server

Docker image that provides a Minecraft Server that will automatically download selected version at startup
https://docker-minecraft-server.readthedocs.io/
Apache License 2.0
9.31k stars 1.53k forks source link

SPIGET_RESOURCES not used #834

Closed xgonc closed 2 years ago

xgonc commented 3 years ago

I'm trying to setup a server using docker compose. The config part of this server is:

    container_name: loginlobby-puromc
    image: itzg/minecraft-server:latest
    restart: always
    expose:
      - 25565
    env_file: loginlobby-puromc/.env
    volumes:
      - ./loginlobby-puromc/plugins:/data/plugins
      - ./loginlobby-puromc/worlds/world:/data/world
      - ./loginlobby-puromc/worlds/world_nether:/data/world_nether
      - ./loginlobby-puromc/worlds/world_the_end:/data/world_the_end
    networks:
      - mc_net

on the .env file I have, among other settings, this: SPIGET_RESOURCES="1364,52109"

Those plugins are not being loaded. Any suggestion to solve the issue?

Thanks.

itzg commented 3 years ago

What server TYPE are you using? Also, double check that you pulled the latest image I recently added a few more types to the support for SIGET_RESOURCES.

xgonc commented 3 years ago

Hello, Here is the full set of environment variables:

EULA="TRUE"
TZ="Europe/London"
ENABLE_AUTOPAUSE="TRUE"
TYPE="SPIGOT"
ONLINE_MODE="false"
OVERRIDE_SERVER_PROPERTIES="true"
DIFFICULTY="easy"
VERSION="1.12.2"
#OPS=
MAX_PLAYERS="50"
MAX_WORLD_SIZE="10000"
ANNOUNCE_PLAYER_ACHIEVEMENTS="true"
SPAWN_ANIMALS="true"
SPAWN_MONSTERS="true"
SPAWN_NPCS="true"
VIEW_DISTANCE="10"
SEED="1785852800490497919"
FORCE_GAMEMODE="true"
MODE="survival"
#MOTD="My Server"
#PVP="false"
LEVEL="world"
SPIGET_RESOURCES="1364,52109"
MODS="https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar,
      https://media.forgecdn.net/files/798/181/LobbySpawn.jar,
      https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar,
      https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar"
REMOVE_OLD_MODS="TRUE"
REMOVE_OLD_MODS_INCLUDE="*.jar"
REMOVE_OLD_MODS_DEPTH="1"

Meanwhile I'll pull the latest image, and let you know the results.

itzg commented 3 years ago

FWIW, I tested that out and I see the logs mention downloading of those two resources:

[init] Resolving type given SPIGOT
[init] Downloading Spigot from https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar ...
[init] Getting plugins via Spiget
[init] Downloading resource 1364 ...
[init] Moving resource 1364 into plugins
[init] Downloading resource 52109 ...
[init] Moving resource 52109 into plugins
xgonc commented 3 years ago

I pulled the latest image, and the logs you mention do appear on my side. Those plugins are essentially jar files and they are not present in the directory /data/plugins. In fact, getting inside the container, I cannot find the downloads anywhere...

itzg commented 3 years ago

Can you add the variable setting

DEBUG="true"

and provide that output?

xgonc commented 3 years ago

Here it is:

[init] Running as uid=1000 gid=1000 with /data as 'drwxrwxrwx    6 1000     1000          4096 Apr 24 18:17 /data'
[init] Resolved version given 1.12.2 into 1.12.2
[init] Autopause functionality enabled
[init] Resolving type given SPIGOT
+ set -e
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ downloadSpigot
+ local match
+ case "$TYPE" in
+ match=Spigot
+ downloadUrl=
+ getbukkitFlavor=spigot
+ [[ 1.12.2 = LATEST ]]
+ [[ -z '' ]]
+ downloadUrl=https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar
+ setServerVar
+ case "$TYPE" in
+ export SERVER=spigot_server-1.12.2.jar
+ SERVER=spigot_server-1.12.2.jar
+ '[' -f spigot_server-1.12.2.jar ']'
+ isDebugging
+ isTrue true
+ local value=true
+ result=
+ case ${value} in
+ result=0
+ return 0
+ return 0
+ curlArgs=' -v'
+ log 'Downloading Spigot from https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar ...'
+ echo '[init] Downloading Spigot from https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar ...'
[init] Downloading Spigot from https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar ...
+ curl -fsSL -o spigot_server-1.12.2.jar -v https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar
*   Trying 149.28.57.95:443...
* Connected to cdn.getbukkit.org (149.28.57.95) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: none
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [98 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2466 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [333 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [70 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=cdn.getbukkit.org
*  start date: Mar 23 07:42:33 2021 GMT
*  expire date: Jun 21 07:42:33 2021 GMT
*  subjectAltName: host "cdn.getbukkit.org" matched cert's "cdn.getbukkit.org"
*  issuer: C=US; O=Let's Encrypt; CN=R3
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x560935bf2ea0)
} [5 bytes data]
> GET /spigot/spigot-1.12.2.jar HTTP/2
> Host: cdn.getbukkit.org
> user-agent: curl/7.76.1
> accept: */*
>
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
} [5 bytes data]
< HTTP/2 200
< server: nginx/1.10.3 (Ubuntu)
< date: Sat, 24 Apr 2021 17:17:56 GMT
< content-type: application/java-archive
< content-length: 43298362
< last-modified: Tue, 02 Oct 2018 21:01:19 GMT
< etag: "5bb3dc9f-294ae3a"
< strict-transport-security: max-age=15768000; preload; always;
< x-content-type-options: nosniff
< x-xss-protection: 1; mode=block
< x-robots-tag: none
< content-security-policy: frame-ancestors 'self'
< x-frame-options: SAMEORIGIN
< x-server-powered-by: Vyzra.com
< accept-ranges: bytes
<
{ [16032 bytes data]
* Connection #0 to host cdn.getbukkit.org left intact
+ [[ 0 != 0 ]]
++ grep -c 'DOCTYPE html' spigot_server-1.12.2.jar
+ [[ 0 != 0 ]]
+ JVM_OPTS=' -DIReallyKnowWhatIAmDoingISwear'
+ export JVM_OPTS
+ export TYPE=SPIGOT
+ TYPE=SPIGOT
+ export SKIP_LOG4J_CONFIG=true
+ SKIP_LOG4J_CONFIG=true
+ exec /start-spiget
+ extraCurlArgs=(-v)
+ : 1364,52109
+ [[ -n 1364,52109 ]]
+ log 'Getting plugins via Spiget'
+ echo '[init] Getting plugins via Spiget'
[init] Getting plugins via Spiget
+ IFS=,
+ read -r -a resources
+ for resource in "${resources[@]}"
+ getResourceFromSpiget 1364
+ resource=1364
+ log 'Downloading resource 1364 ...'
+ echo '[init] Downloading resource 1364 ...'
[init] Downloading resource 1364 ...
+ tmpfile=/tmp/1364.zip
+ url=https://api.spiget.org/v2/resources/1364/download
+ curl -o /tmp/1364.zip -fsSL -H 'User-Agent: itzg/minecraft-server' -v https://api.spiget.org/v2/resources/1364/download
*   Trying 172.67.65.206:443...
* Connected to api.spiget.org (172.67.65.206) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: none
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [122 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [19 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [2214 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [79 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: C=US; ST=CA; L=San Francisco; O=Cloudflare, Inc.; CN=sni.cloudflaressl.com
*  start date: Jul 31 00:00:00 2020 GMT
*  expire date: Jul 31 12:00:00 2021 GMT
*  subjectAltName: host "api.spiget.org" matched cert's "*.spiget.org"
*  issuer: C=US; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-3
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x55aef70aae80)
} [5 bytes data]
> GET /v2/resources/1364/download HTTP/2
> Host: api.spiget.org
> accept: */*
> user-agent: itzg/minecraft-server
>
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [238 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [238 bytes data]
* old SSL session ID is stale, removing
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
} [5 bytes data]
< HTTP/2 302
< date: Sat, 24 Apr 2021 17:19:00 GMT
< content-type: text/plain; charset=utf-8
< content-length: 75
< set-cookie: __cfduid=d624b5540b54dd0dadd32f468a053da921619284739; expires=Mon, 24-May-21 17:18:59 GMT; path=/; domain=.spiget.org; HttpOnly; SameSite=Lax
< location: https://cdn.spiget.org/file/spiget-resources/1364.jar
< cf-ray: 6450fe78d9a6e600-LHR
< access-control-allow-origin: *
< vary: Accept, Accept-Encoding
< cf-cache-status: BYPASS
< cf-request-id: 09a67d5f8b0000e6002a097000000001
< expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< x-powered-by: Express
< x-spiget-file-source: cdn
< x-spiget-server: apple
< report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?s=aoPGPiZCc6jB%2B3v8Ia%2F7UhqCuIKGLnAdU7hqh%2BfIHwS%2BS%2F4vYC%2Ba8PwrPfXfcX3hQwciUSX3Wfc5XDNHqCe0mu5KcuKMJcIBqQIC%2BqWiyg%3D%3D"}],"group":"cf-nel","max_age":604800}
< nel: {"report_to":"cf-nel","max_age":604800}
< server: cloudflare
<
* Ignoring the response-body
{ [75 bytes data]
* Connection #0 to host api.spiget.org left intact
* Issue another request to this URL: 'https://cdn.spiget.org/file/spiget-resources/1364.jar'
*   Trying 172.67.65.206:443...
* Connected to cdn.spiget.org (172.67.65.206) port 443 (#1)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: none
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [122 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [19 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [2214 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [79 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: C=US; ST=CA; L=San Francisco; O=Cloudflare, Inc.; CN=sni.cloudflaressl.com
*  start date: Jul 31 00:00:00 2020 GMT
*  expire date: Jul 31 12:00:00 2021 GMT
*  subjectAltName: host "cdn.spiget.org" matched cert's "*.spiget.org"
*  issuer: C=US; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-3
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x55aef70aae80)
} [5 bytes data]
> GET /file/spiget-resources/1364.jar HTTP/2
> Host: cdn.spiget.org
> accept: */*
> user-agent: itzg/minecraft-server
>
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [238 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [238 bytes data]
* old SSL session ID is stale, removing
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
} [5 bytes data]
< HTTP/2 200
< date: Sat, 24 Apr 2021 17:19:00 GMT
< content-type: application/java-archive
< content-length: 10199
< set-cookie: __cfduid=d0d4be5690fd9786a99ecc4594f959d8d1619284740; expires=Mon, 24-May-21 17:19:00 GMT; path=/; domain=.spiget.org; HttpOnly; SameSite=Lax
< cf-ray: 6450fe7a8df753a9-LHR
< accept-ranges: bytes
< age: 4364
< cache-control: max-age=1800
< vary: Accept-Encoding
< cf-cache-status: HIT
< cf-request-id: 09a67d6093000053a960a2c000000001
< expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< x-bz-content-sha1: 606f7a723a5c868e82818d858bbaacb2c797b1f3
< x-bz-file-id: 4_z8e7c4ce61f357a517b87001a_f119dd27a459962b7_d20210330_m211625_c000_v0001080_t0035
< x-bz-file-name: 1364.jar
< x-bz-info-src_last_modified_millis: 1562022705018
< x-bz-upload-timestamp: 1617138985000
< report-to: {"max_age":604800,"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?s=CATXeXyHs0TowLS3osbJ2lVabApAnC7d60kHXYUWhPW2wDQwgZ84vv8kQBuRZOpqmfwrScw3JErxI3Pg6XE8o0sNvp6l0KfuiHEHZ4V9lg%3D%3D"}],"group":"cf-nel"}
< nel: {"report_to":"cf-nel","max_age":604800}
< server: cloudflare
<
{ [575 bytes data]
* Connection #1 to host cdn.spiget.org left intact
+ mkdir -p /data/plugins
+ containsJars /tmp/1364.zip
+ file=/tmp/1364.zip
+ pat='\.jar$'
++ unzip -l /tmp/1364.zip
+ read -r line
+ [[ Archive:  /tmp/1364.zip =~ \.jar$ ]]
+ read -r line
+ [[   Length      Date    Time    Name =~ \.jar$ ]]
+ read -r line
+ [[ ---------  ---------- -----   ---- =~ \.jar$ ]]
+ read -r line
+ [[        25  07-01-2019 23:02   META-INF/MANIFEST.MF =~ \.jar$ ]]
+ read -r line
+ [[       386  10-06-2014 02:07   .project =~ \.jar$ ]]
+ read -r line
+ [[        96  07-07-2016 14:40   plugin.yml =~ \.jar$ ]]
+ read -r line
+ [[      1425  07-07-2016 15:10   config.yml =~ \.jar$ ]]
+ read -r line
+ [[       479  06-29-2019 23:11   .classpath =~ \.jar$ ]]
+ read -r line
+ [[         0  10-07-2014 04:29   Inventories.yml =~ \.jar$ ]]
+ read -r line
+ [[     11656  07-01-2019 23:02   me/ConnorEfc/Join/Main.class =~ \.jar$ ]]
+ read -r line
+ [[      2738  07-01-2019 22:40   me/ConnorEfc/Join/ItemStackUtils.class =~ \.jar$ ]]
+ read -r line
+ [[      2067  07-01-2019 21:48   me/ConnorEfc/Join/Configs.class =~ \.jar$ ]]
+ read -r line
+ [[  --------                     ------- =~ \.jar$ ]]
+ read -r line
+ [[     18872                     9 files =~ \.jar$ ]]
+ read -r line
+ return 1
+ log 'Moving resource 1364 into plugins'
+ echo '[init] Moving resource 1364 into plugins'
[init] Moving resource 1364 into plugins
+ mv /tmp/1364.zip /data/plugins/1364.jar
[init] Downloading resource 52109 ...
+ for resource in "${resources[@]}"
+ getResourceFromSpiget 52109
+ resource=52109
+ log 'Downloading resource 52109 ...'
+ echo '[init] Downloading resource 52109 ...'
+ tmpfile=/tmp/52109.zip
+ url=https://api.spiget.org/v2/resources/52109/download
+ curl -o /tmp/52109.zip -fsSL -H 'User-Agent: itzg/minecraft-server' -v https://api.spiget.org/v2/resources/52109/download
*   Trying 172.67.65.206:443...
* Connected to api.spiget.org (172.67.65.206) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: none
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [122 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [19 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [2214 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [79 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: C=US; ST=CA; L=San Francisco; O=Cloudflare, Inc.; CN=sni.cloudflaressl.com
*  start date: Jul 31 00:00:00 2020 GMT
*  expire date: Jul 31 12:00:00 2021 GMT
*  subjectAltName: host "api.spiget.org" matched cert's "*.spiget.org"
*  issuer: C=US; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-3
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x557b0beebe80)
} [5 bytes data]
> GET /v2/resources/52109/download HTTP/2
> Host: api.spiget.org
> accept: */*
> user-agent: itzg/minecraft-server
>
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [238 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [238 bytes data]
* old SSL session ID is stale, removing
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
} [5 bytes data]
< HTTP/2 302
< date: Sat, 24 Apr 2021 17:19:00 GMT
< content-type: text/plain; charset=utf-8
< content-length: 76
< set-cookie: __cfduid=dc5b216a7010acd2054b37f3000351cfe1619284740; expires=Mon, 24-May-21 17:19:00 GMT; path=/; domain=.spiget.org; HttpOnly; SameSite=Lax
< location: https://cdn.spiget.org/file/spiget-resources/52109.jar
< cf-ray: 6450fe7bbb7d53a4-LHR
< access-control-allow-origin: *
< vary: Accept, Accept-Encoding
< cf-cache-status: BYPASS
< cf-request-id: 09a67d6158000053a4fb086000000001
< expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< x-powered-by: Express
< x-spiget-file-source: cdn
< x-spiget-server: melon
< report-to: {"group":"cf-nel","endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?s=ZTSktgqDxs2re7RPICUnXrAFSCIqRM8oHRQYO3ha5ezswvYJbZJh6i749YE7OINdF8uCRsKbm3lByM0Vv4AjknQh8H1xTyg5GyF2u80SCg%3D%3D"}],"max_age":604800}
< nel: {"max_age":604800,"report_to":"cf-nel"}
< server: cloudflare
<
* Ignoring the response-body
{ [76 bytes data]
* Connection #0 to host api.spiget.org left intact
* Issue another request to this URL: 'https://cdn.spiget.org/file/spiget-resources/52109.jar'
*   Trying 172.67.65.206:443...
* Connected to cdn.spiget.org (172.67.65.206) port 443 (#1)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: none
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [122 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [19 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [2214 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [79 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: C=US; ST=CA; L=San Francisco; O=Cloudflare, Inc.; CN=sni.cloudflaressl.com
*  start date: Jul 31 00:00:00 2020 GMT
*  expire date: Jul 31 12:00:00 2021 GMT
*  subjectAltName: host "cdn.spiget.org" matched cert's "*.spiget.org"
*  issuer: C=US; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-3
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x557b0beebe80)
} [5 bytes data]
> GET /file/spiget-resources/52109.jar HTTP/2
> Host: cdn.spiget.org
> accept: */*
> user-agent: itzg/minecraft-server
>
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [238 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [238 bytes data]
* old SSL session ID is stale, removing
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
} [5 bytes data]
< HTTP/2 200
< date: Sat, 24 Apr 2021 17:19:00 GMT
< content-type: application/java-archive
< content-length: 582655
< set-cookie: __cfduid=d4576f3252558ac8aed8b6e060f7781dd1619284740; expires=Mon, 24-May-21 17:19:00 GMT; path=/; domain=.spiget.org; HttpOnly; SameSite=Lax
< cf-ray: 6450fe7d48120682-LHR
< accept-ranges: bytes
< age: 152888
< cache-control: max-age=1800
< vary: Accept-Encoding
< cf-cache-status: HIT
< cf-request-id: 09a67d624f00000682eca84000000001
< expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< x-bz-content-sha1: 7fff6f515ab358274f462dc1ab659e0c5d8adf5c
< x-bz-file-id: 4_z8e7c4ce61f357a517b87001a_f11146408f86a5442_d20210330_m044353_c000_v0001158_t0005
< x-bz-file-name: 52109.jar
< x-bz-info-src_last_modified_millis: 1568063849535
< x-bz-upload-timestamp: 1617079433000
< report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?s=SOpd67vmOAR7bKrs%2FrXJrHW5VffRFHxGNwNjp7udNbalXfqE0yG21AN0YQBkpy43mrXUAvjhX8IS5CSq0nLgZKj488hUWAnomrpJHMGq6A%3D%3D"}],"max_age":604800,"group":"cf-nel"}
< nel: {"report_to":"cf-nel","max_age":604800}
< server: cloudflare
<
{ [568 bytes data]
* Connection #1 to host cdn.spiget.org left intact
+ mkdir -p /data/plugins
+ containsJars /tmp/52109.zip
+ file=/tmp/52109.zip
+ pat='\.jar$'
++ unzip -l /tmp/52109.zip
+ read -r line
+ [[ Archive:  /tmp/52109.zip =~ \.jar$ ]]
+ read -r line
+ [[   Length      Date    Time    Name =~ \.jar$ ]]
+ read -r line
+ [[ ---------  ---------- -----   ---- =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   META-INF/ =~ \.jar$ ]]
+ read -r line
+ [[       130  09-09-2019 22:26   META-INF/MANIFEST.MF =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   META-INF/maven/ =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   META-INF/maven/de.gerrygames/ =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-all/ =~ \.jar$ ]]
+ read -r line
+ [[      4841  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-all/pom.xml =~ \.jar$ ]]
+ read -r line
+ [[       117  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-all/pom.properties =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   assets/ =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   assets/viarewind/ =~ \.jar$ ]]
+ read -r line
+ [[       564  09-09-2019 22:26   assets/viarewind/config.yml =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/ =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/ =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/ =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/api/ =~ \.jar$ ]]
+ read -r line
+ [[      1389  09-09-2019 22:26   de/gerrygames/viarewind/api/ViaRewindConfig$CooldownIndicator.class =~ \.jar$ ]]
+ read -r line
+ [[       424  09-09-2019 22:26   de/gerrygames/viarewind/api/ViaRewindConfig.class =~ \.jar$ ]]
+ read -r line
+ [[      2227  09-09-2019 22:26   de/gerrygames/viarewind/api/ViaRewindConfigImpl.class =~ \.jar$ ]]
+ read -r line
+ [[      1550  09-09-2019 22:26   de/gerrygames/viarewind/api/ViaRewindPlatform.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/netty/ =~ \.jar$ ]]
+ read -r line
+ [[       926  09-09-2019 22:26   de/gerrygames/viarewind/netty/EmptyChannelHandler.class =~ \.jar$ ]]
+ read -r line
+ [[      1110  09-09-2019 22:26   de/gerrygames/viarewind/netty/ForwardMessageToByteEncoder.class =~ \.jar$ ]]
+ read -r line
+ [[       802  09-09-2019 22:26   de/gerrygames/viarewind/netty/ForwardMessageToMessageDecoder.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/ =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_0_5to1_7_6_10/ =~ \.jar$ ]]
+ read -r line
+ [[      1496  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_0_5to1_7_6_10/Protocol1_7_0_5to1_7_6_10$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1279  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_0_5to1_7_6_10/Protocol1_7_0_5to1_7_6_10$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1484  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_0_5to1_7_6_10/Protocol1_7_0_5to1_7_6_10$3$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1840  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_0_5to1_7_6_10/Protocol1_7_0_5to1_7_6_10$3.class =~ \.jar$ ]]
+ read -r line
+ [[      2612  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_0_5to1_7_6_10/Protocol1_7_0_5to1_7_6_10$4$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1407  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_0_5to1_7_6_10/Protocol1_7_0_5to1_7_6_10$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1953  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_0_5to1_7_6_10/Protocol1_7_0_5to1_7_6_10.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/ =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/chunks/ =~ \.jar$ ]]
+ read -r line
+ [[      4721  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/chunks/ChunkPacketTransformer.class =~ \.jar$ ]]
+ read -r line
+ [[      3234  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/chunks/ExtendedBlockStorage.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/entityreplacements/ =~ \.jar$ ]]
+ read -r line
+ [[      1572  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/entityreplacements/ArmorStandReplacement$State.class =~ \.jar$ ]]
+ read -r line
+ [[     10415  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/entityreplacements/ArmorStandReplacement.class =~ \.jar$ ]]
+ read -r line
+ [[      6211  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/entityreplacements/EndermiteReplacement.class =~ \.jar$ ]]
+ read -r line
+ [[      6241  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/entityreplacements/GuardianReplacement.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/items/ =~ \.jar$ ]]
+ read -r line
+ [[      5478  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/items/ItemRewriter.class =~ \.jar$ ]]
+ read -r line
+ [[      4404  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/items/ReplacementRegistry1_7_6_10to1_8.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/metadata/ =~ \.jar$ ]]
+ read -r line
+ [[      1203  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/metadata/MetadataRewriter$1.class =~ \.jar$ ]]
+ read -r line
+ [[      5322  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/metadata/MetadataRewriter.class =~ \.jar$ ]]
+ read -r line
+ [[      3234  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/metadata/MetaIndex1_7_6_10to1_8.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/ =~ \.jar$ ]]
+ read -r line
+ [[      1727  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1369  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$1$2.class =~ \.jar$ ]]
+ read -r line
+ [[      3133  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$1$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1654  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1268  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$10$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2358  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$10$2.class =~ \.jar$ ]]
+ read -r line
+ [[      2439  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$10$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1560  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$10.class =~ \.jar$ ]]
+ read -r line
+ [[      2214  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$11$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1284  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$11.class =~ \.jar$ ]]
+ read -r line
+ [[      1976  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$12$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1189  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$12.class =~ \.jar$ ]]
+ read -r line
+ [[      3151  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$13$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1387  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$13.class =~ \.jar$ ]]
+ read -r line
+ [[      1265  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$14$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1327  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$14.class =~ \.jar$ ]]
+ read -r line
+ [[      1002  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$15.class =~ \.jar$ ]]
+ read -r line
+ [[      2509  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$16$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1205  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$16.class =~ \.jar$ ]]
+ read -r line
+ [[      1111  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$17$1.class =~ \.jar$ ]]
+ read -r line
+ [[       986  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$17.class =~ \.jar$ ]]
+ read -r line
+ [[      1835  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1201  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$2.class =~ \.jar$ ]]
+ read -r line
+ [[       935  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1023  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$4.class =~ \.jar$ ]]
+ read -r line
+ [[      3031  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$5$1.class =~ \.jar$ ]]
+ read -r line
+ [[       982  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$5.class =~ \.jar$ ]]
+ read -r line
+ [[       921  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$6.class =~ \.jar$ ]]
+ read -r line
+ [[      1263  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$7$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2285  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$7$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1417  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$7.class =~ \.jar$ ]]
+ read -r line
+ [[      1263  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$8$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2258  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$8$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1406  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$8.class =~ \.jar$ ]]
+ read -r line
+ [[      1263  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$9$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2430  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$9$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1439  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets$9.class =~ \.jar$ ]]
+ read -r line
+ [[      2877  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/EntityPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      2838  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1000  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1683  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1171  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$2.class =~ \.jar$ ]]
+ read -r line
+ [[      2083  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$3$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1745  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$3$2.class =~ \.jar$ ]]
+ read -r line
+ [[      2745  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$3$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1548  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$3.class =~ \.jar$ ]]
+ read -r line
+ [[      2578  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$4$1.class =~ \.jar$ ]]
+ read -r line
+ [[      3198  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$4$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1118  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$4.class =~ \.jar$ ]]
+ read -r line
+ [[      3810  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$5$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1211  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$5.class =~ \.jar$ ]]
+ read -r line
+ [[      1683  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$6$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1171  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$6.class =~ \.jar$ ]]
+ read -r line
+ [[      2032  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$7$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1689  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$7$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1549  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$7.class =~ \.jar$ ]]
+ read -r line
+ [[      1420  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$8$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1222  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$8.class =~ \.jar$ ]]
+ read -r line
+ [[      1689  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$9$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1392  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets$9.class =~ \.jar$ ]]
+ read -r line
+ [[      1985  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/InventoryPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      1707  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2551  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$1$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1733  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$1$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1490  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      5837  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$10$1.class =~ \.jar$ ]]
+ read -r line
+ [[       986  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$10.class =~ \.jar$ ]]
+ read -r line
+ [[      2547  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$11$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1188  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$11.class =~ \.jar$ ]]
+ read -r line
+ [[      3710  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$12$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1150  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$12.class =~ \.jar$ ]]
+ read -r line
+ [[      1917  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$13$1.class =~ \.jar$ ]]
+ read -r line
+ [[       986  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$13.class =~ \.jar$ ]]
+ read -r line
+ [[      2710  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$14$1.class =~ \.jar$ ]]
+ read -r line
+ [[       986  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$14.class =~ \.jar$ ]]
+ read -r line
+ [[      1111  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$15$1.class =~ \.jar$ ]]
+ read -r line
+ [[       986  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$15.class =~ \.jar$ ]]
+ read -r line
+ [[      1111  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$16$1.class =~ \.jar$ ]]
+ read -r line
+ [[       986  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$16.class =~ \.jar$ ]]
+ read -r line
+ [[      3085  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$17$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1150  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$17.class =~ \.jar$ ]]
+ read -r line
+ [[      4360  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$18$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1236  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$18.class =~ \.jar$ ]]
+ read -r line
+ [[      1763  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$19$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1151  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$19.class =~ \.jar$ ]]
+ read -r line
+ [[      1399  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1146  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1267  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$20$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2285  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$20$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1319  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$20.class =~ \.jar$ ]]
+ read -r line
+ [[      1922  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$21$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1191  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$21.class =~ \.jar$ ]]
+ read -r line
+ [[      1267  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$22$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2520  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$22$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1359  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$22.class =~ \.jar$ ]]
+ read -r line
+ [[      1787  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$23$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1159  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$23.class =~ \.jar$ ]]
+ read -r line
+ [[      2418  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$24$1.class =~ \.jar$ ]]
+ read -r line
+ [[       986  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$24.class =~ \.jar$ ]]
+ read -r line
+ [[      2221  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$25$1.class =~ \.jar$ ]]
+ read -r line
+ [[       986  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$25.class =~ \.jar$ ]]
+ read -r line
+ [[      1495  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$26$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2707  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$26$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1335  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$26.class =~ \.jar$ ]]
+ read -r line
+ [[      2727  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$27$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1160  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$27.class =~ \.jar$ ]]
+ read -r line
+ [[      2093  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$28$1.class =~ \.jar$ ]]
+ read -r line
+ [[       986  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$28.class =~ \.jar$ ]]
+ read -r line
+ [[      2129  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$29$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1188  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$29.class =~ \.jar$ ]]
+ read -r line
+ [[      1726  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$3$1.class =~ \.jar$ ]]
+ read -r line
+ [[       982  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1270  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$30$1.class =~ \.jar$ ]]
+ read -r line
+ [[      3464  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$30$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1338  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$30.class =~ \.jar$ ]]
+ read -r line
+ [[      1636  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$31$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1220  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$31.class =~ \.jar$ ]]
+ read -r line
+ [[      5111  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$32$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1150  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$32.class =~ \.jar$ ]]
+ read -r line
+ [[      1014  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1707  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$5$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2447  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$5$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1734  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$5$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1451  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$5.class =~ \.jar$ ]]
+ read -r line
+ [[      2756  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$6$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1764  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$6$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1604  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$6$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1510  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$6.class =~ \.jar$ ]]
+ read -r line
+ [[      1017  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$7.class =~ \.jar$ ]]
+ read -r line
+ [[      3728  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$8$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2180  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$8$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1297  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$8.class =~ \.jar$ ]]
+ read -r line
+ [[      1726  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$9$1.class =~ \.jar$ ]]
+ read -r line
+ [[       982  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets$9.class =~ \.jar$ ]]
+ read -r line
+ [[      4689  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/PlayerPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      3772  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/ScoreboardPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1006  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/ScoreboardPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2687  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/ScoreboardPackets$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1006  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/ScoreboardPackets$2.class =~ \.jar$ ]]
+ read -r line
+ [[      3020  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/ScoreboardPackets$3$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1198  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/ScoreboardPackets$3.class =~ \.jar$ ]]
+ read -r line
+ [[      5183  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/ScoreboardPackets$4$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1170  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/ScoreboardPackets$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1353  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/ScoreboardPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      4644  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1910  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$1$2.class =~ \.jar$ ]]
+ read -r line
+ [[      2213  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$1$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1754  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      3137  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2421  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$2$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1546  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$2$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1479  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$2.class =~ \.jar$ ]]
+ read -r line
+ [[      3658  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$3$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2347  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$3$2.class =~ \.jar$ ]]
+ read -r line
+ [[      2921  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$3$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1824  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1720  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$4$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2215  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$4$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1427  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$4.class =~ \.jar$ ]]
+ read -r line
+ [[      2221  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$5$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1219  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$5.class =~ \.jar$ ]]
+ read -r line
+ [[      2216  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$6$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1218  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets$6.class =~ \.jar$ ]]
+ read -r line
+ [[      1554  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/SpawnPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      3114  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[       976  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      3544  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$10$1.class =~ \.jar$ ]]
+ read -r line
+ [[       980  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$10.class =~ \.jar$ ]]
+ read -r line
+ [[      1826  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$11$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1374  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$11.class =~ \.jar$ ]]
+ read -r line
+ [[      1105  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$12$1.class =~ \.jar$ ]]
+ read -r line
+ [[       980  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$12.class =~ \.jar$ ]]
+ read -r line
+ [[      1105  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$13$1.class =~ \.jar$ ]]
+ read -r line
+ [[       980  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$13.class =~ \.jar$ ]]
+ read -r line
+ [[      2565  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$14$1.class =~ \.jar$ ]]
+ read -r line
+ [[       980  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$14.class =~ \.jar$ ]]
+ read -r line
+ [[      2500  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1148  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1829  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$3$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2044  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$3$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1090  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1821  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$4$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1189  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1720  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$5$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1169  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$5.class =~ \.jar$ ]]
+ read -r line
+ [[      1159  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$6$1.class =~ \.jar$ ]]
+ read -r line
+ [[       976  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$6.class =~ \.jar$ ]]
+ read -r line
+ [[      1817  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$7$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1179  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$7.class =~ \.jar$ ]]
+ read -r line
+ [[      1850  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$8$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2451  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$8$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1346  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$8.class =~ \.jar$ ]]
+ read -r line
+ [[      1821  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$9$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1883  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$9$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1090  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets$9.class =~ \.jar$ ]]
+ read -r line
+ [[      2500  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/packets/WorldPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      1094  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/Protocol1_7_6_10TO1_8$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1114  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/Protocol1_7_6_10TO1_8$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1155  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/Protocol1_7_6_10TO1_8$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1094  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/Protocol1_7_6_10TO1_8$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1787  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/Protocol1_7_6_10TO1_8$4$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1319  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/Protocol1_7_6_10TO1_8$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1460  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/Protocol1_7_6_10TO1_8$5$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1155  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/Protocol1_7_6_10TO1_8$5.class =~ \.jar$ ]]
+ read -r line
+ [[      1757  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/Protocol1_7_6_10TO1_8$6$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1155  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/Protocol1_7_6_10TO1_8$6.class =~ \.jar$ ]]
+ read -r line
+ [[      5290  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/Protocol1_7_6_10TO1_8.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/provider/ =~ \.jar$ ]]
+ read -r line
+ [[      4026  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/provider/TitleRenderProvider.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/ =~ \.jar$ ]]
+ read -r line
+ [[      1625  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/CompressionSendStorage.class =~ \.jar$ ]]
+ read -r line
+ [[      9506  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/EntityTracker.class =~ \.jar$ ]]
+ read -r line
+ [[      3290  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/GameProfileStorage$GameProfile.class =~ \.jar$ ]]
+ read -r line
+ [[       775  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/GameProfileStorage$Property.class =~ \.jar$ ]]
+ read -r line
+ [[      5017  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/GameProfileStorage.class =~ \.jar$ ]]
+ read -r line
+ [[      3522  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/PlayerAbilities.class =~ \.jar$ ]]
+ read -r line
+ [[      2273  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/PlayerPosition.class =~ \.jar$ ]]
+ read -r line
+ [[      1117  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/Scoreboard$ScoreTeam.class =~ \.jar$ ]]
+ read -r line
+ [[      8489  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/Scoreboard.class =~ \.jar$ ]]
+ read -r line
+ [[      2279  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/Windows$Furnace.class =~ \.jar$ ]]
+ read -r line
+ [[      2846  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/Windows.class =~ \.jar$ ]]
+ read -r line
+ [[      1895  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/WorldBorder$Side.class =~ \.jar$ ]]
+ read -r line
+ [[      6337  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/storage/WorldBorder.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/ =~ \.jar$ ]]
+ read -r line
+ [[      4720  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/Chunk1_7_10Type.class =~ \.jar$ ]]
+ read -r line
+ [[      4311  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/CompressedNBTType.class =~ \.jar$ ]]
+ read -r line
+ [[      1958  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/CustomIntType.class =~ \.jar$ ]]
+ read -r line
+ [[      2101  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/CustomStringType.class =~ \.jar$ ]]
+ read -r line
+ [[      2098  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/ItemArrayType.class =~ \.jar$ ]]
+ read -r line
+ [[      2434  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/ItemType.class =~ \.jar$ ]]
+ read -r line
+ [[      4484  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/MetadataListType.class =~ \.jar$ ]]
+ read -r line
+ [[      2301  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/MetadataType.class =~ \.jar$ ]]
+ read -r line
+ [[      2633  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/MetaType1_7_6_10.class =~ \.jar$ ]]
+ read -r line
+ [[      3191  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/NBTType.class =~ \.jar$ ]]
+ read -r line
+ [[      5419  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/Particle.class =~ \.jar$ ]]
+ read -r line
+ [[      1916  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_7_6_10to1_8/types/Types1_7_6_10.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_7_6_10/ =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_7_6_10/metadata/ =~ \.jar$ ]]
+ read -r line
+ [[     12731  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_7_6_10/metadata/MetaIndex1_8to1_7_6_10.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/ =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/bossbar/ =~ \.jar$ ]]
+ read -r line
+ [[      7696  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/bossbar/WitherBossBar.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/entityreplacement/ =~ \.jar$ ]]
+ read -r line
+ [[      3618  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/entityreplacement/ShulkerBulletReplacement.class =~ \.jar$ ]]
+ read -r line
+ [[      6075  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/entityreplacement/ShulkerReplacement.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/items/ =~ \.jar$ ]]
+ read -r line
+ [[     11924  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/items/ItemRewriter.class =~ \.jar$ ]]
+ read -r line
+ [[      3285  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/items/ReplacementRegistry1_8to1_9.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/metadata/ =~ \.jar$ ]]
+ read -r line
+ [[      1324  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/metadata/MetadataRewriter$1.class =~ \.jar$ ]]
+ read -r line
+ [[      5897  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/metadata/MetadataRewriter.class =~ \.jar$ ]]
+ read -r line
+ [[      3041  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/metadata/MetaIndex1_8to1_9.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/ =~ \.jar$ ]]
+ read -r line
+ [[      1516  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1118  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1306  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$10$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1131  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$10.class =~ \.jar$ ]]
+ read -r line
+ [[      1579  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$11$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1569  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$11$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1265  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$11.class =~ \.jar$ ]]
+ read -r line
+ [[      3455  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$12$1.class =~ \.jar$ ]]
+ read -r line
+ [[       961  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$12.class =~ \.jar$ ]]
+ read -r line
+ [[      2389  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$13$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1650  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$13$2.class =~ \.jar$ ]]
+ read -r line
+ [[      2424  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$13$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1730  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$13.class =~ \.jar$ ]]
+ read -r line
+ [[      3699  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$14$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1153  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$14.class =~ \.jar$ ]]
+ read -r line
+ [[      1856  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$15$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1187  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$15.class =~ \.jar$ ]]
+ read -r line
+ [[      3633  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1122  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$2.class =~ \.jar$ ]]
+ read -r line
+ [[      4438  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$3$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1122  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$3.class =~ \.jar$ ]]
+ read -r line
+ [[      2227  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$4$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2310  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$4$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1302  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1848  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$5$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1893  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$5$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1301  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$5$3.class =~ \.jar$ ]]
+ read -r line
+ [[      2384  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$5$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1829  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$5.class =~ \.jar$ ]]
+ read -r line
+ [[      1845  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$6$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1128  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$6.class =~ \.jar$ ]]
+ read -r line
+ [[      1797  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$7$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1150  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$7.class =~ \.jar$ ]]
+ read -r line
+ [[      2178  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$8$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1150  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$8.class =~ \.jar$ ]]
+ read -r line
+ [[      2738  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$9$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1367  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets$9.class =~ \.jar$ ]]
+ read -r line
+ [[      2667  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/EntityPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      1653  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1146  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1528  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1769  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$2$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1697  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$2$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1424  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$2.class =~ \.jar$ ]]
+ read -r line
+ [[      2898  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$3$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1146  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$3.class =~ \.jar$ ]]
+ read -r line
+ [[      2732  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$4$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1194  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1653  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$5$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1146  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$5.class =~ \.jar$ ]]
+ read -r line
+ [[      1582  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$6$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2167  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$6$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1475  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$6.class =~ \.jar$ ]]
+ read -r line
+ [[      1582  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$7$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1166  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets$7.class =~ \.jar$ ]]
+ read -r line
+ [[      1804  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/InventoryPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      2548  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[       957  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1646  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$10$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1137  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$10.class =~ \.jar$ ]]
+ read -r line
+ [[      1611  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$11$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1126  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$11.class =~ \.jar$ ]]
+ read -r line
+ [[      1951  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$12$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1380  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$12$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1289  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$12.class =~ \.jar$ ]]
+ read -r line
+ [[      1961  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$13$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1380  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$13$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1277  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$13.class =~ \.jar$ ]]
+ read -r line
+ [[      2110  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$14$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1380  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$14$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1329  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$14.class =~ \.jar$ ]]
+ read -r line
+ [[      2155  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$15$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1275  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$15.class =~ \.jar$ ]]
+ read -r line
+ [[      1240  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$16$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1306  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$16$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1904  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$16$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1644  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$16$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1737  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$16.class =~ \.jar$ ]]
+ read -r line
+ [[      1363  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$17$1.class =~ \.jar$ ]]
+ read -r line
+ [[       961  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$17.class =~ \.jar$ ]]
+ read -r line
+ [[      1304  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$18$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1968  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$18$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1495  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$18$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1144  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$18.class =~ \.jar$ ]]
+ read -r line
+ [[      2408  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$19$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1148  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$19.class =~ \.jar$ ]]
+ read -r line
+ [[      1081  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[       957  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$2.class =~ \.jar$ ]]
+ read -r line
+ [[      3079  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$20$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1172  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$20.class =~ \.jar$ ]]
+ read -r line
+ [[      1583  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$21$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1127  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$21.class =~ \.jar$ ]]
+ read -r line
+ [[      1306  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$22$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1164  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$22.class =~ \.jar$ ]]
+ read -r line
+ [[      1306  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$23$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2881  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$23$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1524  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$23.class =~ \.jar$ ]]
+ read -r line
+ [[      2925  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$24$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1125  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$24.class =~ \.jar$ ]]
+ read -r line
+ [[      2518  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$3$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1121  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1761  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$4$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1157  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$4.class =~ \.jar$ ]]
+ read -r line
+ [[      2303  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$5$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1708  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$5$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1376  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$5.class =~ \.jar$ ]]
+ read -r line
+ [[      3563  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$6$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1211  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$6.class =~ \.jar$ ]]
+ read -r line
+ [[      1620  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$7$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1418  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$7$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1709  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$7$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1416  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$7.class =~ \.jar$ ]]
+ read -r line
+ [[      2375  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$8$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1121  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$8.class =~ \.jar$ ]]
+ read -r line
+ [[      3078  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$9$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1179  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets$9.class =~ \.jar$ ]]
+ read -r line
+ [[      3967  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/PlayerPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      1636  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/ScoreboardPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1173  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/ScoreboardPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1067  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/ScoreboardPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      1229  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2746  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$1$2.class =~ \.jar$ ]]
+ read -r line
+ [[      2354  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$1$3.class =~ \.jar$ ]]
+ read -r line
+ [[      2481  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$1$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1805  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2186  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1457  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$2.class =~ \.jar$ ]]
+ read -r line
+ [[      2181  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$3$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1456  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$3.class =~ \.jar$ ]]
+ read -r line
+ [[      1229  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$4$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2810  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$4$2.class =~ \.jar$ ]]
+ read -r line
+ [[      2308  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$4$3.class =~ \.jar$ ]]
+ read -r line
+ [[      2858  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$4$4.class =~ \.jar$ ]]
+ read -r line
+ [[      2138  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1229  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$5$1.class =~ \.jar$ ]]
+ read -r line
+ [[      2180  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$5$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1430  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$5.class =~ \.jar$ ]]
+ read -r line
+ [[      1289  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$6$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1855  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$6$2.class =~ \.jar$ ]]
+ read -r line
+ [[      2178  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$6$3.class =~ \.jar$ ]]
+ read -r line
+ [[      2030  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets$6.class =~ \.jar$ ]]
+ read -r line
+ [[      1508  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/SpawnPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      2050  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$1$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1181  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1829  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$10$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1116  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$10.class =~ \.jar$ ]]
+ read -r line
+ [[      1237  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$11$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1148  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$11.class =~ \.jar$ ]]
+ read -r line
+ [[      1459  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$12$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1184  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$12.class =~ \.jar$ ]]
+ read -r line
+ [[      1690  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$13$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1237  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$13$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1314  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$13.class =~ \.jar$ ]]
+ read -r line
+ [[      1498  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$2$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1196  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1933  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$3$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1148  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$3.class =~ \.jar$ ]]
+ read -r line
+ [[      2068  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$4$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1172  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$4.class =~ \.jar$ ]]
+ read -r line
+ [[      1601  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$5$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1232  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$5$2.class =~ \.jar$ ]]
+ read -r line
+ [[      1339  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$5.class =~ \.jar$ ]]
+ read -r line
+ [[      1596  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$6$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1180  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$6.class =~ \.jar$ ]]
+ read -r line
+ [[      2072  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$7$1.class =~ \.jar$ ]]
+ read -r line
+ [[       951  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$7.class =~ \.jar$ ]]
+ read -r line
+ [[      6889  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$8$1.class =~ \.jar$ ]]
+ read -r line
+ [[       951  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$8.class =~ \.jar$ ]]
+ read -r line
+ [[      2138  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$9$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1186  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets$9.class =~ \.jar$ ]]
+ read -r line
+ [[      2436  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/packets/WorldPackets.class =~ \.jar$ ]]
+ read -r line
+ [[      1446  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/Protocol1_8TO1_9$1.class =~ \.jar$ ]]
+ read -r line
+ [[      1443  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/Protocol1_8TO1_9$2.class =~ \.jar$ ]]
+ read -r line
+ [[      4323  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/Protocol1_8TO1_9.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/sound/ =~ \.jar$ ]]
+ read -r line
+ [[      1694  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/sound/Effect.class =~ \.jar$ ]]
+ read -r line
+ [[     27845  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/sound/SoundRemapper.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/storage/ =~ \.jar$ ]]
+ read -r line
+ [[      1804  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/storage/BlockPlaceDestroyTracker.class =~ \.jar$ ]]
+ read -r line
+ [[      4243  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/storage/BossBarStorage.class =~ \.jar$ ]]
+ read -r line
+ [[      7447  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/storage/Cooldown.class =~ \.jar$ ]]
+ read -r line
+ [[     10435  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/storage/EntityTracker.class =~ \.jar$ ]]
+ read -r line
+ [[      2085  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/storage/Levitation.class =~ \.jar$ ]]
+ read -r line
+ [[      3871  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/storage/PlayerPosition.class =~ \.jar$ ]]
+ read -r line
+ [[      4455  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/storage/Windows.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/types/ =~ \.jar$ ]]
+ read -r line
+ [[      6044  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/types/Chunk1_8Type.class =~ \.jar$ ]]
+ read -r line
+ [[      2499  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/types/ChunkSectionType1_8.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/util/ =~ \.jar$ ]]
+ read -r line
+ [[      2530  09-09-2019 22:26   de/gerrygames/viarewind/protocol/protocol1_8to1_9/util/RelativeMoveUtil.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/replacement/ =~ \.jar$ ]]
+ read -r line
+ [[       470  09-09-2019 22:26   de/gerrygames/viarewind/replacement/EntityReplacement.class =~ \.jar$ ]]
+ read -r line
+ [[      3301  09-09-2019 22:26   de/gerrygames/viarewind/replacement/Replacement.class =~ \.jar$ ]]
+ read -r line
+ [[      2703  09-09-2019 22:26   de/gerrygames/viarewind/replacement/ReplacementRegistry.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/storage/ =~ \.jar$ ]]
+ read -r line
+ [[      1203  09-09-2019 22:26   de/gerrygames/viarewind/storage/BlockState.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/types/ =~ \.jar$ ]]
+ read -r line
+ [[      1793  09-09-2019 22:26   de/gerrygames/viarewind/types/VarLongType.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/utils/ =~ \.jar$ ]]
+ read -r line
+ [[      2267  09-09-2019 22:26   de/gerrygames/viarewind/utils/ChatUtil.class =~ \.jar$ ]]
+ read -r line
+ [[       973  09-09-2019 22:26   de/gerrygames/viarewind/utils/Enchantments.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/utils/math/ =~ \.jar$ ]]
+ read -r line
+ [[       731  09-09-2019 22:26   de/gerrygames/viarewind/utils/math/AABB.class =~ \.jar$ ]]
+ read -r line
+ [[       738  09-09-2019 22:26   de/gerrygames/viarewind/utils/math/Ray3d.class =~ \.jar$ ]]
+ read -r line
+ [[      2105  09-09-2019 22:26   de/gerrygames/viarewind/utils/math/RayTracing.class =~ \.jar$ ]]
+ read -r line
+ [[      3428  09-09-2019 22:26   de/gerrygames/viarewind/utils/math/Vector3d.class =~ \.jar$ ]]
+ read -r line
+ [[      2722  09-09-2019 22:26   de/gerrygames/viarewind/utils/PacketUtil.class =~ \.jar$ ]]
+ read -r line
+ [[       400  09-09-2019 22:26   de/gerrygames/viarewind/utils/ServerSender.class =~ \.jar$ ]]
+ read -r line
+ [[       148  09-09-2019 22:26   de/gerrygames/viarewind/utils/Tickable.class =~ \.jar$ ]]
+ read -r line
+ [[      3064  09-09-2019 22:26   de/gerrygames/viarewind/utils/Ticker.class =~ \.jar$ ]]
+ read -r line
+ [[       724  09-09-2019 22:26   de/gerrygames/viarewind/utils/Utils.class =~ \.jar$ ]]
+ read -r line
+ [[       854  09-09-2019 22:26   de/gerrygames/viarewind/ViaRewind.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-core/ =~ \.jar$ ]]
+ read -r line
+ [[      1233  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-core/pom.xml =~ \.jar$ ]]
+ read -r line
+ [[       118  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-core/pom.properties =~ \.jar$ ]]
+ read -r line
+ [[       861  09-09-2019 22:26   de/gerrygames/viarewind/BukkitPlugin.class =~ \.jar$ ]]
+ read -r line
+ [[       209  09-09-2019 22:26   plugin.yml =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-bukkit/ =~ \.jar$ ]]
+ read -r line
+ [[      1640  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-bukkit/pom.xml =~ \.jar$ ]]
+ read -r line
+ [[       120  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-bukkit/pom.properties =~ \.jar$ ]]
+ read -r line
+ [[       147  09-09-2019 22:26   bungee.yml =~ \.jar$ ]]
+ read -r line
+ [[       861  09-09-2019 22:26   de/gerrygames/viarewind/BungeePlugin.class =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-bungee/ =~ \.jar$ ]]
+ read -r line
+ [[      1668  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-bungee/pom.xml =~ \.jar$ ]]
+ read -r line
+ [[       120  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-bungee/pom.properties =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/fabric/ =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/fabric/util/ =~ \.jar$ ]]
+ read -r line
+ [[      2566  09-09-2019 22:26   de/gerrygames/viarewind/fabric/util/LoggerWrapper.class =~ \.jar$ ]]
+ read -r line
+ [[      1518  09-09-2019 22:26   de/gerrygames/viarewind/ViaFabricAddon.class =~ \.jar$ ]]
+ read -r line
+ [[       633  09-09-2019 22:26   fabric.mod.json =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-fabric/ =~ \.jar$ ]]
+ read -r line
+ [[      1876  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-fabric/pom.xml =~ \.jar$ ]]
+ read -r line
+ [[       120  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-fabric/pom.properties =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/sponge/ =~ \.jar$ ]]
+ read -r line
+ [[       394  09-09-2019 22:26   de/gerrygames/viarewind/sponge/VersionInfo.class =~ \.jar$ ]]
+ read -r line
+ [[      1934  09-09-2019 22:26   de/gerrygames/viarewind/SpongePlugin.class =~ \.jar$ ]]
+ read -r line
+ [[       314  09-09-2019 22:26   mcmod.info =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-sponge/ =~ \.jar$ ]]
+ read -r line
+ [[      2428  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-sponge/pom.xml =~ \.jar$ ]]
+ read -r line
+ [[       120  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-sponge/pom.properties =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   de/gerrygames/viarewind/velocity/ =~ \.jar$ ]]
+ read -r line
+ [[       398  09-09-2019 22:26   de/gerrygames/viarewind/velocity/VersionInfo.class =~ \.jar$ ]]
+ read -r line
+ [[      1936  09-09-2019 22:26   de/gerrygames/viarewind/VelocityPlugin.class =~ \.jar$ ]]
+ read -r line
+ [[       220  09-09-2019 22:26   velocity-plugin.json =~ \.jar$ ]]
+ read -r line
+ [[         0  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-velocity/ =~ \.jar$ ]]
+ read -r line
+ [[      2446  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-velocity/pom.xml =~ \.jar$ ]]
+ read -r line
+ [[       122  09-09-2019 22:26   META-INF/maven/de.gerrygames/viarewind-velocity/pom.properties =~ \.jar$ ]]
+ read -r line
+ [[  --------                     ------- =~ \.jar$ ]]
+ read -r line
+ [[   1034143                     548 files =~ \.jar$ ]]
+ read -r line
+ return 1
+ log 'Moving resource 52109 into plugins'
+ echo '[init] Moving resource 52109 into plugins'
[init] Moving resource 52109 into plugins
+ mv /tmp/52109.zip /data/plugins/52109.jar
+ exec /start-finalSetupWorld
+ : world
+ export LEVEL
+ '[' SPIGOT = FEED-THE-BEAST ']'
+ worldDest=/data/world
+ [[ -n '' ]]
+ exec /start-finalSetupModpack
+ CURSE_URL_BASE=https://minecraft.curseforge.com/projects
+ isTrue TRUE
+ local value=true
+ result=
+ case ${value} in
+ result=0
+ return 0
+ remove_mods_dest=/data/mods
+ case ${TYPE} in
+ remove_mods_dest=/data/plugins
+ '[' -d /data/plugins ']'
+ log 'Removing old mods in /data/plugins...'
+ echo '[init] Removing old mods in /data/plugins...'
[init] Removing old mods in /data/plugins...
+ find /data/plugins -mindepth 1 -maxdepth 1 -wholename '*.jar' -not -wholename '' -delete
+ [[ -n '' ]]
+ [[ -n https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar,
      https://media.forgecdn.net/files/798/181/LobbySpawn.jar,
      https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar,
      https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar ]]
+ '[' SPIGOT = SPIGOT ']'
+ out_dir=/data/plugins
+ mkdir -p /data/plugins
+ for i in ${MODS//,/ }
+ isURL https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar
+ local value=https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar
+ [[ https:// == \h\t\t\p\s\:\/\/ ]]
+ return 0
+ log 'Downloading mod/plugin https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar ...'
+ echo '[init] Downloading mod/plugin https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar ...'
[init] Downloading mod/plugin https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar ...
+ isValidFileURL jar https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar
+ suffix=jar
+ url=https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar
+ [[ https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar == http*://*.jar ]]
++ getFilenameFromUrl https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar
++ url=https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar
++ strippedOfQuery=https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar
++ basename https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar
+ curl -fsSL -o /data/plugins/AuthMe-5.6.0-SNAPSHOT.jar https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar
+ for i in ${MODS//,/ }
+ isURL https://media.forgecdn.net/files/798/181/LobbySpawn.jar
+ local value=https://media.forgecdn.net/files/798/181/LobbySpawn.jar
+ [[ https:// == \h\t\t\p\s\:\/\/ ]]
+ return 0
+ log 'Downloading mod/plugin https://media.forgecdn.net/files/798/181/LobbySpawn.jar ...'
+ echo '[init] Downloading mod/plugin https://media.forgecdn.net/files/798/181/LobbySpawn.jar ...'
[init] Downloading mod/plugin https://media.forgecdn.net/files/798/181/LobbySpawn.jar ...
+ isValidFileURL jar https://media.forgecdn.net/files/798/181/LobbySpawn.jar
+ suffix=jar
+ url=https://media.forgecdn.net/files/798/181/LobbySpawn.jar
+ [[ https://media.forgecdn.net/files/798/181/LobbySpawn.jar == http*://*.jar ]]
++ getFilenameFromUrl https://media.forgecdn.net/files/798/181/LobbySpawn.jar
++ url=https://media.forgecdn.net/files/798/181/LobbySpawn.jar
++ strippedOfQuery=https://media.forgecdn.net/files/798/181/LobbySpawn.jar
++ basename https://media.forgecdn.net/files/798/181/LobbySpawn.jar
+ curl -fsSL -o /data/plugins/LobbySpawn.jar https://media.forgecdn.net/files/798/181/LobbySpawn.jar
+ for i in ${MODS//,/ }
+ isURL https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar
+ local value=https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar
+ [[ https:// == \h\t\t\p\s\:\/\/ ]]
+ return 0
[init] Downloading mod/plugin https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar ...
+ log 'Downloading mod/plugin https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar ...'
+ echo '[init] Downloading mod/plugin https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar ...'
+ isValidFileURL jar https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar
+ suffix=jar
+ url=https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar
+ [[ https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar == http*://*.jar ]]
++ getFilenameFromUrl https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar
++ url=https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar
++ strippedOfQuery=https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar
++ basename https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar
+ curl -fsSL -o /data/plugins/ViaBackwards-3.2.0.jar https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar
[init] Downloading mod/plugin https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar ...
+ for i in ${MODS//,/ }
+ isURL https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar
+ local value=https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar
+ [[ https:// == \h\t\t\p\s\:\/\/ ]]
+ return 0
+ log 'Downloading mod/plugin https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar ...'
+ echo '[init] Downloading mod/plugin https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar ...'
+ isValidFileURL jar https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar
+ suffix=jar
+ url=https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar
+ [[ https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar == http*://*.jar ]]
++ getFilenameFromUrl https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar
++ url=https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar
++ strippedOfQuery=https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar
++ basename https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar
+ curl -fsSL -o /data/plugins/ViaVersion-3.2.1.jar https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar
+ [[ -n '' ]]
+ [[ -n '' ]]
+ exec /start-finalSetupModconfig
+ '[' -d /plugins ']'
+ : /data/mods
+ '[' -d /mods ']'
+ : /data/config
+ '[' -d /config ']'
+ exec /start-finalSetupServerProperties
[init] Creating server.properties in /data/server.properties
[init] Disabling whitelist
[init] Setting whitelist to 'false' in /data/server.properties
[init] Setting white-list to 'false' in /data/server.properties
[init] Adding server-name with 'Dedicated Server' in /data/server.properties
[init] Skip setting server-ip
[init] Setting server-port to '25565' in /data/server.properties
[init] Setting motd to 'A Spigot Minecraft Server powered by Docker' in /data/server.properties
[init] Skip setting allow-nether
[init] Setting announce-player-achievements to 'true' in /data/server.properties
[init] Skip setting enable-command-block
[init] Setting spawn-animals to 'true' in /data/server.properties
[init] Setting spawn-monsters to 'true' in /data/server.properties
[init] Setting spawn-npcs to 'true' in /data/server.properties
[init] Skip setting spawn-protection
[init] Skip setting generate-structures
[init] Setting view-distance to '10' in /data/server.properties
[init] Skip setting hardcore
[init] Skip setting snooper-enabled
[init] Skip setting max-build-height
[init] Setting force-gamemode to 'true' in /data/server.properties
[init] Skip setting max-tick-time
[init] Skip setting enable-query
[init] Skip setting query.port
[init] Setting enable-rcon to 'true' in /data/server.properties
[init] Setting rcon.password to 'minecraft' in /data/server.properties
[init] Setting rcon.port to '25575' in /data/server.properties
[init] Setting max-players to '50' in /data/server.properties
[init] Setting max-world-size to '10000' in /data/server.properties
[init] Setting level-name to 'world' in /data/server.properties
[init] Setting level-seed to '1785852800490497919' in /data/server.properties
[init] Skip setting pvp
[init] Skip setting generator-settings
[init] Setting online-mode to 'false' in /data/server.properties
[init] Skip setting allow-flight
[init] Skip setting level-type
[init] Skip setting resource-pack
[init] Skip setting resource-pack-sha1
[init] Skip setting player-idle-timeout
[init] Skip setting broadcast-console-to-ops
[init] Skip setting broadcast-rcon-to-ops
[init] Skip setting enable-jmx-monitoring
[init] Skip setting sync-chunk-writes
[init] Skip setting enable-status
[init] Skip setting entity-broadcast-range-percentage
[init] Skip setting function-permission-level
[init] Skip setting network-compression-threshold
[init] Skip setting op-permission-level
[init] Skip setting prevent-proxy-connections
[init] Skip setting use-native-transport
[init] Skip setting enforce-whitelist
[init] Setting difficulty to '1' in /data/server.properties
[init] Setting mode
[init] Setting gamemode to '0' in /data/server.properties
[init] Warning: The server.properties for the server doesn't have the Server Watchdog (effectively) disabled.
[init] Warning (cont): Autopause functionality resuming the process might trigger the Watchdog and restart the server completely.
[init] Warning (cont): Set the max-tick-time property to a high value (or disable the Watchdog with value -1 for versions 1.8.1+).
[init] DEBUG Dumping server.properties
op-permission-level=4
allow-nether=true
level-name=world
enable-query=false
allow-flight=false
announce-player-achievements=true
server-port=25565
rcon.port=25575
query.port=25565
level-type=DEFAULT
enable-rcon=true
force-gamemode=true
level-seed=1785852800490497919
server-ip=
max-tick-time=60000
max-build-height=256
spawn-npcs=true
white-list=false
spawn-animals=true
hardcore=false
snooper-enabled=true
texture-pack=
online-mode=false
resource-pack=
resource-pack-sha1=
pvp=true
difficulty=1
enable-command-block=true
player-idle-timeout=0
gamemode=0
max-players=50
spawn-monsters=true
generate-structures=true
view-distance=10
spawn-protection=16
motd=A Spigot Minecraft Server powered by Docker
generator-settings=
rcon.password=minecraft
max-world-size=10000
broadcast-console-to-ops=true
broadcast-rcon-to-ops=true
enable-jmx-monitoring=false
sync-chunk-writes=true
enable-status=true
entity-broadcast-range-percentage=100
function-permission-level=2
network-compression-threshold=256
op-permission-level=4
prevent-proxy-connections=false
use-native-transport=true
enforce-whitelist=false
server-name=Dedicated Server
+ '[' -n '' ']'
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ '[' -n '' ']'
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ '[' -n '' ']'
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ log 'Checking for JSON files.'
+ echo '[init] Checking for JSON files.'
[init] Checking for JSON files.
++ find /data -maxdepth 1 -name '*.json'
+ JSON_FILES=
+ versionLessThan 1.14
+ local activeParts
+ IFS=.
+ read -ra activeParts
+ local givenParts
+ IFS=.
+ read -ra givenParts
+ (( 3 < 2 ))
+ (( 3 == 2 ))
+ (( activeParts[0] < givenParts[0] ))
+ (( activeParts[0] == givenParts[0] && activeParts[1] < givenParts[1] ))
+ return 0
+ [[ '' = false ]]
+ [[ '' = false ]]
+ [[ '' = FALSE ]]
+ log 'Setting initial memory to 1G and max to 1G'
+ echo '[init] Setting initial memory to 1G and max to 1G'
[init] Setting initial memory to 1G and max to 1G
+ expandedDOpts=
+ '[' -n '' ']'
+ isTrue
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ JVM_OPTS='-Xms1G -Xmx1G  -DIReallyKnowWhatIAmDoingISwear'
+ mcServerRunnerArgs='--stop-duration 60s'
+ [[ SPIGOT == \C\U\R\S\E\_\I\N\S\T\A\N\C\E ]]
+ [[ SPIGOT == \F\E\E\D\-\T\H\E\-\B\E\A\S\T ]]
+ [[ SPIGOT == \F\E\E\D\-\T\H\E\-\B\E\A\S\T ]]
+ '[' -f /data/bootstrap.txt ']'
+ log 'Starting the Minecraft server...'
+ echo '[init] Starting the Minecraft server...'
[init] Starting the Minecraft server...
+ finalArgs=($JVM_XX_OPTS $JVM_OPTS $expandedDOpts -jar $SERVER "$@" $EXTRA_ARGS)
+ isTrue
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ exec mc-server-runner --stop-duration 60s java -XX:+UseG1GC -Xms1G -Xmx1G -DIReallyKnowWhatIAmDoingISwear -jar spigot_server-1.12.2.jar
Loading libraries, please wait...
[18:19:21 INFO]: Starting minecraft server version 1.12.2
[18:19:21 INFO]: Loading properties
[18:19:21 INFO]: Default game type: SURVIVAL
[18:19:22 INFO]: This server is running CraftBukkit version git-Spigot-dcd1643-e60fc34 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[18:19:22 INFO]: Debug logging is disabled
[18:19:22 INFO]: Server Ping Player Sample Count: 12
[18:19:22 INFO]: Using 4 threads for Netty based IO
[18:19:22 INFO]: Generating keypair
[18:19:23 INFO]: Starting Minecraft server on *:25565
[18:19:23 INFO]: Using epoll channel type
[18:19:24 INFO]: Set PluginClassLoader as parallel capable
[18:19:24 INFO]: [AuthMe] Loading AuthMe v5.6.0-SNAPSHOT-b2323
[18:19:24 INFO]: [ViaVersion] Loading ViaVersion v3.2.1
[18:19:24 INFO]: [ViaVersion] ViaVersion 3.2.1 is now loaded, injecting!
[18:19:25 INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[18:19:25 INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[Autopause loop] MC Server listening for connections - stopping in 600 seconds
[18:19:26 INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[18:19:26 INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[18:19:26 INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[18:19:27 INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[18:19:27 INFO]: [LobbySpawn] Loading LobbySpawn v1.2
[18:19:27 INFO]: [ViaBackwards] Loading ViaBackwards v3.2.0
[18:19:27 INFO]: [ViaBackwards] Enabling ViaBackwards v3.2.0
[18:19:27 INFO]: [ViaBackwards] Loading translations...
[18:19:27 INFO]: [ViaBackwards] Registering protocols...
[18:19:29 INFO]: [ViaVersion] Loading 1.13 -> 1.12 mappings...
[18:19:29 INFO]: [ViaVersion] Loading 1.13.2 -> 1.13 mappings...
[18:19:29 INFO]: [ViaVersion] Loading 1.14 -> 1.13.2 mappings...
[18:19:30 INFO]: [ViaVersion] Loading 1.15 -> 1.14 mappings...
[18:19:30 INFO]: [ViaVersion] Loading 1.16 -> 1.15 mappings...
[18:19:30 INFO]: [ViaVersion] Loading 1.16.2 -> 1.16 mappings...
[18:19:30 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[18:19:30 WARN]: The server will make no attempt to authenticate usernames. Beware.
[18:19:30 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[18:19:30 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[18:19:30 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[18:19:30 INFO]: Preparing level "world"
[18:19:30 INFO]: -------- World Settings For [world] --------
[18:19:30 INFO]: Mob Spawn Range: 4
[18:19:30 INFO]: Cactus Growth Modifier: 100%
[18:19:30 INFO]: Cane Growth Modifier: 100%
[18:19:30 INFO]: Melon Growth Modifier: 100%
[18:19:30 INFO]: Mushroom Growth Modifier: 100%
[18:19:30 INFO]: Pumpkin Growth Modifier: 100%
[18:19:30 INFO]: Sapling Growth Modifier: 100%
[18:19:30 INFO]: Wheat Growth Modifier: 100%
[18:19:30 INFO]: NetherWart Growth Modifier: 100%
[18:19:30 INFO]: Vine Growth Modifier: 100%
[18:19:30 INFO]: Cocoa Growth Modifier: 100%
[18:19:30 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[18:19:30 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:19:30 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:19:30 INFO]: Random Lighting Updates: false
[18:19:30 INFO]: Structure Info Saving: true
[18:19:30 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[18:19:30 INFO]: Max TNT Explosions: 100
[18:19:30 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:19:30 INFO]: Item Despawn Rate: 6000
[18:19:30 INFO]: Item Merge Radius: 2.5
[18:19:30 INFO]: Arrow Despawn Rate: 1200
[18:19:30 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:19:31 INFO]: View Distance: 10
[18:19:31 INFO]: Experience Merge Radius: 3.0
[18:19:31 INFO]: Zombie Aggressive Towards Villager: true
[18:19:31 INFO]: Nerfing mobs spawned from spawners: false
[18:19:33 INFO]: -------- World Settings For [world_nether] --------
[18:19:33 INFO]: Mob Spawn Range: 4
[18:19:33 INFO]: Cactus Growth Modifier: 100%
[18:19:33 INFO]: Cane Growth Modifier: 100%
[18:19:33 INFO]: Melon Growth Modifier: 100%
[18:19:33 INFO]: Mushroom Growth Modifier: 100%
[18:19:33 INFO]: Pumpkin Growth Modifier: 100%
[18:19:33 INFO]: Sapling Growth Modifier: 100%
[18:19:33 INFO]: Wheat Growth Modifier: 100%
[18:19:33 INFO]: NetherWart Growth Modifier: 100%
[18:19:33 INFO]: Vine Growth Modifier: 100%
[18:19:33 INFO]: Cocoa Growth Modifier: 100%
[18:19:33 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[18:19:33 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:19:33 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:19:33 INFO]: Random Lighting Updates: false
[18:19:33 INFO]: Structure Info Saving: true
[18:19:33 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[18:19:33 INFO]: Max TNT Explosions: 100
[18:19:33 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:19:33 INFO]: Item Despawn Rate: 6000
[18:19:33 INFO]: Item Merge Radius: 2.5
[18:19:33 INFO]: Arrow Despawn Rate: 1200
[18:19:33 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:19:33 INFO]: View Distance: 10
[18:19:33 INFO]: Experience Merge Radius: 3.0
[18:19:33 INFO]: Zombie Aggressive Towards Villager: true
[18:19:33 INFO]: Nerfing mobs spawned from spawners: false
[18:19:34 INFO]: -------- World Settings For [world_the_end] --------
[18:19:34 INFO]: Mob Spawn Range: 4
[18:19:34 INFO]: Cactus Growth Modifier: 100%
[18:19:34 INFO]: Cane Growth Modifier: 100%
[18:19:34 INFO]: Melon Growth Modifier: 100%
[18:19:34 INFO]: Mushroom Growth Modifier: 100%
[18:19:34 INFO]: Pumpkin Growth Modifier: 100%
[18:19:34 INFO]: Sapling Growth Modifier: 100%
[18:19:34 INFO]: Wheat Growth Modifier: 100%
[18:19:34 INFO]: NetherWart Growth Modifier: 100%
[18:19:34 INFO]: Vine Growth Modifier: 100%
[18:19:34 INFO]: Cocoa Growth Modifier: 100%
[18:19:34 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[18:19:34 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:19:34 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:19:34 INFO]: Random Lighting Updates: false
[18:19:34 INFO]: Structure Info Saving: true
[18:19:34 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[18:19:34 INFO]: Max TNT Explosions: 100
[18:19:34 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:19:34 INFO]: Item Despawn Rate: 6000
[18:19:34 INFO]: Item Merge Radius: 2.5
[18:19:34 INFO]: Arrow Despawn Rate: 1200
[18:19:34 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:19:34 INFO]: View Distance: 10
[18:19:34 INFO]: Experience Merge Radius: 3.0
[18:19:34 INFO]: Zombie Aggressive Towards Villager: true
[18:19:34 INFO]: Nerfing mobs spawned from spawners: false
[18:19:35 INFO]: Preparing start region for level 0 (Seed: 3828000765224317810)
[18:19:36 INFO]: Preparing spawn area: 50%
[18:19:36 INFO]: Preparing start region for level 1 (Seed: 3828000765224317810)
[18:19:37 INFO]: Preparing spawn area: 5%
[18:19:38 INFO]: Preparing spawn area: 11%
[18:19:39 INFO]: Preparing spawn area: 26%
[18:19:40 INFO]: Preparing spawn area: 40%
[18:19:41 INFO]: Preparing spawn area: 55%
[18:19:42 INFO]: Preparing spawn area: 71%
[18:19:43 INFO]: Preparing spawn area: 83%
[18:19:44 INFO]: Preparing spawn area: 99%
[18:19:44 INFO]: Preparing start region for level 2 (Seed: 3828000765224317810)
[18:19:45 INFO]: Preparing spawn area: 86%
[18:19:45 INFO]: [AuthMe] Enabling AuthMe v5.6.0-SNAPSHOT-b2323
[18:19:46 INFO]: [AuthMe] [DEBUG] SQLite driver loaded
[18:19:47 INFO]: [AuthMe] SQLite Setup finished
[18:19:47 INFO]: [AuthMe] No supported permissions system found! Permissions are disabled!
[18:19:48 WARN]: [AuthMe] WARNING! The protectInventory feature requires ProtocolLib! Disabling it...
[18:19:48 INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT build n.2323 successfully enabled!
[18:19:48 INFO]: [ViaVersion] Enabling ViaVersion v3.2.1
[18:19:48 INFO]: [LobbySpawn] Enabling LobbySpawn v1.2
[18:19:48 INFO]: Done (18.085s)! For help, type "help" or "?"
[18:19:48 INFO]: Starting remote control listener
[18:19:48 INFO]: RCON running on 0.0.0.0:25575
[18:19:48 INFO]: [ViaVersion] ViaVersion detected server version: 1.12.2(340)
[18:19:48 INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[18:19:49 INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[18:19:51 WARN]: [AuthMe] Could not download GeoLiteAPI database [UnknownHostException]: geolite.maxmind.com
[18:19:56 INFO]: Rcon connection from: /172.25.0.3
itzg commented 3 years ago

Oh, I see now. You have combined /plugins mounting + REMOVE_OLD_MODS with SPIGET_RESOURCES, so the latter downloads a plugin

[init] Moving resource 52109 into plugins
+ mv /tmp/52109.zip /data/plugins/52109.jar

and the reconcile process from the /plugins mount removes them because you set REMOVE_OLD_MODS="TRUE"

[init] Removing old mods in /data/plugins...
+ find /data/plugins -mindepth 1 -maxdepth 1 -wholename '*.jar' -not -wholename '' -delete
+ [[ -n '' ]]
+ [[ -n https://media.forgecdn.net/files/2820/73/AuthMe-5.6.0-SNAPSHOT.jar,
      https://media.forgecdn.net/files/798/181/LobbySpawn.jar,
      https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards/185/artifact/all/target/ViaBackwards-3.2.0.jar,
      https://ci.viaversion.com/job/ViaVersion/492/artifact/jar/target/ViaVersion-3.2.1.jar ]]

You can't combine those options.

xgonc commented 3 years ago

I want to make sure that every time the container starts all the plugins are removed and re-downloaded. Is it possible to do that?

itzg commented 3 years ago

That's a reasonable expectation. I'll add more logic to prevent the two options from conflicting.

itzg commented 3 years ago

The latest image should now fix the combination of those settings.

AllanWang commented 3 years ago

Tagging onto this issue, though it may not be related. I'm trying to test if I can add plugins, and I've using SPIGET_RESOURCES. It also seems to be ignored for me, but I haven't provided any other configurations for plugins. Here is my compose file; my env file involves changes to OPS, WHITELIST, SEED, and the rest are not relevant to minecraft.

Additionally, I see that there's an example for direct jar plugins via COPY. Would it not work if I just copy jars to data/plugins directly and restart? Neither seem to be recognized in my case.

itzg commented 3 years ago

@AllanWang in your case you're missing a TYPE. You can't add plugins/mods to a vanilla Minecraft server.

xgonc commented 3 years ago

Sorry for the late response. Too much work... It looks that there is problem while removing the old mods:

loginlobby-puromc    | [init] Running as uid=1000 gid=1000 with /data as 'drwxrwxrwx    6 1000     1000          4096 May 15 16:53 /data'
loginlobby-puromc    | [init] Resolved version given 1.12.2 into 1.12.2
loginlobby-puromc    | [init] Autopause functionality enabled
loginlobby-puromc    | [init] Resolving type given SPIGOT
loginlobby-puromc    | + set -e
loginlobby-puromc    | + isTrue ''
loginlobby-puromc    | + local value=
loginlobby-puromc    | + result=
loginlobby-puromc    | + case ${value} in
loginlobby-puromc    | + result=1
loginlobby-puromc    | + return 1
loginlobby-puromc    | + isTrue ''
loginlobby-puromc    | + local value=
loginlobby-puromc    | + result=
loginlobby-puromc    | + case ${value} in
loginlobby-puromc    | + result=1
loginlobby-puromc    | + return 1
loginlobby-puromc    | + downloadSpigot
loginlobby-puromc    | + local match
loginlobby-puromc    | + case "$TYPE" in
loginlobby-puromc    | + match=Spigot
loginlobby-puromc    | + downloadUrl=
loginlobby-puromc    | + getbukkitFlavor=spigot
loginlobby-puromc    | + [[ 1.12.2 = LATEST ]]
loginlobby-puromc    | + [[ -z '' ]]
loginlobby-puromc    | + downloadUrl=https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar
loginlobby-puromc    | + setServerVar
loginlobby-puromc    | + case "$TYPE" in
loginlobby-puromc    | + export SERVER=spigot_server-1.12.2.jar
loginlobby-puromc    | + SERVER=spigot_server-1.12.2.jar
loginlobby-puromc    | + '[' -f spigot_server-1.12.2.jar ']'
loginlobby-puromc    | + isDebugging
loginlobby-puromc    | + isTrue true
loginlobby-puromc    | + local value=true
loginlobby-puromc    | + result=
loginlobby-puromc    | + case ${value} in
loginlobby-puromc    | + result=0
loginlobby-puromc    | + return 0
loginlobby-puromc    | + return 0
loginlobby-puromc    | + curlArgs=' -v'
loginlobby-puromc    | + log 'Downloading Spigot from https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar ...'
loginlobby-puromc    | + echo '[init] Downloading Spigot from https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar ...'
loginlobby-puromc    | + curl -fsSL -o spigot_server-1.12.2.jar -v https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar
loginlobby-puromc    | [init] Downloading Spigot from https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar ...
loginlobby-puromc    | *   Trying 149.28.57.95:443...
loginlobby-puromc    | * Connected to cdn.getbukkit.org (149.28.57.95) port 443 (#0)
loginlobby-puromc    | * ALPN, offering h2
loginlobby-puromc    | * ALPN, offering http/1.1
loginlobby-puromc    | * successfully set certificate verify locations:
loginlobby-puromc    | *  CAfile: /etc/ssl/certs/ca-certificates.crt
loginlobby-puromc    | *  CApath: none
loginlobby-puromc    | } [5 bytes data]
loginlobby-puromc    | * TLSv1.3 (OUT), TLS handshake, Client hello (1):
loginlobby-puromc    | } [512 bytes data]
loginlobby-puromc    | * TLSv1.3 (IN), TLS handshake, Server hello (2):
loginlobby-puromc    | { [98 bytes data]
loginlobby-puromc    | * TLSv1.2 (IN), TLS handshake, Certificate (11):
loginlobby-puromc    | { [2466 bytes data]
loginlobby-puromc    | * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
loginlobby-puromc    | { [333 bytes data]
loginlobby-puromc    | * TLSv1.2 (IN), TLS handshake, Server finished (14):
loginlobby-puromc    | { [4 bytes data]
loginlobby-puromc    | * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
loginlobby-puromc    | } [70 bytes data]
loginlobby-puromc    | * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
loginlobby-puromc    | } [1 bytes data]
loginlobby-puromc    | * TLSv1.2 (OUT), TLS handshake, Finished (20):
loginlobby-puromc    | } [16 bytes data]
loginlobby-puromc    | * TLSv1.2 (IN), TLS handshake, Finished (20):
loginlobby-puromc    | { [16 bytes data]
loginlobby-puromc    | * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
loginlobby-puromc    | * ALPN, server accepted to use h2
loginlobby-puromc    | * Server certificate:
loginlobby-puromc    | *  subject: CN=cdn.getbukkit.org
loginlobby-puromc    | *  start date: Mar 23 07:42:33 2021 GMT
loginlobby-puromc    | *  expire date: Jun 21 07:42:33 2021 GMT
loginlobby-puromc    | *  subjectAltName: host "cdn.getbukkit.org" matched cert's "cdn.getbukkit.org"
loginlobby-puromc    | *  issuer: C=US; O=Let's Encrypt; CN=R3
loginlobby-puromc    | *  SSL certificate verify ok.
loginlobby-puromc    | * Using HTTP2, server supports multi-use
loginlobby-puromc    | * Connection state changed (HTTP/2 confirmed)
loginlobby-puromc    | * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
loginlobby-puromc    | } [5 bytes data]
loginlobby-puromc    | * Using Stream ID: 1 (easy handle 0x55b7a7aeaea0)
loginlobby-puromc    | } [5 bytes data]
loginlobby-puromc    | > GET /spigot/spigot-1.12.2.jar HTTP/2
loginlobby-puromc    | > Host: cdn.getbukkit.org
loginlobby-puromc    | > user-agent: curl/7.76.1
loginlobby-puromc    | > accept: */*
loginlobby-puromc    | >
loginlobby-puromc    | { [5 bytes data]
loginlobby-puromc    | * Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
loginlobby-puromc    | } [5 bytes data]
loginlobby-puromc    | < HTTP/2 200
loginlobby-puromc    | < server: nginx/1.10.3 (Ubuntu)
loginlobby-puromc    | < date: Sat, 15 May 2021 15:53:06 GMT
loginlobby-puromc    | < content-type: application/java-archive
loginlobby-puromc    | < content-length: 43298362
loginlobby-puromc    | < last-modified: Tue, 02 Oct 2018 21:01:19 GMT
loginlobby-puromc    | < etag: "5bb3dc9f-294ae3a"
loginlobby-puromc    | < strict-transport-security: max-age=15768000; preload; always;
loginlobby-puromc    | < x-content-type-options: nosniff
loginlobby-puromc    | < x-xss-protection: 1; mode=block
loginlobby-puromc    | < x-robots-tag: none
loginlobby-puromc    | < content-security-policy: frame-ancestors 'self'
loginlobby-puromc    | < x-frame-options: SAMEORIGIN
loginlobby-puromc    | < x-server-powered-by: Vyzra.com
loginlobby-puromc    | < accept-ranges: bytes
loginlobby-puromc    | <
loginlobby-puromc    | { [16032 bytes data]
loginlobby-puromc    | * Connection #0 to host cdn.getbukkit.org left intact
loginlobby-puromc    | + [[ 0 != 0 ]]
loginlobby-puromc    | ++ grep -c 'DOCTYPE html' spigot_server-1.12.2.jar
loginlobby-puromc    | + [[ 0 != 0 ]]
loginlobby-puromc    | + JVM_OPTS=' -DIReallyKnowWhatIAmDoingISwear'
loginlobby-puromc    | + export JVM_OPTS
loginlobby-puromc    | + export TYPE=SPIGOT
loginlobby-puromc    | + TYPE=SPIGOT
loginlobby-puromc    | + export SKIP_LOG4J_CONFIG=true
loginlobby-puromc    | + SKIP_LOG4J_CONFIG=true
loginlobby-puromc    | + exec /start-spiget
loginlobby-puromc    | + extraCurlArgs=(-v)
loginlobby-puromc    | + : 1364,52109
loginlobby-puromc    | + [[ -n 1364,52109 ]]
loginlobby-puromc    | + isTrue true
loginlobby-puromc    | + local value=true
loginlobby-puromc    | + result=
loginlobby-puromc    | + case ${value} in
loginlobby-puromc    | + result=0
loginlobby-puromc    | + return 0
loginlobby-puromc    | + removeOldMods /data/plugins
loginlobby-puromc    | + '[' -d /data/plugins ']'
loginlobby-puromc    | /start-utils: line 180: REMOVE_OLD_MODS_EXCLUDE: unbound variable
itzg commented 3 years ago

Sorry for the new bug. The fix has been pushed now.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open.