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...