Importante:Lea la info completa antes de instalar, asi sabra como funciona y como configurarlo.
Important: Read the full info before installing, so you know how it works and how to configure it.
Reinicios Skript hecho para Polocraft Network traido a ustedes customizable!
Idiomas disponibles:
Español (ES)
Ingles (EN)
Portugues (BR)
Frances (FR)
Italiano (IT)
DEPENDENCIAS:
Descargue el archivo Reinicios MultiLang.zip
Extraer archivador, Seleccionar el idioma de tu preferencia,
Moverlo al directorio plugins/Skript/scripts
Encender el servidor
/reinicios reinicios.staff | Ayuda del plugin - Help of plugin
/reinicios now reinicios.staff | Fuerza el conteo de reinicio desde 5
/reinicios time reinicios.staff | Ve el tiempo configurado de reinicios
/reinicios version reinicios.staff | Ve la version del plugin
Polocraft Network
Polocraft.g-s.nu
1.8.x 1.9.x 1.10.x
Como configurar el Skript para que este de acuerdo a tu servidor
Configuracion de comando:
Cambitexto "/reinicios" por el que este a su gusto, Esto también funciona con los Sub Comandos del Skript
Al mismo tiempo se pueden editar los mensajes que aparecerán cada cierto tiempo
Por Ejemlo:
wait 5 minutes
wait 5 hours
wait 5 seconds
Dona para seguir manteniendo este proyecto y sacar futuras versiones con mejoras
Se requiere Notepad++ para editar el skript
IMPORTANTE:
Este Skript requiere modificacion del codigo de inicio del servidor, Usen el que este de acuerdo a su sistema operativo
Windows (BATCH):
Linux (SH):
Se cambia el nodo Spigot.jar por el nombre de su archivo jar de spigot
Proximamente versiones con audio disponible para la 1.9.x 1.10.x...
Proximos Skripts:
Skywars Customizable
Auto Mensajes
Hide Players
Important: Read the full info before installing, so you know how it works and how to configure it.
Reinicios Skript hecho para Polocraft Network traido a ustedes customizable!
Idiomas disponibles:
Español (ES)
Ingles (EN)
Portugues (BR)
Frances (FR)
Italiano (IT)
DEPENDENCIAS:
- Java 7 u 8
- Skript
- SkQuery
- SkRayFall (opcional, Esto permite los audios de alerta al lanzar los warnings de reinicios, Audios solo disponibles en la 1.8.x)
Descargue el archivo Reinicios MultiLang.zip
Extraer archivador, Seleccionar el idioma de tu preferencia,
Moverlo al directorio plugins/Skript/scripts
Encender el servidor
- Reinicios Cada ciertas horas
- Comando customizable
- Compatible 1.8 1.9 1.10
- Ejecutar comandos personalizados al iniciar el servidor
- Mensajes personalizables
/reinicios reinicios.staff | Ayuda del plugin - Help of plugin
/reinicios now reinicios.staff | Fuerza el conteo de reinicio desde 5
/reinicios time reinicios.staff | Ve el tiempo configurado de reinicios
/reinicios version reinicios.staff | Ve la version del plugin
Spoiler: Imagenes
Polocraft Network
Polocraft.g-s.nu
1.8.x 1.9.x 1.10.x
Como configurar el Skript para que este de acuerdo a tu servidor
Configuracion de comando:
Code (Text):
#+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
#| Reinicios Skript |
#+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
#Autor: Aaron129
#Version 1.0
options:
logo:&8[&b&lReinicios&8]&7
on skript start:
send " [email protected] }&aActivado&6 Skript Reinicios v1.0" to console
execute the console command "reinicios iniciar"
#reinicios Command
command /reinicios [<text>] [<text>] [<text>]:
description: Reinicios polocraft network
usage: /reinicios [arg]
permission: "reinicios.staff"
permission message: &4Acceso Denegado
trigger:
if arg 1 is not set:
send "&8&m--------------&8[&aReinicios&8]&8&m-------------"
send "&7- &c/reinicios start &7:: Activar reinicios"
send "&7- &c/reinicios now &7:: Forzar reinicio"
send "&7- &c/reinicios version &7:: Version del Plugin"
send "&7- &c/reinicios time &7:: Ve el tiempo en el cual"
send "&7 esta configurado los reinicios"
send "&8&m-----------------------------------"
if arg 1 is "time":
send " [email protected] }El servidor sera reiniciado cada 5 horas. Esto dependera de la configuracion"
if arg 1 is "version":
send "&8&m--------------&8[&aReinicios&8]&8&m-------------"
send "&6 Este servidor esta operando con"
send "&6 el plugin &b&lReinicios&3&l"
send "&6 v1.0"
send "&8&m-----------------------------------"
if arg 1 is "start":
wait 5 hours
broadcast "&a10 Minutes until restart"
wait 10 minutes
broadcast "&a5 Minutes until restart."
wait 5 minutes
broadcast "&a4 Minutes until restart."
wait 4 minutes
broadcast "&a3 Minutes until restart."
wait 3 minutes
broadcast "&a2 Minutes until restart."
wait 2 minutes
broadcast "&a1 minutes until restart."
wait 55 seconds
broadcast "&cRestarting in 5..."
wait 1 second
broadcast "&cRestarting in 4..."
wait 1 second
broadcast "&cRestarting in 3..."
wait 1 second
broadcast "&cRestarting in 2..."
wait 1 second
broadcast "&cRestarting in 1..."
wait 1 second
broadcast "&bReiniciando volvemos en &a30 Segundos&b..."
make the console execute command "kickall &b&lReiniciando volvemos en &c&l30 Segundos..."
wait 1 second
make the console execute command "restart"
if arg 1 is "now":
broadcast "&cRestarting in 5..."
wait 1 second
broadcast "&cRestarting in 4..."
wait 1 second
broadcast "&cRestarting in 3..."
wait 1 second
broadcast "&cRestarting in 2..."
wait 1 second
broadcast "&cRestarting in 1..."
wait 1 second
broadcast "&b&lReiniciando volvemos en &c&l30 Segundos..."
make the console execute command "kickall &b&lReiniciando volvemos en &c&l30 Segundos..."
make the console execute command "restart"
#| Reinicios Skript |
#+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
#Autor: Aaron129
#Version 1.0
options:
logo:&8[&b&lReinicios&8]&7
on skript start:
send " [email protected] }&aActivado&6 Skript Reinicios v1.0" to console
execute the console command "reinicios iniciar"
#reinicios Command
command /reinicios [<text>] [<text>] [<text>]:
description: Reinicios polocraft network
usage: /reinicios [arg]
permission: "reinicios.staff"
permission message: &4Acceso Denegado
trigger:
if arg 1 is not set:
send "&8&m--------------&8[&aReinicios&8]&8&m-------------"
send "&7- &c/reinicios start &7:: Activar reinicios"
send "&7- &c/reinicios now &7:: Forzar reinicio"
send "&7- &c/reinicios version &7:: Version del Plugin"
send "&7- &c/reinicios time &7:: Ve el tiempo en el cual"
send "&7 esta configurado los reinicios"
send "&8&m-----------------------------------"
if arg 1 is "time":
send " [email protected] }El servidor sera reiniciado cada 5 horas. Esto dependera de la configuracion"
if arg 1 is "version":
send "&8&m--------------&8[&aReinicios&8]&8&m-------------"
send "&6 Este servidor esta operando con"
send "&6 el plugin &b&lReinicios&3&l"
send "&6 v1.0"
send "&8&m-----------------------------------"
if arg 1 is "start":
wait 5 hours
broadcast "&a10 Minutes until restart"
wait 10 minutes
broadcast "&a5 Minutes until restart."
wait 5 minutes
broadcast "&a4 Minutes until restart."
wait 4 minutes
broadcast "&a3 Minutes until restart."
wait 3 minutes
broadcast "&a2 Minutes until restart."
wait 2 minutes
broadcast "&a1 minutes until restart."
wait 55 seconds
broadcast "&cRestarting in 5..."
wait 1 second
broadcast "&cRestarting in 4..."
wait 1 second
broadcast "&cRestarting in 3..."
wait 1 second
broadcast "&cRestarting in 2..."
wait 1 second
broadcast "&cRestarting in 1..."
wait 1 second
broadcast "&bReiniciando volvemos en &a30 Segundos&b..."
make the console execute command "kickall &b&lReiniciando volvemos en &c&l30 Segundos..."
wait 1 second
make the console execute command "restart"
if arg 1 is "now":
broadcast "&cRestarting in 5..."
wait 1 second
broadcast "&cRestarting in 4..."
wait 1 second
broadcast "&cRestarting in 3..."
wait 1 second
broadcast "&cRestarting in 2..."
wait 1 second
broadcast "&cRestarting in 1..."
wait 1 second
broadcast "&b&lReiniciando volvemos en &c&l30 Segundos..."
make the console execute command "kickall &b&lReiniciando volvemos en &c&l30 Segundos..."
make the console execute command "restart"
Al mismo tiempo se pueden editar los mensajes que aparecerán cada cierto tiempo
- Configuracion del tiempo
Por Ejemlo:
wait 5 minutes
wait 5 hours
wait 5 seconds
Dona para seguir manteniendo este proyecto y sacar futuras versiones con mejoras
Se requiere Notepad++ para editar el skript
IMPORTANTE:
Este Skript requiere modificacion del codigo de inicio del servidor, Usen el que este de acuerdo a su sistema operativo
Windows (BATCH):
Code (Text):
@echo off
:start
java -jar Spigot.jar
goto start
:start
java -jar Spigot.jar
goto start
Linux (SH):
Code (Text):
while true
do
java -jar Spigot.jar
done
do
java -jar Spigot.jar
done
Proximamente versiones con audio disponible para la 1.9.x 1.10.x...
Proximos Skripts:
Skywars Customizable
Auto Mensajes
Hide Players
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Reinicios is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10. Downloaded 839 times (via Spigot). Download it and open it directly in the game.