LoadFiler

Primarily for server administrators who use mods that require players to have additional files (customization, mini-games).

File Details

netloadfiler-1.1.0-1.20.1.jar

  • R
  • Jan 12, 2026
  • 31.52 KB
  • 14
  • 1.20.1
  • Fabric

File Name

netloadfiler-1.1.0-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:loadfiler-1427141:7450430"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog - LoadFiler

All significant changes to the LoadFiler mod will be documented in this file.

The version format follows semantic versioning.

[1.1.2] - PLANNED

Added

  • File integrity check via SHA-256
  • Integration with Cloth Config API for in-game settings
  • German language support (de_de.json)

[1.1.0] - 2026-01-11

Added

  • First public release of LoadFiler
  • Full localization system with Russian and English language support
  • Administrative commands:
  • /loadfiler reload - reload the configuration
  • /loadfiler status - show the system status
  • /loadfiler check <player> - check the player's files
  • /loadfiler help - show help
  • Short forms: /lf, /lf reload
  • Server part with network packets
  • Configuration system via config/loadfiler.json

Fixed

  • Translation key name conflicts
  • Type issues in text messages
  • Duplicate package class error

Changed

  • Error messages are now localized
  • Improved project structure
  • Updated all translation keys with the mod.loadfiler. prefix

[1.0.8] - 2026-01-10

Added

  • Configuration file loadfiler.json with settings:
  • downloadUrl - URL for downloading files
  • filesDir - folder for storing files
  • requiredFiles - list of required files
  • Automatic configuration creation on first launch

Fixed

  • Issues opening folders on different operating systems
  • Errors when checking for non-existent folders

[1.0.6] - 2026-01-10

Added

  • File check upon joining a server
  • Interactive buttons in chat:
  • [DOWNLOAD] - opens a browser with a link
  • [OPEN FOLDER] - opens a folder in File Explorer
  • The '/checkfiles' command for manual checking

Fixed

  • Incorrect operation on servers without a mod
  • File system permission issues

[1.0.0] - 2026-01-10

Added

  • Basic file presence check
  • Simple chat messages when files are missing