CloudNetService / CloudNet

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

feat: add npc info command #1485

Open 0utplay opened 1 month ago

0utplay commented 1 month ago

Motivation

NPCs do not really have an option to display all set options.

Modification

Added a new command (/cn info) which prints all information about a npc.

Result

NPC information are available (especially for support)

github-actions[bot] commented 1 month ago

Test Results

 48 files  ±0   48 suites  ±0   2m 4s :stopwatch: -8s 420 tests ±0  420 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  751 runs  ±0  751 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 1155e6e3. ± Comparison against base commit c37bd688.

This pull request removes 34 and adds 34 tests. Note that renamed tests count towards both. ``` eu.cloudnetservice.driver.document.DocumentSerialisationTest ‑ [4] {"b":1,"s":2,"i":3,"l":4,"f":5.0,"d":6.0,"c":"/","string":"Hello, World!","bol":true,"cloud":["Ben?","Yes","No","HoHoHoHo"],"world":{"insane":"!","this":"is","hello":"world"}}, PRETTY eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [14] 2024-08-18 eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [23] 16:05:05.295014907 eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [28] 16:05:05.295073568Z eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [29] 16:05:05.295095379Z eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [30] 16:05:05.295103965+05:00 eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [31] 16:05:05.295121077-03:00 eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [34] 2024-08-18T16:05:05.295157787 eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [39] 2024-08-18T16:05:05.295210827Z eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [4] 2024-08-18T16:05:05.294784352Z … ``` ``` eu.cloudnetservice.driver.document.DocumentSerialisationTest ‑ [4] {"b":1,"s":2,"i":3,"l":4,"f":5.0,"d":6.0,"c":"/","string":"Hello, World!","bol":true,"cloud":["Ben?","Yes","No","HoHoHoHo"],"world":{"hello":"world","insane":"!","this":"is"}}, PRETTY eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [14] 2024-09-09 eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [23] 11:20:11.580991467 eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [28] 11:20:11.581063042Z eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [29] 11:20:11.581091596Z eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [30] 11:20:11.581104219+05:00 eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [31] 11:20:11.581124949-03:00 eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [34] 2024-09-09T11:20:11.581171777 eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [39] 2024-09-09T11:20:11.581248421Z eu.cloudnetservice.driver.document.gson.JavaTimeSerializerTest ‑ [4] 2024-09-09T11:20:11.580738502Z … ```

:recycle: This comment has been updated with latest results.