bug fixes and added Anti-betray-system

This commit is contained in:
Ubuntu 2024-07-05 07:53:56 +00:00
parent 832e2ad77a
commit f28417cb2c
335 changed files with 44 additions and 41 deletions

View file

@ -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."""