Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleister/go-minecraft
Golang library for Minecraft
https://github.com/kleister/go-minecraft
go golang minecraft
Last synced: 8 days ago
JSON representation
Golang library for Minecraft
- Host: GitHub
- URL: https://github.com/kleister/go-minecraft
- Owner: kleister
- License: apache-2.0
- Created: 2018-08-14T23:07:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T08:30:02.000Z (15 days ago)
- Last Synced: 2024-12-23T09:22:35.693Z (15 days ago)
- Topics: go, golang, minecraft
- Language: Go
- Homepage:
- Size: 206 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# go-minecraft
[![General Workflow](https://github.com/kleister/go-minecraft/actions/workflows/general.yml/badge.svg)](https://github.com/kleister/go-minecraft/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#kleister:matrix.org](https://img.shields.io/badge/matrix-%23kleister%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#kleister:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/8e7f8c9753e74a3995c16fc420598373)](https://app.codacy.com/gh/kleister/go-minecraft/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![Go Reference](https://pkg.go.dev/badge/github.com/kleister/go-minecraft.svg)](https://pkg.go.dev/github.com/kleister/go-minecraft)
This repository provides helpers related to Minecraft.
## Development
Make sure you have a working Go environment, for further reference or a guide
take a look at the [install instructions][golang]. This project doesn't enforce
a specific Go version, but we are trying to use the latest stable releases. It
is also possible to simply execute `go get`, but we prefer to use our `Makefile`:```console
git clone https://github.com/kleister/go-minecraft.git
cd go-minecraftmake clean generate test
```## Examples
For different kind of examples how to use this library please take a look at the
[examples/](./examples) folder.## Security
If you find a security issue please contact
[[email protected]](mailto:[email protected]) first.## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2018 Thomas Boerger
```[golang]: http://golang.org/doc/install.html