搜索历史
清空
暂无搜索历史
论坛热搜
1
【MC整合包发布】乌托邦探险之旅3.2
热
3
[1.6.4]上古老物 冒险者传说 by WhiteSword
新
5
[转载]洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
[1.12.2]Jenny — 有趣的模拟女友模组|珍妮模组
热
4
幻虚斗罗V1.5[炫酷魂环][高级魂技][全模型贴图覆盖][超吸金]
6
[1.7.10] [HQM] [Mercury landing]水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 19|回复: 0

[模组分享] 文本文件阅读器 (TextFileReader)-MOD模组

[复制链接]

5554

主题

25

回帖

7598

积分

龙❁妻

Rank: 8Rank: 8

经验
7598 EP
金粒
1979 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:34:24 | 显示全部楼层 |阅读模式
文本文件阅读器 (TextFileReader)Github |相关wiki |源站链接支持: fabric一个可以在游戏中读取游戏外文件的模组(仅支持Fabric)。

安装

1. 从 [版本页面](链接) 下载最新版本

2. 将模组安装到您的 mods 文件夹中

3. 启动 Minecraft

使用方法

1. 进入游戏世界

2. 将您想要输出到游戏聊天栏的内容放入 [保存(存档的文本文件夹中)| 全局(服务器或客户端运行目录中的文本文件夹)]

3. 给予您文件权限(需要权限等级 2 或更高 | 启用作弊)[使用 /FileReader Permission Give [文件名]]

4. 在聊天框中输入 /FileReader File Read [文件名] [保存(存档的文本文件夹中)| 全局(服务器或客户端运行目录中的文本文件夹)] 或者在客户端中输入 /cTextFileReader Read [文件名(在客户端运行目录中的文本文件夹)]

5. 文件内容将显示出来

编译和调试

1. 克隆这个 [仓库](链接)

2. 使用您的 IDE 导入 build.gradle 文件

3. 开始调试和编译

(可选)4. 在仓库的根目录下运行 *gradlew build* 来编译模组

许可协议

这个项目是根据 GPL-3 许可证开源的。

来自Modrinth所有游戏版本1.20.11.20.2所有类型fabricTextFileReader 1.0.9pre-release1TextFileReader-1.0.9-1.20.2.jar下载1.0.9pre-release1#BetaRewrite network communication module<br>Add client-side setting screen (can be used by installing [ModMenu](https://modrinth.com/mod/modmenu) mod)<br>Add client-side reading screen<br>Separate client and server side Settings<br>[**Full Changelog**](https://github.com/TheColdWorld/MCTextFileReader/compare/Release-1.0.8-1.20.1...1.0.9-prerelease1-1.20.2)展开版本: 1.0.9pre-release1支持游戏: 1.20.1, 1.20.2类型:FabricBeta下载次数: 63TextFileReader 1.0.8TextFileReader-1.0.8-1.20.2.jar下载1.0.8#ReleaseTextFileReader-1.0.8-1.20.1.jar下载1.0.8#ReleaseSpecify the number of lines in the file to read after specifying the player (added in the next version without specifying the player)<br>added a new condition for detecting yourself to avoid using \'The command executor is xxx\' on yourself<br>migrated the code for loading events and synchronizing to files to a new static function<br>removed an unnecessary Log<br>added a GUI that is still under development <br>added a new hotkey to open the GUI<br>展开版本: 1.0.8支持游戏: 1.20.1, 1.20.2类型:FabricRelease下载次数: 60Release 1.0.7TextFileReader-1.0.7-1.20.2.jar下载1.0.7#ReleaseTextFileReader-1.0.7-1.20.1.jar下载1.0.7#ReleaseTextFileReader-1.0.7-sources.jar下载1.0.7#ReleaseTextFileReader-1.0.7-sources.jar下载1.0.7#ReleaseRelease will be released in separate Minecraft versions.Upgraded Minecraft version to 1.20.2 (it will still support version 1.20.1 until Minecraft 1.20.3 is released)<br>Significantly reduced file IO operations, preventing information loss and game crashes caused by empty files due to process shutdowns when writing to files<br>Extracted some repetitive operations and some variables into separate classes; settings options can now be read directly in memory and no longer rely on file IO reads (in-game changes will be supported in the future)<br>Create new permission instances for unreadable permission files (all file permissions are lost)<br>Possibility to automatically remove deleted files from the permissions list (off by default, change the value of \'RemoveInvalidFile\' to True in TextFileReader.json)[Full Changelog](https://github.com/TheColdWorld/MCTextFileReader/compare/Release-1.0.6...Release-1.0.7-1.20.2)展开版本: 1.0.7支持游戏: 1.20.1, 1.20.2类型:FabricRelease下载次数: 283Release 1.0.6TextFileReader-1.0.6.jar下载1.0.6#ReleaseBug fix: Fix NullPointerException caused by missing world Text folder leading to game crash when the file is empty. | at [mod.java](https://github.com/TheColdWorld/MCTextFileReader/commit/99b251604362775492db2be268e13c5f6884bed8#diff-b893b9fb64c3e93b3b6c93c77580e6175b85000aff8dd805b023a806c633c249)展开版本: 1.0.6支持游戏: 1.20.1类型:FabricRelease下载次数: 44Release 1.0.5TextFileReader-1.0.5.jar下载1.0.5#ReleaseRemove Mixin and switch to fabric API events | at [mixin/Server.java](https://github.com/TheColdWorld/MCTextFileReader/commit/c2d38fb7627abf9ac1913613589898c56f054e94#diff-f6ca9860d120b7870f67a0e830d7ff5d23214a2b6e8155d7ff8fb2312ac5736f) and [mod.java](https://github.com/TheColdWorld/MCTextFileReader/commit/c2d38fb7627abf9ac1913613589898c56f054e94#diff-b893b9fb64c3e93b3b6c93c77580e6175b85000aff8dd805b023a806c633c249)<br>use ScheduledExecutorService instead of Timer | at [mod.java](https://github.com/TheColdWorld/MCTextFileReader/commit/c2d38fb7627abf9ac1913613589898c56f054e94#diff-b893b9fb64c3e93b3b6c93c77580e6175b85000aff8dd805b023a806c633c249)<br>support \'/FileReader Permission Get [FileName] [Player] [Global|Save]\' to get read permission | at [filereader.java](https://github.com/TheColdWorld/MCTextFileReader/commit/c2d38fb7627abf9ac1913613589898c56f054e94#diff-5326c02a45db4f5d24472deafa17ad50c97f07c2877a4039b947f961c00db9db) <br>add read permission operation prompt for server console (will be recorded in log) | at [filereader.java](https://github.com/TheColdWorld/MCTextFileReader/commit/c2d38fb7627abf9ac1913613589898c56f054e94#diff-5326c02a45db4f5d24472deafa17ad50c97f07c2877a4039b947f961c00db9db)<br>support \'/FileReader File Read [FileName] [Global|Save]\' to get read permission or not. \' to get read permission or not | at [filereader.java](https://github.com/TheColdWorld/MCTextFileReader/commit/c2d38fb7627abf9ac1913613589898c56f054e94#diff-5326c02a45db4f5d24472deafa17ad50c97f07c2877a4039b947f961c00db9db)<br>support \'/FileReader File Read [FileName] [Global|Save] [Player]\' to show command executor | at [FileIO.java](https://github.com/TheColdWorld/MCTextFileReader/commit/c2d38fb7627abf9ac1913613589898c56f054e94#diff-1c1ebcedba9c32b571feac0224255bbc93ea3e36c85b08f3a60d4f0550a74588)展开版本: 1.0.5支持游戏: 1.20.1类型:FabricRelease下载次数: 42Release 1.0.4TextFileReader-1.0.4.jar下载1.0.4#ReleaseWhen you give or remove read access to a file, all Operators will see what you\'ve done. | at [filereader.java](https://github.com/TheColdWorld/MCTextFileReader/commit/9d3e41b7dee3a53a2d01ee97de7dc9af0d50c35c#diff-5326c02a45db4f5d24472deafa17ad50c97f07c2877a4039b947f961c00db9db) and [en_us.json](https://github.com/TheColdWorld/MCTextFileReader/commit/9d3e41b7dee3a53a2d01ee97de7dc9af0d50c35c#diff-2c5b0383ab2b89f984b667d86532deada5398e5af7e0ec2f2e979af9b94b1043),Separate permission changes into a timer | at [mod.java](https://github.com/TheColdWorld/MCTextFileReader/commit/9d3e41b7dee3a53a2d01ee97de7dc9af0d50c35c#diff-b893b9fb64c3e93b3b6c93c77580e6175b85000aff8dd805b023a806c633c249) and [mixin/Server.java](https://github.com/TheColdWorld/MCTextFileReader/commit/9d3e41b7dee3a53a2d01ee97de7dc9af0d50c35c#diff-f6ca9860d120b7870f67a0e830d7ff5d23214a2b6e8155d7ff8fb2312ac5736f)Before 1.0.4:<br>Mod list: ![Mods](https://github.com/TheColdWorld/MCTextFileReader/assets/100455633/91e9232f-409b-4007-99ad-9b361e06986b)<br>Players:<br>(Fake player)FP0 : 208.56 78.00 128.58<br>(Fake player)FP1 : 5000.50 99.00 5000.50<br>(Fake player)FP2 : -4999.50 64.00 -4999.50<br>Player : Running<br>[Use Command](https://github.com/TheColdWorld/MCTextFileReader/assets/100455633/0f9dbc95-29ca-4a07-b10e-88f358d24941)<br>[Fixed path movement](https://github.com/TheColdWorld/MCTextFileReader/assets/100455633/81db5a64-c914-47cc-9454-e8fc8a7ff8a3)<br>After 1.0.4-Dev1:<br>Mod list: <br>![Mods](https://github.com/TheColdWorld/MCTextFileReader/assets/100455633/5fc4bee8-e2b6-4442-8a0c-b1112a3f8ef4)<br>Players:<br>(Fake player)FP0 : 208.56 78.00 128.58<br>(Fake player)FP1 : 5000.50 99.00 5000.50<br>(Fake player)FP2 : -4999.50 64.00 -4999.50<br>Player : Running<br>[Use Command](https://github.com/TheColdWorld/MCTextFileReader/assets/100455633/079268b1-b2e4-4e79-ae12-d478f7597e7a)<br>[Fixed path movement](https://github.com/TheColdWorld/MCTextFileReader/assets/100455633/4c996c5a-4596-4184-b92c-944fc180448f)<br>展开版本: 1.0.4支持游戏: 1.20.1类型:FabricRelease下载次数: 36Version 1.0.3TextFileReader-1.0.3.jar下载1.0.3#ReleaseBug fix:Invalid permission given when storing text files into permission management due to multiple instances of the same file | at [FilePermissions.java](https://github.com/TheColdWorld/MCTextFileReader/commit/4e869d1f289952aab7b32612b3c2c09ae8903eb2#diff-2e5fe8854ec652a0c2dffaaa763922235003f226cf23b2039f24012246ad4a8f)展开版本: 1.0.3支持游戏: 1.20.1类型:FabricRelease下载次数: 29Version 1.0.2TextFileReader-1.0.2.jar下载1.0.2#ReleaseBug fix:When the \"world/Texts\" folder is missing, the inability to create a folder causes \"world/Texts/Permissions.json\" to be missing and Minecraft crashes | at [mixin/Server.java](https://github.com/TheColdWorld/MCTextFileReader/commit/976fe304737b7edc4382da5f4d1aa52c5497e823#diff-f6ca9860d120b7870f67a0e830d7ff5d23214a2b6e8155d7ff8fb2312ac5736f)展开版本: 1.0.2支持游戏: 1.20.1类型:FabricRelease下载次数: 31Version 1.0.1TextFileReader-1.0.1.jar下载1.0.1#ReleaseAdd /cFileReader List | at [cfileloader.java](https://github.com/TheColdWorld/MCTextFileReader/commit/fc3f467d126633bcbd7ccd0fe4c95e162f128e8d#diff-2279c0aadcd06cbe6b58c063ef487044381a12c06ad534d1d0087f7cfc0973da) <br>Using /FileReader Permission Remove/Give [FileName] is allowed without specifying a player | at [filereader.java](https://github.com/TheColdWorld/MCTextFileReader/commit/fc3f467d126633bcbd7ccd0fe4c95e162f128e8d#diff-5326c02a45db4f5d24472deafa17ad50c97f07c2877a4039b947f961c00db9db)<br>Update Readme | at [Commit](https://github.com/TheColdWorld/MCTextFileReader/commit/6d13a421a99620ff0ef517e4ebd57d270f08c208)展开版本: 1.0.1支持游戏: 1.20.1类型:FabricRelease下载次数: 37TextFileReader 1.0.0TextFileReader-1.0.0.jar下载1.0.0#ReleaseThis is the 1st Releases Version!InstallDownload the latest version from the Releases pageInstall the mod itself into your mods folderStart MinecraftUseEnter the worldPut the content you want to output in the game chat bar into the archived Texts folder or the Texts folder of the server or client running directoryType /TextFileReader File Read [Save (in archived Texts folder) | Global (in the Texts folder of the server or client runtime directory)] in the chat boxThe file content comes outCompilation and debuggingClonethis repositoryUse your IDE to importbuild.gradlefileStart debugging and compiling(Optional) 4. Run gradlew build under the root directory of the repository to compile the module body展开版本: 1.0.0支持游戏: 1.20.1类型:FabricRelease下载次数: 38全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
文本文件阅读器
楼主 2025-8-10 19:34:24 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-9-25 10:35 , Processed in 0.227209 second(s), 53 queries .

快速回复 返回顶部 返回列表