该模组允许在游戏世界中发布与特定位置相关联的评论。这个想法类似于视频中的Danmaku,或者Subnautica中备受好评的反馈系统。
为了能够将截图附加到评论中,需要进行一些额外的配置 - 请参阅配置说明。
该模组灵感来自于《Subnautica》中的反馈工具。玩家可以拍摄截图并留下评论,以便向制作团队发送反馈。反馈将与位置信息相关联,并且制作团队可以查看带有整体评分的位置地图。此外,评论“帖子”的视觉风格受到了《死亡搁浅》的启发。
同时,这也让我想到了弹幕的概念;它们相对于普通评论的优势在于它们与视频内容在特定时间相对应,提升了观看体验。以这种方式,类似的功能也可以在Minecraft的游戏世界中实现。
为了保证在[Teacon 2023](
截图:
来自Modrinth
0.3.1 for 1.21.1
WorldComment-0.3.1+1.21.1.jar下载0.3.1+1.21.1#Release
# Version 0.3.1
## Additional functionalities to Lsky Pro uploader
When using S3/R2/OSS/COS etc. as storage backend at Lsky Pro, it still serves thumbnail image from local storage. Configuration entries were added to allow thumbnail images to be also served from CDN.
- `localThumbGeneration`: If set to `true`, generates a thumbnail locally and uploads two images separately, disregarding Lsky Pro's thumbnail response.
- `cdnImageTransform`: Specify a URL transform to your S3/R2/OSS/COS/whatever's image scaling endpoint, disregarding Lsky Pro's thumbnail response. Do check out their pricing before enabling this.
- Example (Cloudflare): "/cdn-cgi/image/width={thumbWidth}/{path}"
- Available replacement variables:
- `{path}`: the original path component of the URL of the uploaded file inside the bucket.
- `{thumbWidth}`: Currently always 256.
- `{quality100}`: Currently always 85.
- `{quality1}`: Currently always 0.85.
# Version 0.3.0
## Optional opt-in styled comment display preference
An item called "Comment Eyeglass" has been added. It can be worn on helmet slots or Accessories' "Face" slot if you have the mod installed. (Note that currently the slot integration only fully works in 1.21.1)
This item has no effect by default, but you can configure comments to only show when it is worn.
Associated config item `commentVisibilityCriteria` and `markerVisibilityCriteria` has been added. They can be set to `tool_toggle`, `glass_worn`, `always` or `never`.
## Commands
Several client commands has been added to allow accessing comment sending and list screen without in posession of an item.
- `/wc` or `/wc send`: Opens the sending screen. When opened this way, comments are posted at the player's standing position, skipping the "putting down" phase.
- `/wc list`: Opens the list screen
## Image Global Kill
Server operators can use the command `/wcs imageGlobalKill true` to globally prevent clients from viewing any image, as a moderation measure.
## Additional functionalities to Lsky Pro uploader
When using S3/R2/OSS/COS etc. as storage backend at Lsky Pro, it still serves thumbnail image from local storage. Configuration entries were added to allow thumbnail images to be also served from CDN.
- `localThumbGeneration`: If set to `true`, generates a thumbnail locally and uploads two images separately, disregarding Lsky Pro's thumbnail response.
- `cdnImageTransform`: Specify a URL transform to your S3/R2/OSS/COS/whatever's image scaling endpoint, disregarding Lsky Pro's thumbnail response. Do check out their pricing before enabling this.
- Example (Cloudflare): "/cdn-cgi/image/width={thumbWidth}/{path}"
- Available replacement variables:
- `{path}`: the original path component of the URL of the uploaded file inside the bucket.
- `{thumbWidth}`: Currently always 256.
- `{quality100}`: Currently always 85.
- `{quality1}`: Currently always 0.85.
# Version 0.3.0
## Optional opt-in styled comment display preference
An item called "Comment Eyeglass" has been added. It can be worn on helmet slots or Accessories' "Face" slot if you have the mod installed. (Note that currently the slot integration only fully works in 1.21.1)
This item has no effect by default, but you can configure comments to only show when it is worn.
Associated config item `commentVisibilityCriteria` and `markerVisibilityCriteria` has been added. They can be set to `tool_toggle`, `glass_worn`, `always` or `never`.
## Commands
Several client commands has been added to allow accessing comment sending and list screen without in posession of an item.
- `/wc` or `/wc send`: Opens the sending screen. When opened this way, comments are posted at the player's standing position, skipping the "putting down" phase.
- `/wc list`: Opens the list screen
## Image Global Kill
Server operators can use the command `/wcs imageGlobalKill true` to globally prevent clients from viewing any image, as a moderation measure.
展开
版本: 0.3.1+1.21.1
支持游戏: 1.21.1
类型: Fabric NeoForge Quilt
Release
下载次数: 172
0.3.1 for 1.20.4
WorldComment-0.3.1+1.20.4.jar下载0.3.1+1.20.4#Release
# Version 0.3.1
## Additional functionalities to Lsky Pro uploader
When using S3/R2/OSS/COS etc. as storage backend at Lsky Pro, it still serves thumbnail image from local storage. Configuration entries were added to allow thumbnail images to be also served from CDN.
- `localThumbGeneration`: If set to `true`, generates a thumbnail locally and uploads two images separately, disregarding Lsky Pro's thumbnail response.
- `cdnImageTransform`: Specify a URL transform to your S3/R2/OSS/COS/whatever's image scaling endpoint, disregarding Lsky Pro's thumbnail response. Do check out their pricing before enabling this.
- Example (Cloudflare): "/cdn-cgi/image/width={thumbWidth}/{path}"
- Available replacement variables:
- `{path}`: the original path component of the URL of the uploaded file inside the bucket.
- `{thumbWidth}`: Currently always 256.
- `{quality100}`: Currently always 85.
- `{quality1}`: Currently always 0.85.
# Version 0.3.0
## Optional opt-in styled comment display preference
An item called "Comment Eyeglass" has been added. It can be worn on helmet slots or Accessories' "Face" slot if you have the mod installed. (Note that currently the slot integration only fully works in 1.21.1)
This item has no effect by default, but you can configure comments to only show when it is worn.
Associated config item `commentVisibilityCriteria` and `markerVisibilityCriteria` has been added. They can be set to `tool_toggle`, `glass_worn`, `always` or `never`.
## Commands
Several client commands has been added to allow accessing comment sending and list screen without in posession of an item.
- `/wc` or `/wc send`: Opens the sending screen. When opened this way, comments are posted at the player's standing position, skipping the "putting down" phase.
- `/wc list`: Opens the list screen
## Image Global Kill
Server operators can use the command `/wcs imageGlobalKill true` to globally prevent clients from viewing any image, as a moderation measure.
## Additional functionalities to Lsky Pro uploader
When using S3/R2/OSS/COS etc. as storage backend at Lsky Pro, it still serves thumbnail image from local storage. Configuration entries were added to allow thumbnail images to be also served from CDN.
- `localThumbGeneration`: If set to `true`, generates a thumbnail locally and uploads two images separately, disregarding Lsky Pro's thumbnail response.
- `cdnImageTransform`: Specify a URL transform to your S3/R2/OSS/COS/whatever's image scaling endpoint, disregarding Lsky Pro's thumbnail response. Do check out their pricing before enabling this.
- Example (Cloudflare): "/cdn-cgi/image/width={thumbWidth}/{path}"
- Available replacement variables:
- `{path}`: the original path component of the URL of the uploaded file inside the bucket.
- `{thumbWidth}`: Currently always 256.
- `{quality100}`: Currently always 85.
- `{quality1}`: Currently always 0.85.
# Version 0.3.0
## Optional opt-in styled comment display preference
An item called "Comment Eyeglass" has been added. It can be worn on helmet slots or Accessories' "Face" slot if you have the mod installed. (Note that currently the slot integration only fully works in 1.21.1)
This item has no effect by default, but you can configure comments to only show when it is worn.
Associated config item `commentVisibilityCriteria` and `markerVisibilityCriteria` has been added. They can be set to `tool_toggle`, `glass_worn`, `always` or `never`.
## Commands
Several client commands has been added to allow accessing comment sending and list screen without in posession of an item.
- `/wc` or `/wc send`: Opens the sending screen. When opened this way, comments are posted at the player's standing position, skipping the "putting down" phase.
- `/wc list`: Opens the list screen
## Image Global Kill
Server operators can use the command `/wcs imageGlobalKill true` to globally prevent clients from viewing any image, as a moderation measure.
展开
版本: 0.3.1+1.20.4
支持游戏: 1.20.4
类型: Fabric
Forge
Quilt
Release
下载次数: 4
0.3.1 for 1.20.1
WorldComment-0.3.1+1.20.1.jar下载0.3.1+1.20.1#Release
# Version 0.3.1
## Additional functionalities to Lsky Pro uploader
When using S3/R2/OSS/COS etc. as storage backend at Lsky Pro, it still serves thumbnail image from local storage. Configuration entries were added to allow thumbnail images to be also served from CDN.
- `localThumbGeneration`: If set to `true`, generates a thumbnail locally and uploads two images separately, disregarding Lsky Pro's thumbnail response.
- `cdnImageTransform`: Specify a URL transform to your S3/R2/OSS/COS/whatever's image scaling endpoint, disregarding Lsky Pro's thumbnail response. Do check out their pricing before enabling this.
- Example (Cloudflare): "/cdn-cgi/image/width={thumbWidth}/{path}"
- Available replacement variables:
- `{path}`: the original path component of the URL of the uploaded file inside the bucket.
- `{thumbWidth}`: Currently always 256.
- `{quality100}`: Currently always 85.
- `{quality1}`: Currently always 0.85.
# Version 0.3.0
## Optional opt-in styled comment display preference
An item called "Comment Eyeglass" has been added. It can be worn on helmet slots or Accessories' "Face" slot if you have the mod installed. (Note that currently the slot integration only fully works in 1.21.1)
This item has no effect by default, but you can configure comments to only show when it is worn.
Associated config item `commentVisibilityCriteria` and `markerVisibilityCriteria` has been added. They can be set to `tool_toggle`, `glass_worn`, `always` or `never`.
## Commands
Several client commands has been added to allow accessing comment sending and list screen without in posession of an item.
- `/wc` or `/wc send`: Opens the sending screen. When opened this way, comments are posted at the player's standing position, skipping the "putting down" phase.
- `/wc list`: Opens the list screen
## Image Global Kill
Server operators can use the command `/wcs imageGlobalKill true` to globally prevent clients from viewing any image, as a moderation measure.
## Additional functionalities to Lsky Pro uploader
When using S3/R2/OSS/COS etc. as storage backend at Lsky Pro, it still serves thumbnail image from local storage. Configuration entries were added to allow thumbnail images to be also served from CDN.
- `localThumbGeneration`: If set to `true`, generates a thumbnail locally and uploads two images separately, disregarding Lsky Pro's thumbnail response.
- `cdnImageTransform`: Specify a URL transform to your S3/R2/OSS/COS/whatever's image scaling endpoint, disregarding Lsky Pro's thumbnail response. Do check out their pricing before enabling this.
- Example (Cloudflare): "/cdn-cgi/image/width={thumbWidth}/{path}"
- Available replacement variables:
- `{path}`: the original path component of the URL of the uploaded file inside the bucket.
- `{thumbWidth}`: Currently always 256.
- `{quality100}`: Currently always 85.
- `{quality1}`: Currently always 0.85.
# Version 0.3.0
## Optional opt-in styled comment display preference
An item called "Comment Eyeglass" has been added. It can be worn on helmet slots or Accessories' "Face" slot if you have the mod installed. (Note that currently the slot integration only fully works in 1.21.1)
This item has no effect by default, but you can configure comments to only show when it is worn.
Associated config item `commentVisibilityCriteria` and `markerVisibilityCriteria` has been added. They can be set to `tool_toggle`, `glass_worn`, `always` or `never`.
## Commands
Several client commands has been added to allow accessing comment sending and list screen without in posession of an item.
- `/wc` or `/wc send`: Opens the sending screen. When opened this way, comments are posted at the player's standing position, skipping the "putting down" phase.
- `/wc list`: Opens the list screen
## Image Global Kill
Server operators can use the command `/wcs imageGlobalKill true` to globally prevent clients from viewing any image, as a moderation measure.
展开
版本: 0.3.1+1.20.1
支持游戏: 1.20, 1.20.1
类型: Fabric
Forge
Quilt
Release
下载次数: 44
收录