minecraft-server icon indicating copy to clipboard operation
minecraft-server copied to clipboard

A Minecraft server implemented in Go

Results 11 minecraft-server issues
Sort by recently updated
recently updated
newest added

I tried joining with: 1.8, 1.12.2, 1.16.2, 1.16.3 1.16.4 ![image](https://user-images.githubusercontent.com/60801647/99157941-521a6e80-2682-11eb-9eba-a6123552d1bf.png)

This function returns a number with at least the same magnitude (positive or negative) as var0, but which is also divisible by var1. An appropriate name might be **findNextLargestNumberEvenlyDivisibleBy** or...

Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.9.0 to 1.13.0. Release notes Sourced from github.com/fatih/color's releases. v1.13.0 This release updates the following dependencies: github.com/mattn/go-colorable v0.1.9 github.com/mattn/go-isatty v0.0.14 v1.12.0 This release adds support for the...

dependencies

Implementation of server bound packets. #### Handshake - [x] **0x00**: Handshake - [ ] **0xFE**: Legacy Server List Ping #### Status - [x] **0x00**: Request - [x] **0x01**: Ping ####...

enhancement

https://github.com/Steveice10/MCProtocolLib/blob/1.15.2-1/example/com/github/steveice10/mc/protocol/test/MinecraftProtocolTest.java ```log panic: runtime error: index out of range [64] with length 64 goroutine 19 [running]: github.com/golangmc/minecraft-server/impl/conn/crypto.(*cfb8).XORKeyStream(0xc0001428c0, 0xc001ba0000, 0x1d19f, 0x1d19f, 0xc001b82000, 0x1d19f, 0x1e000) /home/jack/Dev/minecraft-server/impl/conn/crypto/cfb8.go:66 +0x249 github.com/golangmc/minecraft-server/impl/conn.(*connection).Encrypt(...) /home/jack/Dev/minecraft-server/impl/conn/connect.go:64 github.com/golangmc/minecraft-server/impl/conn.(*connection).SendPacket(0xc000296150, 0x7bf040, 0xc000396010)...

(Suggestion, im not sure how to add the label) Im not experienced with go at all, but I suggest getting a good plugin system from the start. After a little...

enhancement
help wanted

Steps to actually being in the game. (from wiki.vg) - [x] C→S: Handshake - [x] C→S: Login Start - [x] S→C: Encryption Request - [x] C→S: Encryption Response - [...

enhancement

Implementation of client bound packets. #### Handshake `no client bound packets for this state` #### Status - [x] **0x00**: Response - [x] **0x01**: Pong #### Login - [x] **0x00**: Disconnect...

enhancement

decide on configuration style.

enhancement
help wanted

So when trying to join with a minecraft client(1.8.9) there’s just nothing happening.Propably because of the changes in the protocol since than.But with the versions 1.16.x and 1.20.1 I get...