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

Cross Server support #202

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

BlitzOffline
Copy link
Member

Adds support for sending messages across servers. Currently only supports PluginMessaging so it works on BungeeCord(+forks) and Velocity as long as PluginMessaging is enabled on it.

How it works:

  • Each server needs to have channels named the same
  • Those channels need to have the option cross-server set to true

Drawbacks:

  • No relational PlaceholderAPI or MiniMessage tags. This includes the <recipient> and the <papi-rel> tags.
  • Only supports public messages for now. Private messaging is not yet supported.
  • Mentions do not work across servers.

Closes #53

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.

[SUGGESTION] Cross-server messaging
1 participant