Commit graph

8 commits

Author SHA1 Message Date
1417f725a7
Fix package descriptions 2022-03-16 11:16:44 +01:00
aa3d91eab1
Fix typos 2022-03-05 17:31:46 +01:00
5798c26e08
Add MinecraftClient tests and examples 2022-03-05 15:37:31 +01:00
7b8e1bbe41
Add a minecraft client
Minecraft (spigot) behaves differently. It does not support empty
requests. This is a deal breaker for the SimpleClient implementation.
The implementation is mutch simpler but in limits the exec support to
not support multi packet responses.
2022-03-04 21:52:24 +01:00
d0ed6d814c
Add general client interface 2022-03-04 21:51:29 +01:00
24ed78a39e
Rename GrconUtilError to GrconClientError
The clients where originaly created in the util package and after
the migrating to its own package it was forgotten to update the error.
2022-03-04 14:01:54 +01:00
a0941f3532
Add client package information 2022-03-03 18:36:04 +01:00
1cda9ca591
Init commit
Initially it was the idea that this would be version 2 of the
https://github.com/hamburghammer/rcon lib but I changed my mind and
decided to make a new Project out of it.
It has formally nothing to do with the original lib.
2022-02-17 22:33:58 +01:00