Glowstone
Glowstone copied to clipboard
A fast, customizable and compatible open source server for Minecraft: Java Edition
Hello, I noticed that the Glowstone dev branch is supporting Minecraft 1.19. I've tried using Java 17 as it is the current LTS but stumbled over some problems with ASM6....
1. Use the default GlowKit/Bukkit implementation of BoundingBox instead of using a custom one. 2. Added some more nullability annotations.
Title: Server changes needed to support Via [ViaVersion](https://github.com/ViaVersion) has a similar effect to ProtocolSupport, but in the other direction - it allows players to connect with a higher client version...
An empty server listening address in configuration means **any** address, not **localhost** address only; therefore it should be `0.0.0.0` in IPv4 address form.
I made a spawn for my server on singleplayer. I decided to load it in the server, and some of the chunks are not loaded in. Is this a bug...
*Note: This code is untested (because the tests and server can't be run currently).* ## Waterlogging I let blocks get waterlogged where air or water would have become a water...
Glowstone build: 2021.7.0 when loading worlds , several chunks cannot be loaded on prebuilt maps (downloaded maps from the internet: https://www.planetminecraft.com/project/hogwarts-2883086/ (the map I used)) either by loading it directly...
Hi, We find that there are several inefficient usages of Java Collections: 1. The contains method is invoked upon a list object. We recommend replacing it with a HashSet. 2....
So I am working on a plugin, and notice that a few libraries are added upon starting the server. Since it is obvious that you cannot contain **everything** in your...
Looking at the logs, both Bungeecord and Glowstone are receiving the correct player IP: ``` 06:28:30 [INFO] [/187.180.212.96:39420] InitialHandler has connected 06:28:30 [INFO] [TheticalFlyer97] ServerConnector [lobby] has connected ``` ```...