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

Implement player network join/leave events #37

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

flaminscotsman
Copy link
Contributor

Throughout the lifetime of LilyPad, plugins wishing to either track online players or movements throughout the network have (mostly) relies on either polling the connect server, or maintaining local caches, and updating those through message channels.

This PR adds a new event packet to LilyPad which allows any authenticated session to receive network level join and leave events for players.

There's also a corresponding PR for JLilypad to fix handling for the new packet in BukkitConnect

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

Successfully merging this pull request may close these issues.

1 participant