repository
0.0.0-20240526111632-43ddc9a32a5b
Repository: https://github.com/gavrylenkoivan/hopper.git
Documentation: pkg.go.dev
# README
Hopper
Robust vanilla minecraft server
Minecraft server core with focus on customization, performance and minimal hardware requirements.
Installation
To install hopper, check releases page
Usage example
To start Hopper server, install latest release binary from releases page and execute it
For config settings and more usage examples, please refer to the Wiki.
Development setup
Hopper requires Go 1.16+ installed since it uses go mod
dependencies.
# Run hopper
make run
To enable hot reload, air is required
# Run hopper in hot reload mode
make hot
Release History
- 0.1.0
- Handle Login state
- 0.0.1
- Implement server list ping
Contributing
- Fork it (https://github.com/gavrylenkoIvan/hopper)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request