-
-
Notifications
You must be signed in to change notification settings - Fork 49
Create version.tag #178
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
base: master
Are you sure you want to change the base?
Create version.tag #178
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,10 @@ | ||||||
| tpye: text | ||||||
| aliases: ver | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
| Geyser is built to only support the latest major release of Bedrock at any given time. Betas are not supported, and older version are not supported for maybe more than a minor revision or two for a limited time. | ||||||
|
|
||||||
| If you need to use Geyser with your own "outdated" server, you need to install [ViaVersion](https://www.spigotmc.org/resources/viaversion.19254/). You must either: use Java 16 on your server; or if your plugins are not compatible, you must either use the standalone or a Bungeecord/Velocity setup running on Java 16. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
A lot of "either" here makes this hard to flow.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fair point, but I personally don't like the revised wording either... I'll think about it a bit.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
maybe? Because some of us won't run it. Or maybe this
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think that
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I agree with you. |
||||||
|
|
||||||
| If you need to use a private standalone GeyserMC with someone else's server, look into using [VIAaaS](https://github.com/ViaVersion/VIAaaS) which has some [public instances](https://github.com/ViaVersion/VIAaaS/wiki/List-of-Public-Instances) available. The [Public GeyserConnect](https://www.geyserconnect.net/) also hosts an instance to minimize additive ping from jumping across multiple proxies in different locations. | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used major because that means the first two number sets in the version string (i.e. 1.17) whereas anything past that is a minor version.
However, "versions" should be updated, although i think i meant to put "any other version" although that is also a grammar fail.