FilesJS
🟠 Updated over a year ago⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (1 images)
🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #103 of 386 forge mods in this game by downloads
📋 About This Mod
This is a plugin mod for kubejs that allows you to perform limited operations on files using kubejs.
The file reading and writing can only be done within the instance folder of Minecraft, and external file contents cannot be accessed.
Write multiple lines ```js FilesJS.writeLines("kubejs/server_scripts/src/test.js", ["test1,test2,test3"]) ``` Delete file ```js FilesJS.delete("kubejs/server_scripts/src/test.js") ``` Change event trigger ```js ItemEvents.rightClicked('nether_star',event=>{ FilesJS.backupFile("kubejs/README.txt") }) Files.fileBackupCreated(event=>{ event.server.tell("File backup path:",event.getPath()) }) ```
## You can't even access the mods folder!
### Compared to directly accessing file content, this mod considers various security issues and restricts access to special extensions
📊 Mod Details
- Game
- Minecraft Mods
- Author
- LirxOwO
- Version
- 1.3
- Downloads
- 69,423
- Endorsements
- 4
- Category
- forge
- Created
- 12/11/2024
- Updated
- 3/2/2025
- Game Versions
- 1.20.1
- Tags
- game-mechanics, management
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does FilesJS support?
The author lists 1.20.1. Other versions may work but are untested by the author.
What is the latest version of FilesJS?
Version 1.3, published 2025-03-02 with 69,423 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await
