Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Auto-Restart Minecraft Server (No Plugins/Mods) в хорошем качестве

Auto-Restart Minecraft Server (No Plugins/Mods) 8 месяцев назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Auto-Restart Minecraft Server (No Plugins/Mods)

Here is the link to the AutoIt download page: https://www.autoitscript.com/site/aut... Here is the link to the AutoIt documentation: https://www.autoitscript.com/autoit3/... Here is a script that warns users 1 hour, 5 minutes, 1 minute, and 10 seconds before saving and stopping the server from console: (Copy EVERYTHING below. I did not cover it in the video but you need the extra "If" statement for the program to select the CMD window whether it is already selected or not. Without it, the program may not be able to find the CMD window) If WinExists("C:\Windows\system32\cmd.exe") Then WinActivate("C:\Windows\system32\cmd.exe") Sleep(1000) Send("say Server restarting in 1 hour") Send("{Enter}") Sleep(3600000) WinActivate("C:\Windows\system32\cmd.exe") Send("say Server restarting in 5 minutes") Send("{Enter}") Sleep(300000) WinActivate("C:\Windows\system32\cmd.exe") Send("say Server restarting in 1 minute") Send("{Enter}") Sleep(50000) WinActivate("C:\Windows\system32\cmd.exe") Send("say Server restarting in 10 seconds") Send("{Enter}") Sleep(10000) WinActivate("C:\Windows\system32\cmd.exe") Send("save-all") Send("{Enter}") Sleep(5000) WinActivate("C:\Windows\system32\cmd.exe") Send("stop") Send("{Enter}") Sleep(5000) Send("d") EndIf If WinExists("Select C:\Windows\system32\cmd.exe") Then WinActivate("Select C:\Windows\system32\cmd.exe") Sleep(1000) Send("say Server restarting in 1 hour") Send("{Enter}") Sleep(3600000) WinActivate("C:\Windows\system32\cmd.exe") Send("say Server restarting in 5 minutes") Send("{Enter}") Sleep(300000) WinActivate("C:\Windows\system32\cmd.exe") Send("say Server restarting in 1 minute") Send("{Enter}") Sleep(50000) WinActivate("C:\Windows\system32\cmd.exe") Send("say Server restarting in 10 seconds") Send("{Enter}") Sleep(10000) WinActivate("C:\Windows\system32\cmd.exe") Send("save-all") Send("{Enter}") Sleep(5000) WinActivate("C:\Windows\system32\cmd.exe") Send("stop") Send("{Enter}") Sleep(5000) Send("d") EndIf Exit

Comments