RealModking / GameTest-API-Wrapper

GameTest Framework Wrapper is a pack that allows you to interact with GameTest FrameWork API easily! This pack will help to keep your code clean and compact. And makes interactions with the API much easier. Gametest Framework supports Minecraft Bedrock Edition in windows, mobile and more soon in both worlds and realms!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

GameTest Framework Wrapper

GameTest Framework Wrapper is a pack that allows you to interact with GameTest FrameWork API easily! This pack will help to keep your code clean and compact. And makes interactions with the API much easier. Basically an API wrapper...
Explore the docs »

View Demo · Report Bug · Request Feature

Contributors Forks Stargazers Issues MIT License

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

GameTest Framework wrapper basically provides you with a lot of classes and utils for you to work with. This will make your life easier, while working with the GameTest Framework API.

Built With


Getting Started

Easy Method

  • Download this zip folder and name it to .mcpack and import it by double clicking on the folder. This method will only work if you have Minecraft Bedrock Edition on the same device you are doing this action on.

Recommended Method

  • Another Method would be to take the zipped folder and unzip/extract it. Take your folder and move it to the folder 'development_behavior_packs', which can be found in a path like \Users\USER_NAME\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\development_behavior_packs. This will make your life way easier, while developing this pack. It will update the content inside your game everytime you make any changes to the script. For the changes to apply you must leave and rejoin your world where the pack is applied at.

Installation

  1. Clone the repo
    git clone https://github.com/notbeer/MCBE-GameTest-FrameWork.git

Usage

Most of the features should work as of now version 1.17.10. A lot of the class, methods, properties and more may change a lot. Since GameTest FrameWork is in heavy development as of now.

WARNING: If you are going to apply any GameTest related scripts to your world, please make a copy of your world before you do so! I'm not responsible if anything goes wrong-

Create a new world, since GameTest FrameWork is still experimental. Make sure in your settings you have GameTest FrameWork enabled under Experiments category. At last type in the game chat +help for the list of custom commands or +help [command name] to get information on a specific command! You can edit/add commands to the pack in the folder.

Check the documentations on Framework Wrapper for more features!


Roadmap

See the open issues for a list of proposed features (and known issues).


Contributing

You can share your amazing talent with other people! Any Contributions are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.


Contact

Discord - Message me on notbeer#9204 on contact me throught the Bedrock OSS Discord server

Project Link: https://github.com/notbeer/MCBE-GameTest-FrameWork


Acknowledgements

About

GameTest Framework Wrapper is a pack that allows you to interact with GameTest FrameWork API easily! This pack will help to keep your code clean and compact. And makes interactions with the API much easier. Gametest Framework supports Minecraft Bedrock Edition in windows, mobile and more soon in both worlds and realms!

License:MIT License


Languages

Language:JavaScript 100.0%