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
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.jsonwith settings: downloadUrl- URL for downloading filesfilesDir- folder for storing filesrequiredFiles- 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