Aldin
Aldin
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....
### Motivation We use `Node.instance()` very often, even where we dont have to. ### Modification Removed most usages of `Node.instance()` and replaced with passing down the instance using constructors. ###...
### Motivation Currently there is no way to rename groups from the cli, you would have to edit the files yourself. ### Modification Added a command to rename groups. ###...
### Motivation Currently there is no way to bulk delete npcs, you have to visit each npc and delete it with the remove command once at a time. ### Modification...
### Motivation The docker per task config was not used at all due to the fact it was read from the services configuration but that does not contain the docker...
### Motivation We have decided to remove the cloudperms module. ### Modification Removed the cloudperms module and added a small rest scope api. ### Result CloudPerms is gone
### Describe the new feature Add a way to specify how many tries we should take to connect the player to the desired service. ### Why do you need this...
### Describe the new feature Create a new ProvideServiceEvent that is called when a service from the ServiceRegistry is requested. This event should provide a way to override the choosen...
### Describe the new feature Rework the ServerSelectorType in a way that an api user can create and add own ServerSelectorTypes and use them when connecting a player. ### Why...
### Describe the new feature In netty 5 alpha6 a NetUtil is added that allows us to read the network interfaces therefore we can remove our own util methods. ###...