The plugin continues its journey here.
File Manager is a plugin adding new procedure blocks allowing you to create and read your files!
File Types
- JSON
- TXT (simple file reader/writer)
- ZIP (5.7+)
Important Information
- This version supports Forge 1.19.4 and 1.20.1 and Fabric 1.20.1
The 2 following examples require File Manager 5.0 or after.
Create a JSON file
Read a JSON file
I made a tutorial covering this here.
Credits/License
Tutorial on sub-JSON objects by NorthWestTrees
Icon by Tobi-Wan#0482
Licensed under the GNU Lesser General Public License, version 2.1
- Appropriate credit must be provided to the creators and maintainers of this plugin.
- Forked versions of this plugin must be distributed under the same license as this with attribution if distributed.
- Changes must be stated if any modified works are to be distributed.
- Under no circumstances you can state that the original creator endorses modified works.
Changelog
To see a complete changelog of the plugin, check this file.
5.10
* [#48] Add a new parameter to write lines at the end of TXT files
* Note: Existing workspaces will get a build error due to the missing parameter. Previous behaviour was FALSE.
* [Bugfix #62] Write Json object caused a build error due to a missing import (again)
5.9.1
* [Bugfix #61] Some procedure blocks could cause build errors due to a missing import
* Added Persian language support
5.9
* Updated to MCreator 2024.1.15713
* Added support for NeoForge 1.20.4
Comments
I don't add it on purpose because if someone uses the block incorrectly because the user doesn't know how everything works or if the person wants to delete files from the players' computers, I don't want to help this. So I just let users that need it to do it themself.
is there a way to fix the plugin not working when porting form a 4.x to 5.x version? none of the blocks are appearing nor are the variables which makes it quite literally impossible for me to use even after removing the plugin and restarting and putting it back in and restarting again etc etc
Breaking changes have been made, so you have 2 options.
1. Remake from scratch what you made.
2. Open the ZIP file (using 7ZIP for example), then open plugin.json and change the id for something else and save everything. Then, you can use both versions at the same time.
Yes