-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write README, remove Mojang MS client ID.
- Loading branch information
Showing
5 changed files
with
72 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
/config.json | ||
|
||
# OSX | ||
# | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,48 @@ | ||
# EnderChat | ||
|
||
A React Native app for Android/iOS to chat on Minecraft servers from your phone. | ||
|
||
## Features | ||
|
||
- Fully open-source with no ads! Easily report issues through GitHub and get a direct response. | ||
- Supports connecting to Minecraft 1.16.4 through Minecraft 1.18.2 servers. (1.19 being worked on!) | ||
- Supports all Minecraft chat features, which sometimes trip up other chat apps. | ||
- Send join messages and commands on connecting to a server. | ||
- Health change indicator and respawn on death support. | ||
- [Many other features planned!](https://github.com/retrixe/EnderChat/issues) | ||
|
||
## Installation | ||
|
||
[The latest versions of EnderChat are published to GitHub Releases.](https://github.com/retrixe/EnderChat/releases) | ||
|
||
### Android | ||
|
||
APKs are available to download for each EnderChat release [here.](https://github.com/retrixe/EnderChat/releases) | ||
|
||
Publishing to the Google Play Store is eventually planned for the betas and final release. ***While the license allows redistribution, I request that people do not abuse this privilege and publish EnderChat to the Play Store without my consent (for now).*** | ||
|
||
### iOS | ||
|
||
**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! | ||
|
||
Currently, you must build EnderChat yourself from source. However, IPA files are planned to be uploaded in the future for each EnderChat release (similar to Android), which can then be sideloaded using techniques like AltStore. | ||
|
||
There are no plans to publish EnderChat to the iOS App Store for now. ***While the license allows redistribution, I request that people do not abuse this privilege and publish EnderChat to the App Store without my consent (for now).*** | ||
|
||
## Development | ||
|
||
Development on this application is similar to any other React Native app. However, you must follow the instructions [here](https://wiki.vg/Microsoft_Authentication_Scheme) to get Microsoft Login working, by obtaining a client ID and placing it in a `config.json` file at the top-level, which must be formatted like so: | ||
|
||
```json | ||
{"clientId": "", "scope": "XboxLive.signin offline_access"} | ||
``` | ||
|
||
## License | ||
|
||
```markdown | ||
This Source Code Form is subject to the terms of the Mozilla Public | ||
License, v. 2.0. If a copy of the MPL was not distributed with this | ||
file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
``` | ||
|
||
The `src/minecraft` folder is independent of the rest of the project, and is licensed under MIT. Refer to the folder's own `README` and `LICENSE.md` files for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters