mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-11-07 17:36:08 +00:00
bug fixes and added Anti-betray-system
This commit is contained in:
parent
832e2ad77a
commit
f28417cb2c
335 changed files with 44 additions and 41 deletions
7
dist/ba_root/mods/custom_hooks.py
vendored
7
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -313,6 +313,13 @@ def night_mode() -> None:
|
|||
activity.snowfall_generator(settings["Snowfall"]["SnowCount"],
|
||||
settings["Snowfall"]["SnowFallingSpeed"], settings["Snowfall"]["SnowScale"])
|
||||
|
||||
if settings['autoNightMode']['colorfullMap']:
|
||||
from plugins import colorfulmaps2
|
||||
|
||||
if settings['autoNightMode']['colorful_explosions']:
|
||||
from plugins import color_explosion
|
||||
color_explosion.enable()
|
||||
|
||||
|
||||
def kick_vote_started(started_by: str, started_to: str) -> None:
|
||||
"""Logs the kick vote."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue