Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CAIMEOX/Aquiver
Playing video on Minecraft Bedrock!
https://github.com/CAIMEOX/Aquiver
Last synced: 3 months ago
JSON representation
Playing video on Minecraft Bedrock!
- Host: GitHub
- URL: https://github.com/CAIMEOX/Aquiver
- Owner: CAIMEOX
- Created: 2020-02-20T01:40:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T14:56:58.000Z (over 4 years ago)
- Last Synced: 2024-07-28T13:25:12.107Z (3 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-minecraft-bedrock - Aquiver - Playing video on Minecraft Bedrock! (Tool (Create) / Addons and GameTest)
README
# Aquiver
Playing video on Minecraft Bedrock.## Building
1.Install Rust.2.Open Terminal(cmd), clone(download) this project.
```
cd Aquiver
cargo build --release
```## USAGE:
> aquiver [OPTIONS]## FLAGS:
```shell script
--help Prints help information
-V, --version Prints version information
```### OPTIONS:
- d, --description Descriptions
- h, --height The video's height (float)
- l, --loop Automatically replay the video
- m, --mode Face camera mode (look_xyz, rotate_xyz etc.)
- n, --name Resource pack's name(String)
- p, --path The path of the video(GIF)
- w, --width The video's width (float)## How to use?
Open Minecraft, load the pack and enter the world.
Run chat command:
```
function init
```
Place an armor_stand named {packName}.Give yourself a repeating command block.Input this command into the command block, set at running.
```
function loop
```## LICENSE ![NY NC ND](https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png)
This work is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.](http://creativecommons.org/licenses/by-nc-nd/4.0/)