Presentation
ModMIT

Presentation

A Minecraft mod that allows you to display image presentations in-game.

19
Downloads
0
Followers
4 months ago
Updated
📦
2
Versions

📖About Presentation

Presentation Mod

Bring your slides directly into the Minecraft world!

The Presentation Mod is a unique tool designed for content creators, streamers, and educators. It allows you to import image files and display them as projected slides within the game world. You can then control the slides using in-game items, making your character the presenter.

Whether you are explaining a redstone tutorial, creating a lore video, or giving a technical talk, this mod lets you do it without leaving the immersion of Minecraft.

Presentation in action

⚠️ Important Note

Current Status: Singleplayer Only
This mod is currently optimized for Singleplayer worlds. It is intended for local recording, streaming, or screen-sharing scenarios.
(Multiplayer synchronization is not yet implemented. In a server environment, slide changes will not be visible to other players.)

✨ Features

  • In-Game Slides: Display any .png images as a presentation board in the world.
  • Immersive Control: Use "Controller Items" (Next/Prev/First/Last) to switch slides by right-clicking. Your avatar physically holds the "remote," looking great on camera!
  • Customizable Layout: Set the position, size (width/height), and rotation of the screen freely.
  • Simple Import: Just drop your images into the mod folder and run a command.

🚀 How to Use

1. Prepare Your Slides

  1. Navigate to your Minecraft folder: mods/presentation/.
  2. Create a folder for your deck (e.g., my_talk).
  3. Place your .png images inside. (Name them 01.png, 02.png... to sort them).

2. Import & Display

Run the following commands in-game:

// Import the images
/presentation import my_talk

// Place the screen.
// Tip: Use the aspect ratio of your images (e.g., 16 9 or 4 3) for the size!
/presentation set my_talk ~ ~ ~ 16 9

3. Present!

Give yourself the controller items:

/presentation controller my_talk

Right-click with the Next Slide item to advance your presentation.

Next Slide

Advances to the next slide.

Previous Slide

Returns to the previous slide.

First Slide

Resets to the first slide.

Last Slide

Skips to the last slide.

💡 Pro Tips for Presenters

Performance & Immersion

Switch to Front Third Person view (press F5 twice) to show your avatar standing next to the screen. This allows you to "act" as a presenter within the Minecraft world, making your video much more engaging than a simple screen share.

Want to focus on the slides?
Instead of using commands, try drinking an Invisibility Potion right on stage!
The animation of drinking a potion adds a great "live performance" feel to your presentation.
(Of course, you can also use /effect give @s invisibility if you prefer instant magic.)

Stage Control with Command Blocks

Want to create a lecture hall with a "Next Slide" trigger on the podium? You can use Command Blocks!

  1. Get a command block: /give @s command_block
  2. Set the command: presentation slide next my_talk
  3. Activate it with any Redstone signal (Buttons, Pressure Plates, Levers, etc.). Now you can advance slides physically!

📚 Command Reference

For the full list of commands and detailed usage, please refer to the README on GitHub:
View Full Command Reference (README)

🎥 Perfect For...

  • Tech Talks & Workshops: Give a presentation using your Minecraft avatar as the speaker (via screen sharing).
  • Video Tutorials: Explain complex redstone or mod mechanics visually in your videos.
  • Storytelling: Display intro slides or lore images to enhance your content.