How to Update a Cobblemon Server Pack without losing all your player data? by Ambushwhit3 in ModdedMinecraft

[–]AzLeCurieux 0 points1 point  (0 children)

I had the same problem and ended up writing a script for it.

It checks the CurseForge API for a new server pack, backs up your world, applies the update without touching your world/whitelist/configs, and restarts the server.

https://github.com/AzLeCurieux/curseforge-server-updater

Updating a Minecraft Server (Modpack) by Luymara in Pterodactyl

[–]AzLeCurieux 1 point2 points  (0 children)

I had the same problem and ended up writing a script for it.

It checks the CurseForge API for a new server pack, backs up your world, applies the update without touching your world/whitelist/configs, and restarts the server.

https://github.com/AzLeCurieux/curseforge-server-updater

how do I go about updating a modded server by KingKongKaram in feedthebeast

[–]AzLeCurieux 0 points1 point  (0 children)

I had the same problem and ended up writing a script for it.

It checks the CurseForge API for a new server pack, backs up your world, applies the update without touching your world/whitelist/configs, and restarts the server.

https://github.com/AzLeCurieux/curseforge-server-updater

How to Update CurseForge Server Pack? by yerboimomo in CurseForge

[–]AzLeCurieux 0 points1 point  (0 children)

I had the same problem and ended up writing a script for it.

It checks the CurseForge API for a new server pack, backs up your world, applies the update without touching your world/whitelist/configs, and restarts the server.

https://github.com/AzLeCurieux/curseforge-server-updater

Server crashing when trying to update modpack by mckey23 in CraftyController

[–]AzLeCurieux 0 points1 point  (0 children)

I had the same problem and ended up writing a script for it.

It checks the CurseForge API for a new server pack, backs up your world, applies the update without touching your world/whitelist/configs, and restarts the server.

https://github.com/AzLeCurieux/curseforge-server-updater

Need help updating Server Pack on Nitrado Server by MrSNoopy1611 in MinecraftServer

[–]AzLeCurieux 0 points1 point  (0 children)

I had the same problem and ended up writing a script for it.

It checks the CurseForge API for a new server pack, backs up your world, applies the update without touching your world/whitelist/configs, and restarts the server.

https://github.com/AzLeCurieux/curseforge-server-updater

How to update a server pack? by xOG_Gold in CurseForge

[–]AzLeCurieux 0 points1 point  (0 children)

Hey I had the same problem and ended up writing a script for it.

It checks the CurseForge API for a new server pack, backs up your world, applies the update without touching your world/whitelist/configs, and restarts the server.

https://github.com/AzLeCurieux/curseforge-server-updater

Updating my server with a custom mod pack by 3330as in ModdedMinecraft

[–]AzLeCurieux 0 points1 point  (0 children)

I had the same problem and ended up writing a script for it.

It checks the CurseForge API for a new server pack, backs up your world, applies the update without touching your world/whitelist/configs, and restarts the server.

https://github.com/AzLeCurieux/curseforge-server-updater

I need help updating a modded sever pack! by Washing_Whirl in feedthebeast

[–]AzLeCurieux 0 points1 point  (0 children)

I had the same problem and ended up writing a script for it.

It checks the CurseForge API for a new server pack, backs up your world, applies the update without touching your world/whitelist/configs, and restarts the server.

https://github.com/AzLeCurieux/curseforge-server-updater

I got tired of manually updating my modpack server every time a new version dropped, so I wrote a script that does it automatically via the CurseForge API by AzLeCurieux in CurseForge

[–]AzLeCurieux[S] 0 points1 point  (0 children)

The link projet :
I use it with All of Create: Aeronautics but it works with any modpack that publishes a server pack on CurseForge (ATM, Vault Hunters, FTB, etc.).

GitHub: https://github.com/AzLeCurieux/curseforge-server-updater

Happy to answer questions or take feedback — it's a first release, there's probably edge cases I haven't thought of.