You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ A React Native app for Android/iOS to chat on Minecraft servers from your phone.
19
19
20
20
APKs are available to download for each EnderChat release [here.](https://github.com/retrixe/EnderChat/releases)
21
21
22
-
Publishing to the Google Play Store is eventually planned for the betas and final release. ***While the license allows redistribution, I request people not to abuse this privilege and publish EnderChat to the Play Store without my permission (for now).***
22
+
Publishing to the Google Play Store is eventually planned for the betas and final release. ***While the license allows redistribution, I request people not to abuse this privilege and publish EnderChat to the Play Store without my permission.***
23
23
24
24
### iOS
25
25
26
26
**Note:** iOS support is currently untested and may have bugs and/or performance issues, since I don't have a Mac to properly support iOS as a target platform. Contributions to improve iOS support are welcome though!
27
27
28
28
IPAs are available to download for each EnderChat release [here.](https://github.com/retrixe/EnderChat/releases) These can be sideloaded on your iPhone using techniques like AltStore.
29
29
30
-
There are no plans to publish EnderChat to the iOS App Store for now. ***While the license allows redistribution, I request people not to abuse this privilege and publish EnderChat to the App Store without my permission (for now).***
30
+
There are no plans to publish EnderChat to the iOS App Store for now. ***While the license allows redistribution, I request people not to abuse this privilege and publish EnderChat to the App Store without my permission.***
31
31
32
32
## Development
33
33
@@ -51,5 +51,7 @@ The `src/minecraft` folder is independent of the rest of the project, and is lic
51
51
52
52
EnderChat does not collect any data from its users. The data that is collected and sent to third-parties is required for the app to function, and is as follows:
53
53
54
-
1. Data sent to the Minecraft server you are connecting to, which is the same data that is sent to the server when using a Minecraft client. This data includes, but is not limited to, chat messages, commands, tab completion events, detection and usage of EnderChat-specific features, server-side settings and account details necessary for connecting to the server. This data is not collected by EnderChat, and is only sent to the server you are connecting to. EnderChat does not collect any data from the server you are connecting to (such as chat messages, player locations, etc.)
55
-
2. Data sent to Microsoft for authenticating your purchased copy of Minecraft, which enables you to connect to online mode Minecraft servers. As aforementioned, this data is not collected by EnderChat, and is only sent to Microsoft. EnderChat does not collect any data from Microsoft (such as your Minecraft account details, etc.)
54
+
1. Data sent to the Minecraft server you are connecting to. This data includes, but is not limited to, pings to receive server info, chat messages, commands, tab completion events, detection and usage of EnderChat-specific features, server-side settings and account details necessary for connecting to the server.
55
+
2. Data sent to Microsoft for authenticating your purchased copy of Minecraft, which enables you to connect to online mode Minecraft servers.
56
+
57
+
Analytics may be added in the future, but are currently not present.
0 commit comments