Skip to content

nvrlift/SoftAutoModerationPlugin

Repository files navigation

SoftAutoModerationPlugin

Admins are exempt from these rules.

When EnableClientMessages is enabled, wrong way / no parking / no lights signs will be shown to the player.
Included in the Flags folder are Japanese-style signs. You can replace these with custom signs.

Configuration

Enable the plugin in extra_cfg.yml

EnablePlugins:
- SoftAutoModerationPlugin

Example configuration (add to bottom of extra_cfg.yml)

---
!SoftAutoModerationConfiguration
# Kick players driving without lights during the night
NoLightsKick:
  # Set to false to disable
  Enabled: true
  # Time after the player gets kicked. A warning will be sent in chat after half this time
  DurationSeconds: 60
  # Players driving slower than this speed will not be kicked
  MinimumSpeedKph: 20
# Kick players driving the wrong way. AI has to enabled for this to work
WrongWayKick:
  # Set to false to disable
  Enabled: true
  # Time after the player gets kicked. A warning will be sent in chat after half this time
  DurationSeconds: 20
  # Players driving slower than this speed will not be kicked
  MinimumSpeedKph: 20
# Kick players blocking the road. AI has to be enabled for this to work
BlockingRoadKick:
  # Set to false to disable
  Enabled: true
  # Time after the player gets kicked. A warning will be sent in chat after half this time
  DurationSeconds: 30
  # Players driving faster than this speed will not be kicked
  MaximumSpeedKph: 5

About

Disable Collision for slow cars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published