CloudNetService / CloudNet

A modern application that can dynamically and easily deliver Minecraft oriented software
https://cloudnetservice.eu
Apache License 2.0
371 stars 115 forks source link

feat: support minecraft 1.20.2 #1313

Closed 0utplay closed 10 months ago

0utplay commented 10 months ago

Motivation

Minecraft 1.20.2 was released and all platforms have support for it. We should support it now too.

Modification

Changed all downloads to 1.20.2. Addressed an issue with bungeecord 1.20.2 being breaking and updated npc-lib to beta6 to support 1.20.2.

Result

Minecraft 1.20.2 is fully supported.

github-actions[bot] commented 10 months ago

Test Results

  47 files  ±0    47 suites  ±0   1m 14s :stopwatch: -13s 394 tests ±0  394 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  724 runs  ±0  724 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 0e813a3b. ± Comparison against base commit ec24887f.

This pull request removes 22 and adds 22 tests. Note that renamed tests count towards both. ``` eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [10] 16840, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [23] 2023-08-22T14:23:54.679234906Z eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [24] 2023-08-22T14:15:34.679239206Z eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [2] 7PD9GSIC0QU0H8OFYGYEMF6S6, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [38] 2023-08-22 eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] 1465852859, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] Lobbyhello156:f9f810b4-96d2-46f1-9db2-a4752eaa7769 eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [47] 14:23:54.679503606 eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [4] -3201147396711209016, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [4] ServiceInfoSnapshot(creationTime=1692714234476, address=127.0.1.1:99, processSnapshot=ProcessSnapshot[pid=2247, cpuUsage=69.33333333333334, systemCpuUsage=100.0, maxHeapMemory=536870912, heapUsageMemory=27813352, noHeapUsageMemory=58354848, unloadedClassCount=1, totalLoadedClassCount=8558, currentLoadedClassCount=8557, threads=[ThreadSnapshot[id=1, priority=5, daemon=false, name=Test worker, threadState=RUNNABLE], ThreadSnapshot[id=2, priority=10, daemon=true, name=Reference Handler, threadState=RUNNABLE],… … ``` ``` eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [10] 24650, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [23] 2023-10-18T19:19:02.310471382Z eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [24] 2023-10-18T19:10:42.310474182Z eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [2] 7H1I2A9PZKVY3ZA2CP6EKQCGJ, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [38] 2023-10-18 eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] 309326523, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] Lobbyhello156:58ffec9f-db0d-4286-93df-8ce66fd09c7c eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [47] 19:19:02.310663185 eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [4] -1604856457107214311, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [4] ServiceInfoSnapshot(creationTime=1697656742150, address=127.0.1.1:99, processSnapshot=ProcessSnapshot[pid=2158, cpuUsage=97.67441860465115, systemCpuUsage=100.0, maxHeapMemory=536870912, heapUsageMemory=38873760, noHeapUsageMemory=58656384, unloadedClassCount=0, totalLoadedClassCount=8544, currentLoadedClassCount=8544, threads=[ThreadSnapshot[id=1, priority=5, daemon=false, name=Test worker, threadState=RUNNABLE], ThreadSnapshot[id=2, priority=10, daemon=true, name=Reference Handler, threadState=RUNNABLE],… … ```