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

Split BROADCAST_CHANNEL_USERS into more channels #6513

Open
dktapps opened this issue Nov 17, 2024 · 0 comments
Open

Split BROADCAST_CHANNEL_USERS into more channels #6513

dktapps opened this issue Nov 17, 2024 · 0 comments
Labels
Category: API Related to the plugin API Category: Core Related to internal functionality Easy task Probably really easy to do, good task for first-time contributors Type: Enhancement Contributes features or other improvements to PocketMine-MP

Comments

@dktapps
Copy link
Member

dktapps commented Nov 17, 2024

Description

This channel is used for 3 main categories of messages:

  • Chat
  • Join & quit
  • Death

Each of these should get their own channel.

Justification

This would allow players to be subscribed or unsubscribed from server broadcasts on a more granular level.

In addition, if #6512 is implemented, this would provide more machine-readable information to broadcast recipients about the purpose of the message being broadcasted.

Alternative methods

@dktapps dktapps added Category: API Related to the plugin API Category: Core Related to internal functionality Type: Enhancement Contributes features or other improvements to PocketMine-MP Easy task Probably really easy to do, good task for first-time contributors labels Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: API Related to the plugin API Category: Core Related to internal functionality Easy task Probably really easy to do, good task for first-time contributors Type: Enhancement Contributes features or other improvements to PocketMine-MP
Projects
None yet
Development

No branches or pull requests

1 participant