NOVA-Monorepo
NOVA-Monorepo copied to clipboard
Send message to a Player
Send message to a Player via the Player component of Entity.
I don't know excactly where this should be implemented, should this be a plugin or in NOVA-Core?
i'm thinking in core, sending to a player is always usefull for things that change only for a specific player
Yeah, not entirely sure how we do any special formatting or anything though. Just accept a string for now?
we already have networking, we can build on that
maybe as extension of this also to everyone in a specific area/world?
There was an issue for a networking overhaul, but I lost it...
Basically make it more abstract, allowing the wrapper to just implement sending streams to places and shit, then NOVA builds a networking system on top of those streams.
@RX14 Agreed
I think we should code it in a way where the wrapper just has to implement sending byte streams to specific places at a minimum, but minecraft for example can use netty for the packet level abstraction instead of the NOVA implementation.