Skip to content

Commit

Permalink
Add intended versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tellinq <[email protected]>
  • Loading branch information
Tellinq committed Nov 30, 2023
1 parent 28e142b commit 7827604
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion mappings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,18 @@ The `addresses` array in each server object is actually an array of IP _suffixes

We also require your server's primary connection information and allowed client versions. The `primaryAddress` field should be an address **included** in the `addresses` array.

The `minecraftVersions` field must be an array of client versions allowed on your Minecraft server. *(ie. 1.7.10, 1.8.9)*; The `primaryMinecraftVersion` field must be a subversion of a major version included in the `minecraftVersions` array. **The versions you include must be versions that are directly offered in CheatBreaker**, which can be found in the version selector of the CheatBreaker Launcher.
The `minecraftVersions` field must be an array of client versions allowed on your Minecraft server. *(ie. 1.7.10, 1.8.9)*; The `primaryMinecraftVersion` field must be a subversion of a major version included in the `minecraftVersions` array. **The versions you include must be versions that are directly offered in CheatBreaker**, which can be found in the version selector of the CheatBreaker Launcher. However, we also support intended versions:

- 1.9.*
- 1.10.*
- 1.11.*
- 1.12.*
- 1.16.*
- 1.17.*
- 1.18.*
- 1.19.*
- 1.20.*
- 1.21.*

If your server supports all of the subversions within a major version, you can list the version in `minecraftVersions` as `1.7.*`, but you will still need to specify the specific subversion in the `primaryMinecraftVersion` as this is the specific version that the client uses to Launch you into the game for Quick Connecting.

Expand Down

0 comments on commit 7827604

Please sign in to comment.