-
Notifications
You must be signed in to change notification settings - Fork 0
Command
ShrHang WuHe edited this page Aug 30, 2026
·
1 revision
/elkfc export <target> <mode> [lang]
The command has no permission-level requirement, but it can only be run by a player.
-
<target>:-
biome— exports biome language keys. -
structure— exports structure and structure-group language keys. -
all— exports both biome and structure language keys.
-
-
<mode>:-
missing— exports only keys missing from the selected language. -
all— exports every collected language key.
-
-
[lang]:- An optional language code such as
en_us,zh_cn, orja_jp. - If omitted, the client configuration option
defaultLanguageis used. Its default value,current, follows the language currently selected in Minecraft.
- An optional language code such as
Examples:
/elkfc export biome missing
/elkfc export structure all fr_fr
/elkfc export all missing zh_cn