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

[feature] Add Player::sendRawPacket to allow sending payloads directly to a player #55

Open
wu-vincent opened this issue Sep 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@wu-vincent
Copy link
Member

Is your feature request related to a problem? Please describe.
Plugins, such as anti-cheat plugins, often require more granular control over packet sending. Creating a wrapper class for all packets can be a tedious process. As a temporary solution, allowing plugins to send binary payloads directly would be beneficial. Plugins would be responsible for encoding the packets correctly. In the future, we may add wrappers for all packets.

Describe the solution you'd like
Add Player::sendRawPacket to allow sending binary payloads directly to a player.

@wu-vincent wu-vincent added the enhancement New feature or request label Sep 15, 2024
@wu-vincent wu-vincent self-assigned this Sep 15, 2024
Copy link
Contributor

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant