{"id":166043,"date":"2026-06-09T21:11:34","date_gmt":"2026-06-09T18:11:34","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/"},"modified":"2026-06-09T21:11:34","modified_gmt":"2026-06-09T18:11:34","slug":"vibeshare","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/","title":{"rendered":"VibeShare"},"content":{"rendered":"<p># VibeShare Minecraft<\/p>\n<p>Share images, GIFs, and videos with other players directly inside Minecraft.<\/p>\n<p>VibeShare adds a clean in-game interface where players can paste a media URL, add a short caption, choose where the toast appears, adjust the toast size, and send it to everyone on the server. Media is displayed as a small toast overlay, with a queue so messages appear one after another instead of covering the screen all at once.<\/p>\n<p>## Features<\/p>\n<p>&#8211; In-game media sharing interface, opened with `V` by default.<br \/>\n&#8211; Share images, GIFs, and videos from HTTP\/HTTPS URLs.<br \/>\n&#8211; Add a caption to each shared media toast.<br \/>\n&#8211; Choose the toast corner: top left, top right, bottom left, or bottom right.<br \/>\n&#8211; Customize toast size.<br \/>\n&#8211; Control video volume and mute state.<br \/>\n&#8211; Queue system so media plays one item at a time.<br \/>\n&#8211; Local `Skip` button to skip the current media only for yourself.<br \/>\n&#8211; Local `Clear Queue` button to remove your current media and queued media.<br \/>\n&#8211; Toggle all VibeShare toasts locally with `N` by default.<br \/>\n&#8211; Player heads appear next to media captions for server-shared media.<br \/>\n&#8211; Server-side moderation tools for muting users, blocking domains\/URLs, duration limits, URL length limits, and logging.<\/p>\n<p>## Requirements<\/p>\n<p>### Minecraft<\/p>\n<p>&#8211; Minecraft `1.21.1`<br \/>\n&#8211; NeoForge `21.1.x`<\/p>\n<p>The mod was built and tested against NeoForge `21.1.228`.<\/p>\n<p>### Client<\/p>\n<p>Install VibeShare on every client that should see and send shared media.<\/p>\n<p>For video playback, clients also need:<\/p>\n<p>&#8211; WaterMedia<br \/>\n&#8211; WaterMedia: Binaries<br \/>\n&#8211; Optional: WaterMedia YouTube Plugin, if you want YouTube URL support<\/p>\n<p>Images and GIFs do not require WaterMedia.<\/p>\n<p>### Server<\/p>\n<p>Install VibeShare on the server if players should share media with each other.<\/p>\n<p>The server does not need WaterMedia, WaterMedia: Binaries, only WaterVision is required.<\/p>\n<p>## How It Works<\/p>\n<p>VibeShare is a client + server mod.<\/p>\n<p>The server receives a media request from a player, checks moderation rules, then broadcasts the media URL and caption to connected clients. Each client then displays the media locally.<\/p>\n<p>This means:<\/p>\n<p>&#8211; Every player who wants to see VibeShare media needs the mod installed.<br \/>\n&#8211; The server needs the mod for shared multiplayer media.<br \/>\n&#8211; To share with other players, use a public or reachable `http:\/\/` or `https:\/\/` URL.<\/p>\n<p>## Usage<\/p>\n<p>Press `V` to open the VibeShare screen.<\/p>\n<p>From the interface, you can:<\/p>\n<p>&#8211; Paste a media URL.<br \/>\n&#8211; Add display text.<br \/>\n&#8211; Preview the media locally.<br \/>\n&#8211; Send the media to the server.<br \/>\n&#8211; Change the toast corner.<br \/>\n&#8211; Change toast size.<br \/>\n&#8211; Adjust video volume.<br \/>\n&#8211; Mute or unmute videos.<br \/>\n&#8211; Skip the current media locally.<br \/>\n&#8211; Clear your local queue.<\/p>\n<p>Press `N` to toggle VibeShare toasts locally. When disabled, VibeShare stops displaying media and clears the current overlay for you only.<\/p>\n<p>## Queue Behavior<\/p>\n<p>VibeShare uses a local queue per client.<\/p>\n<p>If multiple players send media at the same time, each client queues them and displays one at a time.<\/p>\n<p>`Skip` only affects you. It skips your current toast and moves to the next item in your local queue. It does not skip media for other players.<\/p>\n<p>`Clear Queue` also only affects you. It clears your current VibeShare media and your local queue.<\/p>\n<p>## Durations<\/p>\n<p>Images and GIFs display for up to `10` seconds.<\/p>\n<p>Videos play until they end in local preview. On servers, videos respect the server moderation duration limit.<\/p>\n<p>Server operators can change the maximum shared duration with:<\/p>\n<p>&#8220;`mcfunction<br \/>\n\/vibeshare filter duration <seconds><br \/>\n&#8220;`<\/p>\n<p>## Client Commands<\/p>\n<p>&#8220;`mcfunction<br \/>\n\/vibeshare<br \/>\n\/vibeshare open<br \/>\n\/vibeshare show <url><br \/>\n\/vibeshare send <url><br \/>\n\/vibeshare skip<br \/>\n\/vibeshare clear<br \/>\n&#8220;`<\/p>\n<p>`\/vibeshare skip` skips the current media locally for you only.<\/p>\n<p>`\/vibeshare clear` clears your local VibeShare overlay and queue.<\/p>\n<p>## Server Moderation Commands<\/p>\n<p>Server commands require operator permissions.<\/p>\n<p>Mute a player from sending VibeShare media:<\/p>\n<p>&#8220;`mcfunction<br \/>\n\/vibeshare mute <player>\n&#8220;`<\/p>\n<p>Unmute a player:<\/p>\n<p>&#8220;`mcfunction<br \/>\n\/vibeshare unmute <player>\n&#8220;`<\/p>\n<p>List muted players:<\/p>\n<p>&#8220;`mcfunction<br \/>\n\/vibeshare mutes<br \/>\n&#8220;`<\/p>\n<p>Add a blocked domain, URL fragment, or pattern:<\/p>\n<p>&#8220;`mcfunction<br \/>\n\/vibeshare blacklist add <pattern>\n&#8220;`<\/p>\n<p>Remove a blacklist entry:<\/p>\n<p>&#8220;`mcfunction<br \/>\n\/vibeshare blacklist remove <pattern>\n&#8220;`<\/p>\n<p>List blacklist entries:<\/p>\n<p>&#8220;`mcfunction<br \/>\n\/vibeshare blacklist list<br \/>\n&#8220;`<\/p>\n<p>Set max shared media duration:<\/p>\n<p>&#8220;`mcfunction<br \/>\n\/vibeshare filter duration <seconds><br \/>\n&#8220;`<\/p>\n<p>Set max URL length:<\/p>\n<p>&#8220;`mcfunction<br \/>\n\/vibeshare filter urlLength <characters><br \/>\n&#8220;`<\/p>\n<p>Show current moderation filters:<\/p>\n<p>&#8220;`mcfunction<br \/>\n\/vibeshare filter status<br \/>\n&#8220;`<\/p>\n<p>## Server Logs<\/p>\n<p>VibeShare writes media moderation logs to:<\/p>\n<p>&#8220;`text<br \/>\nlogs\/vibeshare-media.log<br \/>\n&#8220;`<\/p>\n<p>Accepted and rejected media submissions are logged with the player name, URL, duration, and rejection reason when applicable.<\/p>\n<p>## Configuration<\/p>\n<p>Client settings are stored in:<\/p>\n<p>&#8220;`text<br \/>\nconfig\/vibeshare-minecraft.properties<br \/>\n&#8220;`<\/p>\n<p>Server moderation settings are stored in:<\/p>\n<p>&#8220;`text<br \/>\nconfig\/vibeshare-server.properties<br \/>\n&#8220;`<\/p>\n<p>Most player-facing settings can be changed directly from the in-game VibeShare screen.<\/p>\n<p>## Notes About Local Files<\/p>\n<p>Local file paths can be previewed on your own client, but they cannot be shared with other players unless those players can access the same path on their own machine.<\/p>\n<p>For multiplayer sharing, use an HTTP\/HTTPS URL.<\/p>\n<p>## Compatibility Notes<\/p>\n<p>VibeShare is designed for NeoForge `1.21.1`.<\/p>\n<p>Video playback uses WaterMedia on the client. If WaterMedia is not installed, videos may not play directly, but image and GIF toasts still work.<\/p>\n<p>VibeShare does not require WaterVision.<\/p>\n<p>## Safety<\/p>\n<p>Server owners should configure moderation settings before allowing public media sharing. Use mute, blacklist, URL length limits, duration limits, and logs to keep media sharing manageable.<\/p>\n<p>Players can always disable VibeShare toasts locally with the toggle key.<\/p>\n<p>## License and Credits<\/p>\n<p>VibeShare Minecraft is licensed under CC BY-NC-ND 4.0 unless otherwise stated.<\/p>\n<p>This license applies only to VibeShare Minecraft&#8217;s original code and assets. WATERMeDIA, WATERViSION, VLC, LibVLC, Minecraft, NeoForge, and other dependencies remain under their own licenses.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Share images, GIFs, and videos with other players directly inside Minecraft.<\/p>\n","protected":false},"featured_media":166044,"template":"","meta":{"_minecraft_slug":"vibeshare","_minecraft_project_id":"2gsW0tQN","_minecraft_author":"_Lume_","_minecraft_license":"CC-BY-NC-ND-4.0","_minecraft_downloads":7,"_minecraft_follows":5,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"vibeshare.zip","_minecraft_size_bytes":63878,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T13:17:31.092391Z","_minecraft_date_created":"2026-05-05T19:08:58.951144Z","_minecraft_date_modified":"2026-05-01T15:45:04.026444Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/vibeshare","_minecraft_icon_attachment_id":166044,"_minecraft_imported_at":"2026-06-09T18:11:34+00:00","_minecraft_import_hash":"e13dc47bfe690b2fa9e33c059c96f42b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,158,867,92],"mod_loader":[160],"minecraft_version":[37],"class_list":["post-166043","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-neoforge","mod_category-social","mod_category-utility","mod_loader-neoforge","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>VibeShare - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VibeShare - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Share images, GIFs, and videos with other players directly inside Minecraft.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vibeshare\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vibeshare\\\/\",\"name\":\"VibeShare - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vibeshare\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vibeshare\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/vibeshare-icon-23ade67c125d27b59ab331577b8ed967ad3c6200_96.webp\",\"datePublished\":\"2026-06-09T18:11:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vibeshare\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vibeshare\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vibeshare\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/vibeshare-icon-23ade67c125d27b59ab331577b8ed967ad3c6200_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/vibeshare-icon-23ade67c125d27b59ab331577b8ed967ad3c6200_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/vibeshare\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"VibeShare\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"VibeShare - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/","og_locale":"en_US","og_type":"article","og_title":"VibeShare - Minecraft","og_description":"Share images, GIFs, and videos with other players directly inside Minecraft.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/","name":"VibeShare - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/vibeshare-icon-23ade67c125d27b59ab331577b8ed967ad3c6200_96.webp","datePublished":"2026-06-09T18:11:34+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/vibeshare-icon-23ade67c125d27b59ab331577b8ed967ad3c6200_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/vibeshare-icon-23ade67c125d27b59ab331577b8ed967ad3c6200_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/vibeshare\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"VibeShare"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/166043","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/166044"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=166043"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=166043"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=166043"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=166043"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}