Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.34 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.34 KB

GeyserUtils

A collection of utilities and tools designed to make development with Geyser easier and more efficient.

Overview

This project provides a set of reusable code snippets, functions, and classes that can be used in various projects built using the Geyser. The goal is to simplify common tasks and reduce boilerplate code, making development with Geyser more enjoyable.

Features

  • Camera shake
  • NPC form
  • Animation
  • Camera features (require modify geyser's StartGamePacket by yourself XP)
  • And more!

Contributing

We welcome contributions to this repository! If you'd like to add a new feature or fix a bug, please:

  1. Fork the repository: git fork https://github.com/GeyserExtensionists/GeyserUtils.git
  2. Create a new branch: git checkout -b new-feature
  3. Make your changes and commit them
  4. Push your changes to your forked repository
  5. Open a pull request against the original repository

License

GeyserUtils is licensed under the MIT License.

Acknowledgments

A special thank you to all contributors who have helped shape this project into what it is today.

Feel free to reach out if you'd like more information about GeyserUtils or its usage in your projects.