Mods / Newfies Login Protection!
- Tags:
- Author:
- Newfie
- Side:
- Server
- Created:
- Aug 10th 2025 at 7:39 PM
- Last modified:
- Aug 24th 2025 at 10:50 PM
- Downloads:
- 1667
-
Latest release (for Vintage Story 1.20.12, outdated):
Newfies-Loginprotection-V1.0.2.zip 1-click install
Newfies Login Protection
Server-side QoL mod for Vintage Story 1.20.12.
Gives players temporary invulnerability when they finish joining the server. The protection duration is configurable and the mod notifies the player when protection starts and when it ends.
Features
-
Join protection: Player takes no damage for a configurable time after fully loading in.
-
Covers all damage sources: melee, fall, fire, etc. (handled in the damage pipeline).
-
Clear messages:
-
On join: “Login protection active for _X_s.”
-
On end: “Login protection disabled — you can now take damage.”
-
-
Multiplayer-safe & lightweight: Per-player behavior with a simple timer; no tick-heavy loops.
Configuration
-
loginprotection.json-
ProtectionSeconds(default 60) -
AnnounceOnJoin(default true) -
AnnounceOnEnd(default true)
-
Admin Command
-
/loginprot <seconds>— Update protection length at runtime and save to config.
(Requirescontrolserverprivilege.)
Compatibility
-
Server-only mod; no client install required.
-
Target: Vintage Story 1.20.12.
-
Works with other combat/utility mods since it cancels damage inside the standard entity damage callback.
| Mod Version | Mod Identifier | For Game version | Downloads | Released | Changelog | Download | 1-click mod install* |
|---|---|---|---|---|---|---|---|
| 1.0.2 | newfiesloginprotection | 82 | Aug 24th 2025 at 10:50 PM | Newfies-Loginprotection-V1.0.2.zip | 1-click install | ||
|
attempt #2 at fixing the issues of it not working sometimes, added some more safeguards and made it work on respawns also
| |||||||
| 1.0.1 | newfiesloginprotection | 195 | Aug 24th 2025 at 5:52 PM | Newfies-loginprotection-V1.0.1.zip | 1-click install | ||
|
Update fixing it not working sometimes, and changing notifications from info to general channel | |||||||
| 1.0.0 | newfiesloginprotection | 1390 | Aug 10th 2025 at 7:54 PM | Empty | Newfies_loginprotectionV1.0.0.zip | 1-click install | |
18.12.2025 09:25:23 [Server Error] [newfiesloginprotection] An exception was thrown when trying to load assembly:
18.12.2025 09:25:23 [Server Error] [newfiesloginprotection] Exception: ./data/Cache/unpack/Newfies-Loginprotection-V1.0.2.zip_7d877a8481b8/Newfies.LoginProtection.dll declared as code mod, but there are no .dll files that contain at least one ModSystem or has a ModInfo attribute
work on 1.21.5?