Description
This client mod colorizes the nicknames in-game, so communicating gets easier, even when many people are chatting with each other. On some servers with special chatting mods it may not detect the messages correctly or conflict with their formatting.
Enrikoo wrote:If I get damage I get some errors with the client.
If you see errors: they're either logged in your debug.txt file or at least in the terminal/console window when you start Minetest from there. As I cannot reproduce this error, please provide that information so I know where I can begin to search for a solution.
2018-05-03 18:31:51: ERROR[Main]: ModError: Runtime error from mod '' in callback on_damage_taken(): ....17-3d0617c-win64\bin\..\builtin\client\chatcommands.lua:64: attempt to concatenate local 'param' (a nil value)
2018-05-03 18:31:51: ERROR[Main]: Siehe debug.txt für Details.
@Enrikoo: That bug is outside of this mods scope. Neither there's a "on_damage_taken" callback registered nor a call for "minetest.run_server_chatcommand". Search for the occurrence of "register_on_damage_taken" in your clientmods directory to find the bad mod which you should either update, disable or fix manually.
If this doesn't help, close all instances of Minetest and disable all client mods but colored_names. If you still get an error message, update or reinstall Minetest and check again. If the probelm persists, then post the error message here.
Krock wrote:@Enrikoo: That bug is outside of this mods scope. Neither there's a "on_damage_taken" callback registered nor a call for "minetest.run_server_chatcommand". Search for the occurrence of "register_on_damage_taken" in your clientmods directory to find the bad mod which you should either update, disable or fix manually.
If this doesn't help, close all instances of Minetest and disable all client mods but colored_names. If you still get an error message, update or reinstall Minetest and check again. If the probelm persists, then post the error message here.
Ok I disabled all my csms and just have coloured_names enabled. With that I don't get errors. There's a csm issue.