RMMUD

Automatically downloads and updates mods in multiple locations! Great for keeping many instances up to date or updating mods in server folders.

Stars
7
Committers
2

Bot releases are hidden (Show)

RMMUD - RMMUD v3.7.0 Latest Release

Published by RandomGgames 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RandomGgames/RMMUD/compare/3.6.2...3.7.0

RMMUD - RMMUD v3.7.0-pre1

Published by RandomGgames 12 months ago

Many things have changed in this update, but the script still overall works in the same way. The most notable changes from 3.6.2 to 3.7.0-pre1 are:

  • Added update checking (configurable on/off)
  • Moved folder name options into the config file
  • Better error handling
  • Lots of other minor internal changes

What's Changed

Full Changelog: https://github.com/RandomGgames/RMMUD/compare/3.6.2...3.7.0-pre1

RMMUD - RMMUD v3.6.2

Published by RandomGgames over 1 year ago

Fixes an issue loading YAML files to format versions weirdly (1.20 would be read as 1.2)

If updating from v3.6.1, only need to replace the RMMUD.py file

Full Changelog: https://github.com/RandomGgames/RMMUD/compare/3.6.1...3.6.2

RMMUD - RMMUD v3.6.1

Published by RandomGgames over 1 year ago

  • Fixed an issue with CurseForge links not working. (If updating from v3.6.0, only need to replace the RMMUD.py file)

Full Changelog: https://github.com/RandomGgames/RMMUD/compare/3.6...3.6.1

RMMUD - RMMUD v3.6.0

Published by RandomGgames over 1 year ago

A complete rewrite of the original updater script! Everything's changed internally but works basically the same. Config and Instances have changed, see the ReadMe or the examples for how!

RMMUD - Updater V3.5

Published by RandomGgames about 2 years ago

  • Now checks for latest GitHub release, and lets you know if the script is out of date!
  • Moved all code except for some global variables into the main environment.
  • Changed example config slightly to show a Modrinth along with a CurseForge link instead of just CurseForge links.
RMMUD - Updater V3.4

Published by RandomGgames over 2 years ago

Fixed bug causing an error when updating the same mod with multiple versions

Full Changelog: https://github.com/RandomGgames/Minecraft-Mod-Manager/compare/3.3...3.4

RMMUD - Updater V3.3

Published by RandomGgames over 2 years ago

  • Added line to filter for exact version matches for CurseForge links. Had to do this to fix searching for (for example) "1.19" files but receiving "1.19-Snapshot" files as well, causing incorrect files to be downloaded.
  • Removed second instance and changed explanatory text
RMMUD - Updater V3.2

Published by RandomGgames over 2 years ago

  • Fixed issue with downloading some corrupt zips from modrinth due to the way it was retrieving the download url for the file incorrectly.
  • Fixed issue with modrinth links downloading non-primary files, causing wrong mod files to be downloaded sometimes depending how author set up the files.
RMMUD - Updater V3.1

Published by RandomGgames over 2 years ago