Skip to content

Commit

Permalink
Clarify requiring supported 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 7827604 commit c65b6d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mappings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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. However, we also support intended versions:
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 at least 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.*
Expand All @@ -31,6 +31,8 @@ The `minecraftVersions` field must be an array of client versions allowed on you
- 1.20.*
- 1.21.*

We only allow intended versions as long as your list contains at least one version supported from our services.

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.

## Logos
Expand Down

0 comments on commit c65b6d1

Please sign in to comment.