Skip to content

An EXILED plugin for SCP: Secret Laboratory servers that doesn't allow players to camp the Surface zone and deals them damage the more they stay there.

Notifications You must be signed in to change notification settings

LaFesta1749/AntiSurfaceCamping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Downloads Discord

AntiSurfaceCamping (Exiled Plugin)

πŸ” Overview

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.


βš™οΈ Features

  • 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

🧠 Configuration Example

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

πŸ“ Installation

  1. Download the latest .dll release from Releases.
  2. Place the DLL in your server's Exiled/Plugins/ directory.
  3. Run the server once to generate the config.
  4. Edit the generated config file in Exiled/Configs/AntiSurfaceCamping.yml.

πŸ§ͺ Dependencies


❗ Notes

  • Does not affect players underground.
  • Plugin is fully performance-optimized; checks are periodic, not per-frame.
  • Supports round reset logic.

πŸ‘€ Author

Developed by LaFesta1749


πŸ“œ License

This project is open-source under the MIT License.

About

An EXILED plugin for SCP: Secret Laboratory servers that doesn't allow players to camp the Surface zone and deals them damage the more they stay there.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages