Skip to content
LS
All work
Anti-exploit4 files4.7K+ subscribers

Logout Blacklist

Stops combat-logging with high-value raid loot — force-drops blacklisted items on disconnect.

  • Enforce Script
  • ScriptRPC
  • JSON config
In game

What it does

Players can't safely log out mid-raid with breaching charges or other high-value items. On disconnect, blacklisted items are force-dropped to the ground so they can't be stashed by quitting.

Engineering

How it's built

  • JSON-persisted config with a territoryMode (everywhere / any territory / own territory only) integrating LBmaster group plot-poles via #ifdef LBmaster_GroupDLCPlotpole.
  • Syncs the blacklist to clients over a custom ScriptRPC (0x4C424C01) so the logout menu can warn players before they quit.
  • Timestamped drop logging to $profile for admin auditing.