-
Notifications
You must be signed in to change notification settings - Fork 0
Known Bugs
-
Banning a Client (username or IP) will add the Client to the proper ban list, but the Client may not be disconnected (resulting in the ban taking effect once the Client leaves the server on their own accord).
-
When typing a string before hitting Enter, if the Server sends a chat message back to the Client it will be written inside string you've typed, but hitting Enter will still broadcast what you really entered to the Server, not including what was "injected" into your typed string.
-
The commands /kickip, /banip, and /pardonip appear to not function correctly. Suspected cause is that the IP gained from each Client stores the local port that the Client is connected through attached to the IP string, which means the IP commands only affect that specific port on the specific IP.
Download Link