⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (3 images)
🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #288 of 386 forge mods in this game by downloads
📋 About This Mod
# Pop Pop is a small helper mod for modpack developers to allow for more screen locations to display information on screen in a command driven, or kubejs driven way. (https://www.bisecthosting.com/partners/custom-banners/1c9b9598-52f3-402c-84a8-84f7779e1360.webp)](https://www.bisecthosting.com/mikey?rel=modrinth) ## Features - Display information on screen in a command driven way (`/pop create @s MIDDLE_LEFT "Hello World!"`) - Supports translations out of the box - (Coming soon) progress bars - (Coming soon) headings & subheadings - (Coming soon) customisation via commands as well as code - (Coming soon) more animations for text ## How to use 1. Install the mod in your modpack 2. Run the game 3. Use the `/pop` command to create a new pop up Alternatively, you can use KubeJS to access the Pop Manager and the Pop Builder. ### Example ```javascript // server.js const PopBuilder = java.load('pro.mikey.mods.pop.PopBuilder'); const Placement = java.load('pro.mikey.mods.pop.data.Placement'); // Optional const pop = PopBuilder.create() .duration(5) .content({ text: "Hello World!" }) .placement("middle_left") // Or .placement(Placement.MIDDLE_LEFT) // You can now either build it and get a PopData object or directly send it to the player // If you're on the server pop.sendToPlayer(player); // If you're on the client pop.display() ``` ## Requests If you have any requests for features, please open an issue on the GitHub repository. I will try to get to them as soon as possible. I'm always looking for new ideas to improve the mod and make it more useful for modpack developers.
Pop is a small helper mod for modpack developers to allow for more screen locations to display information on screen in a command driven, or kubejs driven way.
[!(https://www.bisecthosting.com/partners/custom-banners/1c9b9598-52f3-402c-84a8-84f7779e1360.webp)](https://www.bisecthosting.com/mikey?rel=modrinth)
## Features
- Display information on screen in a command driven way (`/pop create @s MIDDLE_LEFT "Hello World!"`)
- Supports translations out of the box
- [ ] (Coming soon) progress bars
- [ ] (Coming soon) headings & subheadings
- [ ] (Coming soon) customisation via commands as well as code
- [ ] (Coming soon) more animations for text
## How to use
1. Install the mod in your modpack 2. Run the game 3. Use the `/pop` command to create a new pop up
Alternatively, you can use KubeJS to access the Pop Manager and the Pop Builder.
### Example
```javascript // server.js const PopBuilder = java.load('pro.mikey.mods.pop. PopBuilder'); const Placement = java.load('pro.mikey.mods.pop.data. Placement'); // Optional const pop = PopBuilder.create() .duration(5) .content({ text: "Hello World!" }) .placement("middle_left") // Or .placement(Placement. MIDDLE_LEFT)
// You can now either build it and get a PopData object or directly send it to the player // If you're on the server pop.sendToPlayer(player);
// If you're on the client pop.display() ```
## Requests
If you have any requests for features, please open an issue on the GitHub repository. I will try to get to them as soon as possible. I'm always looking for new ideas to improve the mod and make it more useful for modpack developers.
📊 Mod Details
- Game
- Minecraft Mods
- Author
- ErrorMikey
- Version
- 21.1.3
- Downloads
- 45,144
- Endorsements
- 14
- Category
- forge
- Created
- 4/3/2025
- Updated
- 11/13/2025
- Game Versions
- 1.21.1
- Tags
- utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Pop support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of Pop?
Version 21.1.3, published 2025-11-13 with 45,144 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await


