Categorygithub.com/gavrylenkoIvan/hopper
repository
0.0.0-20240526111632-43ddc9a32a5b
Repository: https://github.com/gavrylenkoivan/hopper.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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

Contributing

  1. Fork it (https://github.com/gavrylenkoIvan/hopper)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request