https://github.com/simyon264/antisurfacecamping
A plugin which stops players from camping on the surface for too long
https://github.com/simyon264/antisurfacecamping
csharp exiled exiled-plugin scp-sl scpsl
Last synced: 3 months ago
JSON representation
A plugin which stops players from camping on the surface for too long
- Host: GitHub
- URL: https://github.com/simyon264/antisurfacecamping
- Owner: Simyon264
- License: agpl-3.0
- Created: 2022-05-15T13:10:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T10:42:23.000Z (5 months ago)
- Last Synced: 2025-01-01T11:28:36.045Z (5 months ago)
- Topics: csharp, exiled, exiled-plugin, scp-sl, scpsl
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AntiSurfaceCamping
Stops people from staying on the surface for too long by damagin them.
## Config
| Name | Description | Default | Type |
|-----------------------|--------------------------------------------------------------------------|----------------------------------------------------------------------|----------------|
| IsEnabled | If the Plugin should start or not | true | Bool |
| Damage | The damage camping players get. | 0.5 | Float |
| TimeUntilNotice | The time until players get notified that they will soon get damage. | 30 | Int |
| NoticeMessage | The message to display when players will soon start getting damage. | Please do not camp on the surface Zone. You will soon get damage! | String |
| DamageMessage | The message to display when players get damage because they are camping. | You are getting damage because you are camping on the surface. | String |
| FatalDamageMessage | The message to display when players get fatal damage. | You are getting fatal damage because you are camping on the surface. | String |
| TimeUntilDamage | The time until players get damage. | 60 | Int |
| DisableIfWarhead | If the warhead should disable the timer. | true | Bool |
| DisableIfSCPOnSurface | If a SCP on the surface should disable the timer. | true | Bool |
| TimeUntilFatalDamage | The time until fatal damage starts | 100 | Int |
| FatalDamage | The amount of fatal damage people will recieve. | 5 | Float |
| immuneRoles | Roles which wont get camping checked. | Tutorial | List |