Closed jaydevelopsstuff closed 2 years ago
Changes to entity and player stuff, events, add plugin brand and probably a few other things I forgot to mention :)
PluginMessages have more than just "minecraft:brand".
Yeah, I have another constructor for that.
An incoming plugin message handler already exists: https://github.com/PrysmNetwork/Orion/blob/0bf97b718e935563bdc845f4d6781446e32add89/server/src/main/java/pro/prysm/orion/server/protocol/handler/PlayHandler.java#L100-L104
An incoming plugin message handler already exists:
https://github.com/PrysmNetwork/Orion/blob/0bf97b718e935563bdc845f4d6781446e32add89/server/src/main/java/pro/prysm/orion/server/protocol/handler/PlayHandler.java#L100-L104
Pretty much the exact same method is in this pr lol
Changes to entity and player stuff, events, add plugin brand and probably a few other things I forgot to mention :)