Modscraper Modscraper Minecraft
Server I18n API logo

Server I18n API

Mod

by IAFEnvoy

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

Type

Mod

CurseForge Downloads

0

CurseForge ID

1278793

Modrinth Downloads

0

Modrinth ID

Cl2eyShu

Last Updated

Apr 13, 2026

Description

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")

Compatibility

Mod Loaders

Fabric Forge Neoforge

Game Versions

1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 +13 more

Similar Mods

Included in Modpacks

External Resources