安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








Now includes:
✅ Optional automatic player kick
✅ Optional Discord Webhook integration
✅ Improved automatic file creation
✅ Rewritten code for better compatibility
🛠 If you are already using the mod, please update to the latest version!
📣 Please leave a review and share your feedback!
If you find any bugs or have suggestions, comment here! 🚀
Thank you all for your amazing support! ❤️
🛠 About the Mod
We developed this mod to offer a free and professional solution to keep your DayZ server stable and optimized through scheduled automatic restarts.
---
🎮 Main Features:
✅ Scheduled Restarts
✅ Automatic Notifications
✅ Automatic Player Kick (Optional)
✅ Webhook Discord Integration (Optional)
✅ Automatic Folder and File Creation
✅ Fully Plug-and-Play
✅ Compatible with other mods
---
⚙️ How It Works:
- Upon installation, the mod automatically creates the profiles/DEVCarlos/ folder with the restartDevCarlos.json file.
- Inside the JSON you can configure:
- Restart times
- Notification messages
- Warning intervals
- Discord webhook integration (optional)
- Player kick before restart (optional)
Check the README.txt inside the Info folder for full instructions in English and Portuguese.
---
🌐 Join Us:
🎥 YouTube: https://www.youtube.com/@dayzservertutorialbr
📞 Discord: https://discord.gg/xkCQzUeGDt
---
❤️ Like the Mod? Support Us!
If this mod helped your server and you want to encourage the development of more free content, consider donating:
- 🧡 Donate via PayPal[www.paypal.com]
- 💚 Donate via Wise[wise.com]
Even a small $1 donation helps us a lot to keep creating quality content for the community! 🙏
"m_Enable": 1,
"m_Schedules": [
{
"m_Hour": 0,
"m_Minute": 0,
"m_Active": 1
},
{
"m_Hour": 6,
"m_Minute": 0,
"m_Active": 1
},
{
"m_Hour": 12,
"m_Minute": 0,
"m_Active": 1
},
{
"m_Hour": 18,
"m_Minute": 0,
"m_Active": 1
}
],
"m_Await": 2,
"m_EnableKick": 1,
"m_Reason": "The server will now restart. We'll be back in a few minutes.",
"m_Notification": "The server will restart in %TimeMinutes% minutes.",
"m_Intervals": [
60,
45,
30,
20,
15,
10,
5,
4,
3,
2,
1
],
"m_WebhookID": "",
"m_WebhookToken": ""
}