Callum Seabrook

Results 32 issues of Callum Seabrook

Currently working on an operating system using the tutorial for the blog, and I'm doing lesson 7, where we setup the PIC and reprogram it with a hardware timer handler,...

The tools.jar, along with this entire structure of the JDK, was removed in Java 9, in favour of using modules instead, meaning using tools.jar is no longer an option for...

Question
Discussion

This pull request adds support for Krypton, which is Minecraft server software written from scratch. If you've never heard of it, it's kinda similar to Minestom, but unlike Minestom, it's...

### Introduction This is my current design of the weather API that I want to go in to Krypton. It's a bit more complex than what I have seen in...

enhancement
area: api

### Description We use a plugin called PIT to generate test mutation results, which shows me that the current report for the API has the following stats: - Line coverage:...

enhancement
priority: high
area: all

# Packet support This is a complete list of all the packets in the Minecraft Protocol, and their status in Krypton (how much support they have) Feel free to let...

area: server
informative

### Description Krypton has taken a decent amount of code from other projects, and while most of this code is fine, some of it, however, is not. One of the...

priority: high
area: server

### Description With the new chunk loading system, attempting to re-propagate a player with a different view distance can sometimes result in NullPointerExceptions from `removeIf`. Do note, however, that this...

bug
severity: low
priority: low
area: server

### Description Introduce a backup system that's built-in to the server so users can guarantee the security of their worlds if something goes wrong. ### Goals The following are goals...

priority: medium
area: server