まっする
まっする
@Luatan This solved it. ```diff diff --git a/services/listener/palworld_state_handler.sh b/services/listener/palworld_state_handler.sh index b8b103a..c61d5bf 100644 --- a/services/listener/palworld_state_handler.sh +++ b/services/listener/palworld_state_handler.sh @@ -21,6 +21,12 @@ while true; do printf "READY\n" read -r header parse_headers "$header"...
If you change your docker-compose.yml as follows, it seems to start without problems. ```diff - - TARGET_MANIFEST_ID=5441332432956841998 + #- TARGET_MANIFEST_ID=5441332432956841998 ``` If we specify `TARGET_MANIFEST_ID`, it seems that `steamcmd.sh ......
* Paper version 1.20.6-137-master@bd5867a (2024-06-04T21:04:28Z) * YamipaPlugin v1.3.2-SNAPSHOT-b2 (develop 424aa67) ``` [19:35:09] [Server thread/INFO]: Loading server plugin YamipaPlugin v1.3.2-SNAPSHOT-b2 : [19:35:22] [Server thread/INFO]: Enabling YamipaPlugin v1.3.2-SNAPSHOT-b2 [19:35:22] [Server thread/INFO]: Enabled...
1.20.4  version up to 1.20.6  Yamipa does not output any error logs. The command seems to work, but the image just doesn't appear on...
@josemmo * Paper version 1.20.6-139-master@79e2cb6 * ProtocolLib v5.3.0-SNAPSHOT-716 * YamipaPlugin v1.3.2-SNAPSHOT-b2 * I pasted one image. `/yamipa place nimachi 6` plugins/YamipaPlugin/config.yml ```yaml verbose: true ``` ```log [init] Changing ownership of...
### The following APIs appear to be missing in ProtocolLib 5.3.0. `com.comphenix.protocol.injector.player.PlayerInjectionHandler` * Paper version 1.20.6-145-ver/1.20.6@fe7043e * ProtocolLib v5.3.0-SNAPSHOT-[721](https://ci.dmulloy2.net/job/ProtocolLib/721/changes) * YamipaPlugin v1.3.2-SNAPSHOT-b2 ```log 2024-06-17 12:49:18 [init] Changing ownership of /data...
Thank you for answering. And I'm sorry. My comment had nothing to do with this issue. The run passed successfully, except for the asynchronous calls.
@josemmo This is a proposed fix for compatibility, If you keep PLAYER_INJECTION_HANDLER. Because `ClassNotFoundException` cannot be `catch (Exception e)`. src/main/java/io/josemmo/bukkit/plugin/renderer/FakeEntity.java: ```diff @@ -32,6 +32,8 @@ public abstract class FakeEntity {...
Since it seems that it will take many many time to support ProtocolLib, I decided to try to support 1.20.6 and 1.21 using [fork of Custom Images](https://github.com/resi23/Images) as a reference.
> how to convert data from this? What data do you mean? Is your question about NBT to ComponentData conversion?