Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for nickname being different from username #11794

Closed
ChargingBulle opened this issue Nov 28, 2021 · 4 comments
Closed

Add support for nickname being different from username #11794

ChargingBulle opened this issue Nov 28, 2021 · 4 comments
Labels
Feature request Issues that request the addition or enhancement of a feature

Comments

@ChargingBulle
Copy link

It would be helpful to have a /nick command to change ones display name similar to how it's done on IRC.
This can be helpful e. g. properly type out your preferred unicode name or showing clan alliance or just changing into a fresh identity or something.

Surely some server admins might not like this.
Thus it's probably for the better if the feature is supported by minetest and enabled via some sort of mod or plugin.
If there's already a mod/plugin out there for creating an IRC-like /nick command then surely this is already possible and this issue can be closed.

@ChargingBulle ChargingBulle added the Feature request Issues that request the addition or enhancement of a feature label Nov 28, 2021
@wsor4035
Copy link
Contributor

wsor4035 commented Nov 29, 2021

there does not exists a mod for this(that i am aware of), but there is enough methods already exposed via the api for this. specifically minetest.register_on_chat_message(function(name, message)) returning true so the engine doesnt handle it, and then using minetest.chat_send_all( message)

@ChargingBulle
Copy link
Author

It's not just about chat but also display name in the multiplayer world, properly keeping track of area protections, all that user management related stuff

@wsor4035
Copy link
Contributor

this also can be done by mods, it is not something thats needs to be in the engine

@ChargingBulle
Copy link
Author

When this is do-able without engine change then this is a non-issue, thanks for answering!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Issues that request the addition or enhancement of a feature
Projects
None yet
Development

No branches or pull requests

2 participants