Nils Gereke
Nils Gereke
This egg is currently work in progress, it is possible that this egg is unable to start! Links: - [Docker Hub](https://hub.docker.com/r/beamdog/nwserver) - [GitHub](https://github.com/niv/dockerhub-beamdog-nwserver) Requested by: #507 ### New Server Submissions:...
Your now able to unregister a registed command
Adding in ``StringArgumentType`` a ``regex`` method for regex input verification. Example: ```java LiteralArgumentBuilder.literal("example") .then(RequierdArgumentBuilder.argument("date", StringArgumentType.regex("REGEX"))) ``` Example: - /example 04-27-2000 - /example 04.27.2000
Updated to 1.14.4
chore: cleanup some classes fix: code spacing in some classes ## Summary Cleanup the java sdk and add some missing commands. Also made the ``servername`` optionaly. ## How did you...
### Problem GitHub Container Registry (ghcr.io) does not support IPv6. For example our frontend servers no longer use IPv4, as the load balancer handles external traffic, and everything routes internally....
### Self-Hosted Version 25.4.0 a00823c ### CPU Architecture x86_64 ### Docker Version 28.1.1, build 4eba377 ### Docker Compose Version 2.35.1 ### Machine Specification - [x] My system meets the minimum...
This pull request addresses a concurrency issue in [PacketType::prepare](https://github.com/retrooper/packetevents/blob/2.0/api/src/main/java/com/github/retrooper/packetevents/protocol/packettype/PacketType.java#L440) that can result in a disconnect for players. Under heavy parallel load, prepare may be invoked concurrently, but the method is...