Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yancey2023/chelper-android
Minecraft Command Helper
https://github.com/yancey2023/chelper-android
Last synced: 7 days ago
JSON representation
Minecraft Command Helper
- Host: GitHub
- URL: https://github.com/yancey2023/chelper-android
- Owner: Yancey2023
- License: gpl-3.0
- Created: 2024-05-30T15:51:02.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T08:53:45.000Z (3 months ago)
- Last Synced: 2024-08-27T10:07:31.745Z (3 months ago)
- Language: Java
- Homepage:
- Size: 1.95 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CHelper-Android
I want to make a command helper for Minecraft Bedrock Edition , so here is CHelper, which means
Command Helper.## Clone Project
```bash
git clone --recursive https://github.com/Yancey2023/CHelper-Andoird
# if you clone it without --recursive, you should run the following:
cd CHelper-Andoird
git submodule update --init --recursive --progress
```## CHelper-Core
It is writing by c++. Please refer to [CHelper-Core](https://github.com/Yancey2023/CHelper-Core).
## Dependencies
| project | description | license |
|:-----------------------------------------------------:|:-------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------:|
| [fmt](https://github.com/fmtlib/fmt) | formatting library | [MIT license](https://github.com/fmtlib/fmt/blob/master/LICENSE) |
| [json](https://github.com/nlohmann/json) | JSON for Modern C++ | [MIT license](https://github.com/nlohmann/json/blob/master/LICENSE.MIT) |
| [utfcpp](https://github.com/nemtrif/utfcpp) | UTF-8 with C++ in a Portable Way | [BSL-1.0 license](https://github.com/cblck/hedley/blob/master/LICENSE) |
| [Hedley](https://github.com/cblck/hedley) | enable compiler-specific features while retaining compatibility with all compilers | [CC0 1.0](https://github.com/cblck/hedley/blob/master/LICENSE) |
| [androidx](https://github.com/androidx/androidx) | a suite of libraries, tools, and guidance to help developers write high-quality apps easier | [Apache-2.0 license](https://github.com/androidx/androidx/blob/androidx-main/LICENSE.txt) |
| [Gson](https://github.com/google/gson) | a Java library that can be used to convert Java Objects into their JSON representation | [Apache-2.0 license](https://github.com/google/gson/blob/main/LICENSE) |
| [Crunch](https://github.com/boxbeam/Crunch) | The fastest Java expression compiler/evaluator | [MIT license](https://github.com/boxbeam/Crunch/blob/master/LICENSE) |
| [EasyFloat](https://github.com/princekin-f/EasyFloat) | Android Floating Window Framework | [Apache-2.0 license](https://github.com/princekin-f/EasyFloat/blob/master/LICENSE) |## Special Thanks
| project | description | license |
|:---------------------------------------------------:|:----------------------------------------------------------:|:----------------------------------------------------------------------------:|
| [caidlist](https://github.com/XeroAlpha/caidlist) | provide IDs and descriptions for Minecraft Bedrock Edition | [GPL-3.0 license](https://github.com/XeroAlpha/caidlist/blob/master/LICENSE) |
| [chinese minecraft wiki](https://zh.minecraft.wiki) | provide information in Minecraft | [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0) |- JetBrains License for Open Source Development
![JetBrains Logo (Main) logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg)