Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe
Sign in to follow this  
eas1ly

Raid Settings

Recommended Posts

Raid Settings


 

Raid Settings
Мод Raid Settings —  позволяет глобально настроить рейд на вашем сервере.
 

? Основные функции:

  • Файл Настроек: Все параметры в одном месте — легко редактировать!  
  • Локализация: Поддержка всех доступных языков (переводите под вашу аудиторию).  
  • Поддержка Кодлоков: Работает с любыми модами (от любого разработчика)!  
  • Рейдтайм On/Off: Включайте/выключайте глобально или по расписанию.  
  • Рейд Только По Воротам**: Ограничьте рейды исключительно взломом дверей.  
  • Рейд По Взрывам/Пулям: Отключите возможность рейда холодным оружием!  
  • Тайминг По Дням: Настраивайте рейдтайм под конкретное время в определённые дни.  
  • Проверка Флага: Если флаг в зоне существует — рейд только по рейд-тайму. Если флага нет — рейд доступен всегда!  
  • Информирование Игроков: Сообщение о рейде при подключении к серверу (настраивается в конфиге). 


 

⚙️ Настройки (конфиг): 


{
    "RaidSettings": [
        {
            "RAID_TIME_ENABLED": 1,
            "RAID_TIME_FLAG_CHECK": 0,
            "RAID_TIME_FLAG_RADIUS": 100,
            "RAID_ONLY_GATE": 1,
            "RAID_MELEE_ENABLED": 1,
            "RAID_MESSAGE_TYPE": 2,
            "RAID_DEBUG_ENABLED": 0,
            "RAID_MESSAGE_TIME": "#STR_RaidTimeEnabled",
            "RAID_MESSAGE_GATE": "#STR_RaidGateOnlyEnabled",
            "RAID_MESSAGE_MELEE": "#STR_RaidMeleeDisabled",
            "RAID_NOFIFICATION_INGAME": 0,
            "RAID_NOTIFICATION_ONCONNECT": 1,
            "RAID_NOTIFICATION_TIME": 5,
            "RAID_WEBHOOK_ENABLED": 0,
            "RAID_WEBHOOK_LINK": "",
            "RAID_START_TEXT": "Рейд начался | Raid is started.",
            "RAID_STOP_TEXT": "Рейд закончился | Raid is stoped."
        }
    ],
    "RaidNoBuild": [
        {
            "NOBUILD_KEY": "Enter key",
            "NOBUILD_ENABLED": 0,
            "NOBUILD_TIME": 5,
            "NOBUILD_RADIUS": 100,
            "NOBUILD_PLACE_DISABLE": 1,
            "NOBUILD_BUILDING_DISABLE": 1,
            "NOBUILD_CODELOCK_DISABLE": 1
        }
    ],
    "RaidDays": [
        {
            "DayWeek": "Monday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Tuesday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Wednesday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Thursday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Friday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Saturday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Sunday",
            "StartHour": 10,
            "StopHour": 19
        }
    ]
}

Поддерживаемые Моды на Строительство:

  • Building Fortifications,
  • BPCamping,
  • RaG_BaseBuilding,
  • Вся стройка от Tierro,
  • Вся стройка от Уголь

 

 

 

Raid Settings
Mod Raid Settings — allows you to globally configure a raid on your server.


? Main functions:

  • Settings File: All settings in one place — easy to edit!  
  • Localization: Supports all available languages (translate to suit your audience).  
  • Codelock support: Works with any mods (from any developer)!  
  • On/Off Raid Time: Turn on/off globally or on a schedule.  
  • Gate-Only Raid**: Limit the raids to door-breaking only.  
  • Blast/Bullet Raid: Disable the possibility of a melee raid!  
  • Daily Timing: Adjust the raid time for a specific time on certain days.  
  • Flag Check: If a flag exists in the zone, the raid is only on raid time. If there is no flag, the raid is always available!  
  • Informing Players: A message about the raid when connecting to the server (configured in the config). 

⚙️ Settings (config):


{
    "RaidSettings": [
        {
            "RAID_TIME_ENABLED": 1,
            "RAID_TIME_FLAG_CHECK": 0,
            "RAID_TIME_FLAG_RADIUS": 100,
            "RAID_ONLY_GATE": 1,
            "RAID_MELEE_ENABLED": 1,
            "RAID_MESSAGE_TYPE": 2,
            "RAID_DEBUG_ENABLED": 0,
            "RAID_MESSAGE_TIME": "#STR_RaidTimeEnabled",
            "RAID_MESSAGE_GATE": "#STR_RaidGateOnlyEnabled",
            "RAID_MESSAGE_MELEE": "#STR_RaidMeleeDisabled",
            "RAID_NOFIFICATION_INGAME": 0,
            "RAID_NOTIFICATION_ONCONNECT": 1,
            "RAID_NOTIFICATION_TIME": 5,
            "RAID_WEBHOOK_ENABLED": 0,
            "RAID_WEBHOOK_LINK": "",
            "RAID_START_TEXT": "Рейд начался | Raid is started.",
            "RAID_STOP_TEXT": "Рейд закончился | Raid is stoped."
        }
    ],
    "RaidNoBuild": [
        {
            "NOBUILD_KEY": "Enter key",
            "NOBUILD_ENABLED": 0,
            "NOBUILD_TIME": 5,
            "NOBUILD_RADIUS": 100,
            "NOBUILD_PLACE_DISABLE": 1,
            "NOBUILD_BUILDING_DISABLE": 1,
            "NOBUILD_CODELOCK_DISABLE": 1
        }
    ],
    "RaidDays": [
        {
            "DayWeek": "Monday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Tuesday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Wednesday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Thursday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Friday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Saturday",
            "StartHour": 10,
            "StopHour": 19
        },
        {
            "DayWeek": "Sunday",
            "StartHour": 10,
            "StopHour": 19
        }
    ]
}

Supported Construction Mods:

  • Building Fortifications,
  • BPCamping,
  • RaG_BaseBuilding,
  • All mods by Tierro,
  • All mods by Ygol.

 

 


 

Share this post


Link to post
Share on other sites
MagicByte MagicByte MagicByte

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Поддержка