Sxtanna
Sxtanna
Ordering/Sorting concerns for the library have existed coming up on a decade now. Issues: - #35 - #235 - #253 - #364 - #365 - #377 - #624 Pull Requests:...
Implementation of server bound packets. #### Handshake - [x] **0x00**: Handshake - [ ] **0xFE**: Legacy Server List Ping #### Status - [x] **0x00**: Request - [x] **0x01**: Ping ####...
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 - [...
Implementation of client bound packets. #### Handshake `no client bound packets for this state` #### Status - [x] **0x00**: Response - [x] **0x01**: Pong #### Login - [x] **0x00**: Disconnect...
https://github.com/Staartvin/Autorank-2/blob/7b579e2fd30da32e57f9fc7867729b4ffd49bd5b/src/me/armar/plugins/autorank/pathbuilder/playerdata/global/GlobalPlayerDataStorage.java#L144-L150 If this call to `ResultSet#next` results in an `SQLException`, it will simply print the stacktrack then produce more errors. It will never break from the loop. This causes infinite...
Maybe someone really likes Kotlin :D
When a writer serializes a UUID, it does not serialize it as a `String`, it gathers the fields `mostSigBits` and `leastSigBits`. ```toml [identity] mostSigBits = -7519793959754578783 leastSigBits = -5026103932034173063 ```...
`YamlFileResource#createReader` calls `YamlFileReader#loadFile` which uses `Files.newInputStream(path: Path)` which will throw a `NoSuchFileException` if the File at that path does not exist. `SettingsManagerBuilder` uses the Utils method `Utils.createFileIfNotExists(path: Path)` to avoid...
Instead of always failing when a command isn't fully completed with all its arguments, the command could send the player the current value associated with what's being edited.