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

Chatbox listening to whisper messages #70

Open
MikeyUsersREC opened this issue Feb 17, 2024 · 2 comments
Open

Chatbox listening to whisper messages #70

MikeyUsersREC opened this issue Feb 17, 2024 · 2 comments
Labels
area-ChatBox Chatbox related

Comments

@MikeyUsersREC
Copy link

Describe your idea

Chatbox should be able to listen to whispered messages, between two players. I expect this to be a default-disabled config, which would be changed on the serverconfig. Chatbox's chat event would probably contain an extra argument past isHidden, called isWhisper (or isPrivate), to determine whether a message is sent to someone privately.

This would probably be in the form of a new event for the chatbox, called privateChat (or whisperChat, or whisperMessage, or whatever makes more sense for consistency sake). It would have arguments sender_uuid, sender_username, receiver_uuid, receiver_username, message. When a whisper is sent, it triggers this event, which would act almost exactly identical to the chat event.

Describe alternatives you've considered if you've any

Not much, there's not many alternatives to viewing whispered messages.

Additional context

No response

Linked Issues

No response

@aiden100a
Copy link

this could be a privacy concern. Maybe you can whisper directly to the chat box.

like this:
/w [chat box name] "hello world!"

@zyxkad
Copy link
Collaborator

zyxkad commented Jul 9, 2024

If we place a chatbox next to a beacon, and any message within the beacon's range will be discovered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-ChatBox Chatbox related
Projects
None yet
Development

No branches or pull requests

3 participants