Unofficial site, not affiliated with modrinth.com.What is this?
Моды/WorldComment
  • Нет описания изменений

  • Нет описания изменений

  • 0.6.0-beta.3 for 26.1

    beta29 мая 2026 г.

    Нет описания изменений

  • 0.6.0-beta.2 for 26.1

    beta11 мая 2026 г.

    Нет описания изменений

  • 0.5.0-rc.2 for 1.21.8

    beta6 сентября 2025 г.

    Version 0.5.0-rc.2

    • Add: Server-side config for default comment visibility preference (defaults to hidden)
    • Add: Per-server persistence at client-side for player's comment visibility preference
  • 0.5.0-rc.1 for 1.21.8

    beta5 сентября 2025 г.

    Version 0.5.0-rc.1

    • Add: Proper support for uploading image to S3-compatible buckets
      Implemented with pre-signed URL
      See Github wiki
  • 0.4.0-rc.1 for 1.21.8

    beta4 сентября 2025 г.

    Version 0.4.0-rc.1

    • Add: Support uploading image with S3-compatible pre-signed URL, see Github wiki

    • Change: Comment visibility is now toggled globally in pause menu

    • Change: F2 is now taken over at all times (additional instruction are given for those who just want to take a screenshot)

    • Remove: Comment Projection Eyeglass

    • Change: A newly sent comment will be shown to their owner for 30 seconds regardless of their comment visibility setting

  • 0.3.3-rc.1 for 1.21.8

    beta1 сентября 2025 г.

    Version 0.3.3-rc.1

    This update ports WorldComment to 1.21.8.

    Functionally identical to 0.3.2.

  • 0.3.2 for 1.21.1

    release17 мая 2025 г.

    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.2 for 1.20.4

    release17 мая 2025 г.

    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.2 for 1.20.1

    release17 мая 2025 г.

    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.2 for 1.19.2

    release17 мая 2025 г.

    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

    release15 апреля 2025 г.

    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.1 for 1.20.4

    release15 апреля 2025 г.

    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.1 for 1.20.1

    release15 апреля 2025 г.

    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.1 for 1.19.2

    release15 апреля 2025 г.

    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

    release15 апреля 2025 г.

    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.20.4

    release15 апреля 2025 г.

    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.20.1

    release15 апреля 2025 г.

    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.

1

Совместимость

Minecraft: Java Edition

Платформы

Поддерживаемые окружения

Клиент и сервер

Сведения

Лицензия:
Опубликован:2 года назад
Обновлён:1 неделю назад
ID проекта:
Главная