Skip to content

edu-minetest/nickname_csm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nickname(CSM)

This mod update your nickname to the server's nickname mod after join. Only work on Client Side Mod(CSM).

Please note that this mod will not work unless the following pull requests are applied: feature/add-unregister-function, feat/csm-client_ready_etc, feat/csm-check_is_single_player.

Install

Put it(the nickname folder) into the clientmods directory.

To allow clients to use send_chat_message through CSM, the disable send_chat_message flag(2) must be removed from the csm_restriction_flags setting of the Minetest server's configuration:

csm_restriction_flags = 60

And The client's minetest configuration should enable CSM mods loading:

enable_client_modding = true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages