Skip to content

Instantly share code, notes, and snippets.

View turpie's full-sized avatar

Paul Turpie turpie

View GitHub Profile
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.3" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Author>DOMAIN\MyNameIsX</Author>
<URI>\PaperCut client restarter2024</URI>
</RegistrationInfo>
<Triggers>
<LogonTrigger>
<Repetition>
<Interval>PT5M</Interval>
echo Updating BungeeCord
cd /var/games/minecraft/servers/bungeecord/
cp BungeeCord.jar BungeeCord.jar.old
wget https://ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar -O BungeeCord.jar -q -N
echo Updating BungeeCord plugins for Geyser/floodgate bridge for Bedrock
cd plugins
cp Geyser-BungeeCord.jar Geyser-BungeeCord.jar.old
wget https://ci.nukkitx.com/job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/bungeecord/target/Geyser-BungeeCord.jar -O Geyser-BungeeCord.jar -q -N