OrionPowered / Orion

High performance, bare-bones Minecraft server software
GNU General Public License v3.0
3 stars 2 forks source link

Merge indev into main #10

Closed jaydevelopsstuff closed 2 years ago

jaydevelopsstuff commented 2 years ago

Changes to entity and player stuff, events, add plugin brand and probably a few other things I forgot to mention :)

jaydevelopsstuff commented 2 years ago

PluginMessages have more than just "minecraft:brand".

Yeah, I have another constructor for that.

jaydevelopsstuff commented 2 years ago

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