Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 days ago
All versions
v0.5.8-26.2
Release
WeGui v0.5.8-26.2last week 114
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
v0.5.8 - 2026-08-25
[Feature - 服务端精确偏移粘贴]
- 新增配置「解锁服务端精确粘贴」(默认关闭,设置 → 粘贴预览分类): · 开启后多人服务器上可使用移动粘贴位置模式(Alt+滚轮 调整偏移 + //paste 执行) · 实现原理:命令编排 —— /paste -so 原位落地并自动选中,再逐轴 /move 平移到目标位置 · 整数方块级零误差,不受玩家站位亚格坐标影响;平移与旋转/翻转可交换,无需感知剪贴板变换状态
- 警告机制(双层): · 配置项 tooltip:多次重写区域、大结构耗时较长、产生多条撤销记录、需服务器允许 //move、多人无 3D 预览、仅限信任的服务器 · 每次游戏会话首次使用时聊天栏黄色警告
[Known Limitation]
- 多人模式仍无 3D 预览与固定放置模式(剪贴板数据在服务器端,纯客户端无法获取)
- 「只替换空气」变体在服务端路径下不支持,启用时会明确拒绝并提示
- 编排命令中途失败(如服务器禁用 //move)无法自动回滚,以服务器聊天反馈为准
[Dev]
- server 运行配置改用独立目录 run/server: 避免与客户端并发调试时争抢 run/.fabric/processedMods 缓存(Windows 文件锁导致 remap 失败), 并隔离 run/mods 内手动测试 jar 与源码版本的模组 ID 冲突
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:M28QtA4l:LZJjMgSN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M28QtA4l:LZJjMgSN"
}




