Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Server side standalone i18n system, for server side only mods.

License

Notifications You must be signed in to change notification settings

CodeOfArdonia/ServerI18nAPI-Arch

Repository files navigation

Server I18n API

This is a server side only mod to provide i18n for server side only mods.

Language detection is automatically so players don't need to do anything.

This mod is not needed on client

Guide for developers

You need to put language jsons in data/<mod id>/lang/, in vanilla assets pack format.

The only API is ServerI18n class.

Examples:

Text.literal(ServerI18n.translate(player,"translation key","arg1","arg2"))

ServerI18n.broadcast(server,"translation key","arg1","arg2")

About

Server side standalone i18n system, for server side only mods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages