mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
205 stars 44 forks source link

Added a config option to point to a lang file for console tracking (Fixes PlayerDeath events) #138

Closed Column01 closed 2 years ago

Column01 commented 2 years ago

This will fix player death events not being triggered in mark2.

To get a lang file for your Minecraft version, open the server jar in an archive manager (WinRAR, 7Zip etc.) and look for assets/minecraft/lang/en_us.json it could also be a .lang file. Place that somewhere on the server and point the config option to this file.

mark2.service.console_tracking.lang_file_path=/path/to/lang/file/en_us.json