HanaTaka2137
HanaTaka2137
```yaml auth: - user: foo group: foo uid: 1000 gid: 1000 password: bar groups: [qux, quux] - user: yyy group: xxx uid: 1100 gid: 1200 password_file: /tmp/yyy_password group: qux: 2001...
用的 openjdk21 
Thanks for the clarification! As far as I know, `PaperServerListPingEvent` was added in 1.12.2 and `getClient().getVirtualHost()` has been available ever since, so no fallback logic should be necessary. I won’t...