Solifex Studios
Browse the wiki

Features

Interactive chat

Share items, inventories, and ender chests as rendered images in Discord.

Module

modules.interactiveChat

Config

features.interactiveChat

Platform

Spigot only

Players drop [item], [inv], or [enderchest] into chat and the plugin renders the real thing — tooltips, enchant glint, durability — as an image in Discord.

yamlfeatures.yml
interactiveChat:
  enableItemPlaceholder: true        # [item]
  enableInventoryPlaceholder: true   # [inv]
  enableEnderChestPlaceholder: true  # [enderchest]
  # ATTACHMENT (recommended) / IMGUR / DIRECT
  imageUploadMethod: ATTACHMENT
  placeholderCooldown: 3             # seconds, anti-spam

Rendering quality

showTooltipdefault: true
Draw the item's hover tooltip into the image.
itemRenderSizedefault: 256
Item image size in pixels. Larger = crisper, bigger files.
inventoryRenderScaledefault: 3.0
Inventory upscaling — 3.0 gives crisp full-inventory shots.
imageQualitydefault: 90
1–100 output quality.
downloadMinecraftAssetsdefault: true
Fetch official Minecraft textures for rendering — required on first run.
enableResourcePacksdefault: true
Render with your custom resource-pack textures.

Note

IMGUR upload needs an imgurClientId. Images are cached (imageCacheMinutes, maxCacheSizeMB) so repeated shares are instant.