mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-09 02:52:56 +00:00
This commit introduces a new server property `hardcore-ban-ip` that controls whether players who die in hardcore mode are banned by their IP address. This setting should be set to `false` for playit.gg users! Key changes include: - Updated `banPlayerForHardcoreDeath` in `PlayerList.cpp` to check the `hardcoreBanIp` setting and handle IP bans accordingly. - Added `hardcore-ban-ip` to the default server properties in `ServerProperties.cpp`. - Declared the `hardcoreBanIp` boolean variable in `ServerProperties.h` to store the property value. These changes enhance the server's ability to enforce IP bans based on configuration settings. |
||
|---|---|---|
| .. | ||
| Access | ||
| Common | ||
| Console | ||
| docs | ||
| vendor | ||
| Windows64 | ||
| Minecraft.Server.vcxproj | ||
| Minecraft.Server.vcxproj.filters | ||
| ServerLogger.cpp | ||
| ServerLogger.h | ||
| ServerLogManager.cpp | ||
| ServerLogManager.h | ||
| ServerProperties.cpp | ||
| ServerProperties.h | ||
| ServerShutdown.h | ||
| WorldManager.cpp | ||
| WorldManager.h | ||