Encuesta

What do you think of the mod?

It's good
Normal
Bad

Autor Tema: [MOD] Auto Restart System  (Leído 2948 veces)

Desconectado U3Games

  • Administrator
  • User
  • *
  • Mensajes: 164
    • Ver Perfil
[MOD] Auto Restart System
« en: 08 de Noviembre de 2017, 09:22:35 pm »
Information:

[EN] System that allows the configuration of the automatic restart of your server.
[ES] Sistema que permite la configuración del reinicio automático de vuestro servidor.

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Auto Restart System Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled auto restart system:
# Default: False
AutoRestartSystemEnabled = False

# Selection of the Auto Restart Mode:
# Possible values: ScheduledEvery3Hours, ScheduledEvery6Hours, ScheduledEvery12Hours,
# ScheduledEvery24Hours, ScheduledEvery48Hours, ScheduledEveryDayAtFixedTime
# Default: ScheduledEveryDayAtFixedTime
AutoRestartMode = ScheduledEveryDayAtFixedTime

# Specify the countdown time (in minutes):
# Default: 5
AutoRestartTime = 5

# What time will the countdown begin?.
# NOTE: Works only if AutoRestartMode is "ScheduledEveryDayAtFixedTime".
# Default: 10:00:00
AutoRestartTask = "10:00:00"

Link to download:

You are not allowed to view links. Register or Login



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.