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

Mod Handshake Entrypoints #45

Open
The-Fireplace opened this issue Feb 19, 2022 · 0 comments
Open

Mod Handshake Entrypoints #45

The-Fireplace opened this issue Feb 19, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@The-Fireplace
Copy link
Member

Is your feature request related to a problem? Please describe.
As a mod developer, I want an easy way to detect when my client-side-optional or server-side-optional mod is loaded on the opposite side so I can enable enhanced features that use networking.

Describe the solution you'd like
Two entry points - ClientModHandshake and ServerModHandshake that fire when a client connects to a server and both sides have the mod installed. They should provide the version the other side is using, as well as some kind of network connection or player instance to get the network connection from for easy packet sending.

@The-Fireplace The-Fireplace added the enhancement New feature or request label Feb 19, 2022
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