Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
WorldComment

WorldComment

Post comments right into the game world, associated with certain locations - an idea similar to Danmaku in videos.

8,862
49
Decoration
Social
Utility

Compatibility

Minecraft: Java Edition

1.21.1
1.20.4
1.20–1.20.1
1.19.2

Platforms

Fabric
Forge
NeoForge
Quilt

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Join Discord server

Creators

Zbx1425
Zbx1425 Owner

Details

Licensed MIT
Published last year
Updated 3 weeks ago
DescriptionGalleryChangelogVersions

Show all versions

1
2

0.3.2 for 1.21.1

by Zbx1425 on May 17, 2025
Download

0.3.2 for 1.20.4

by Zbx1425 on May 17, 2025
Download

0.3.2 for 1.20.1

by Zbx1425 on May 17, 2025
Download

0.3.2 for 1.19.2

by Zbx1425 on May 17, 2025
Download

Version 0.3.2

Bugfixes

  • Fixed comments being invisible on Forge versions
  • Comment projection eyeglass should be wearable on helmet slot on all versions
    • Accessories face slot is still only supported on limited versions
  • Fixed comments being placed on incorrect Y level when standing on blocks such as dirt path
  • Fixed incorrect text rendering on 1.19.2
  • Change: Submitting comments while not on ground is now allowed when using the comment tool item

0.3.1 for 1.21.1

by Zbx1425 on Apr 15, 2025
Download

0.3.1 for 1.20.4

by Zbx1425 on Apr 15, 2025
Download

0.3.1 for 1.20.1

by Zbx1425 on Apr 15, 2025
Download

0.3.1 for 1.19.2

by Zbx1425 on Apr 15, 2025
Download

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.

0.3.0 for 1.21.1

by Zbx1425 on Apr 15, 2025
Download

0.3.0 for 1.20.4

by Zbx1425 on Apr 15, 2025
Download

0.3.0 for 1.20.1

by Zbx1425 on Apr 15, 2025
Download

0.3.0 for 1.19.2

by Zbx1425 on Apr 15, 2025
Download

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.2.0 for 1.21.1

by Zbx1425 on Mar 2, 2025
Download

0.2.0 for 1.20.4

by Zbx1425 on Mar 2, 2025
Download

0.2.0 for 1.20.1

by Zbx1425 on Mar 2, 2025
Download

0.2.0 for 1.19.2

by Zbx1425 on Mar 2, 2025
Download

Version 0.2.0

Major Changes

  • Added Support for Minecraft 1.21 and NeoForge
  • Local Screenshot Storage Support
    • Screenshots can now be stored directly in save files
    • Image hosting setup is no longer mandatory
    • Images transfer through game connection
    • External hosting still available for bandwidth-sensitive situations
  • Breaking Change: Image Hosting Configuration
    • Configuration syntax has been reworked for better usability
    • Existing config files will need to be updated

Features & Improvements

  • Added automatic GUI hiding when taking screenshots (configurable)
  • Improved comment hiding system
    • Added countdown timer when hiding comments
      This is to prevent players from forgetting that they have hid the comments, and thus rendering this mod useless
    • Extended timer available by right-clicking multiple times
  • Added integration with Bullet Chat

UI Improvements

  • Repositioned keybind hints for better visibility
  • Limited comment overlay width for better scaling at low GUI scale settings
  • Reduced "pole" thickness
  • Refined comment tool screen animation

Technical Changes

  • Improved image handling
    • Converted to JPG format for better storage efficiency
    • Automatic image scaling
    • Asynchronous upload/download for reduced delays
    • Images now display in correct aspect ratio on detail page
  • Added Lsky Pro uploader album ID support
  • Optimized Redis synchronization to use raw binary instead of Base64
  • Added functionality for image hosting migration

0.1.2 for Fabric/Forge 1.20.4

by Zbx1425 on Feb 8, 2024
Download

0.1.2 for Fabric/Forge 1.20.1

by Zbx1425 on Feb 8, 2024
Download

0.1.2 for Fabric/Forge 1.19.2

by Zbx1425 on Feb 8, 2024
Download
  • Add 1.20.4 support
  • Fix lsky uploader cannot be used due to error in parsing config
  • Slightly tweaked interface

0.1.1 for Fabric/Forge 1.20.1

by Zbx1425 on Dec 20, 2023
Download
1
2

Modrinth is open source.

main@016c3d7

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.