AntiSurfaceCamping is a lightweight plugin designed to discourage and prevent surface camping in SCP: Secret Laboratory. Players who spend too much time on the surface without progressing the round will receive punishments β from warnings to forceful teleportation or death. Fully configurable.
- Detects and tracks time players spend on the surface
- Supports custom delay before action is taken
- Configurable actions: warning hints, teleportation, damage, or kill
- Excludes certain roles (e.g. SCPs, spectators)
- Logs actions to the server console
is_enabled: true
surface_time_limit: 60 # seconds
interval_check: 10 # how often to check
excluded_roles:
- Spectator
- Scp079
- Scp106
- Tutorial
warning_hint: "Don't camp on the surface!"
warning_hint_duration: 5
on_timeout_action: Kill # options: Warn, Teleport, Damage, Kill
teleport_coordinates:
x: 0
y: 998
z: 0
damage_amount: 25
- Download the latest
.dll
release from Releases. - Place the DLL in your server's
Exiled/Plugins/
directory. - Run the server once to generate the config.
- Edit the generated config file in
Exiled/Configs/AntiSurfaceCamping.yml
.
- Exiled 9.6.0+
- Does not affect players underground.
- Plugin is fully performance-optimized; checks are periodic, not per-frame.
- Supports round reset logic.
Developed by LaFesta1749
- GitHub: LaFesta1749
- Discord: SCP Bulgaria
This project is open-source under the MIT License.