Open
Description
Just localization contributors megathread 🌍
👋 We welcome new contributors to the organization or repository! Localization is very important to us, it expands our reach for Project Essentials modifications.
All localization file storing in src/main/resources/assets/projectessentialschat/lang
path with json
format, and have naming style en_us
and ru_ru
for example.
Important note 1: §c
and other §<some symbol>
it color codes for minecraft.
Important note 2: %s
it string argument what will be putted in line.
e.g: §cMessage not sent, your message contains blocked word: \"§7%s\".
string is Message not sent, your message contains blocked word: \"%s\".
when %s
it blocked word.