lucko / helper

A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins.
MIT License
456 stars 87 forks source link

What about velocity messaging ? #117

Closed CrazyL3gend closed 3 years ago

CrazyL3gend commented 3 years ago

Hello, what u think about velocity messaging in helper?

connorruesch commented 3 years ago

As far as I'm aware Luck doesn't actively add new features unless he needs them for a project he's working on. If you'd like something to be added you're best off forking the repo and submitting a PR with your changes.

PepejHa4ker commented 3 years ago

What's the difference between other messaging and velocity messaging? (I just don't know)

connorruesch commented 3 years ago

What's the difference between other messaging and velocity messaging? (I just don't know)

He's most likely referring to plugin messaging that's most commonly known to be in BungeeCord/Waterfall (but is also implemented in Velocity). Helper already has a system to make this easier under the BungeeCord interface, that being said I assumed OP wanted a change to be made to the existing system.

But to answer your question-- helper's messaging system requires an intermediate such as Redis (or Lilypad), while plugin-messaging is often used to communicate between the backend servers and the proxy.