- Added ban module
- Added Ban and Unban commands, supporting banning and unbanning players through various command parameters.
- Added timestamp formatting method in Utils utility class for displaying ban expiration times
- Introduced PlayerErrorCode enum defining various error codes including ErrBan
- Added dual ban checking for both IP and user during player login
- Optimized login failure responses to provide specific error reasons and parameters
* Add Remote Command API (Use KEY)
* Clean up HttpServer by removing unused code
Removed commented-out code
* Add SetLevel Command (need to restart the game for it to take effect)
* Add Proto Request Change Level (Not Work)
* Update setlevel command
---------
Co-authored-by: Melledy <121644117+Melledy@users.noreply.github.com>