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

Suggestion: broadcast message #17

Open
x1p opened this issue Jan 29, 2020 · 0 comments
Open

Suggestion: broadcast message #17

x1p opened this issue Jan 29, 2020 · 0 comments

Comments

@x1p
Copy link

x1p commented Jan 29, 2020

It would be nice if I can somehow give players a message when they join with a lower version.
Example:
Server = 1.15.2
Players can join with 1.14.4 and above.

versions:
  MINECRAFT_1_15_2: true
  MINECRAFT_1_15_1: true
  MINECRAFT_1_15: true
  MINECRAFT_1_14_4: true
  MINECRAFT_1_14_3: false
  ...

Player joins with 1.14.4:
Player receives a message, a few seconds after joining:
Welcome %player%, consider updating to a newer minecraft version to enjoy better gameplay
Player joins with 1.15.x nothing happens
Suggestion for a config section:

message:
- message: "Welcome %player%, consider updating to a newer Minecraft version to enjoy better gameplay"
  before: Minecraft 1.15.0
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

No branches or pull requests

1 participant