fix: wrong type, chat manager unicode string; feature: accesscontrol welcome message and chinese support

This commit is contained in:
2025-11-02 21:04:12 +08:00
parent f76a3666b1
commit 7e03d960bd
7 changed files with 311 additions and 145 deletions

View File

@@ -30,7 +30,7 @@ declare type MinecraftColor =
| "light_purple"
| "yellow"
| "white"
| "reset"; // RGB color in #RRGGBB format
| `#${string}`;
declare type MinecraftFont =
| "minecraft:default"