Pop (up)
Modby ErrorMikey
Custom text display for modpack developers via commands or kubejs
Type
Mod
CurseForge Downloads
2,693,330
CurseForge ID
1231826
Last Updated
Apr 13, 2026
Description
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.
Features
- Display information on screen in a command driven way (/pop create @s MIDDLE_LEFT "Hello World!")
- Supports translations out of the box
- <input disabled="disabled" type="checkbox" /> (Coming soon) progress bars
- <input disabled="disabled" type="checkbox" /> (Coming soon) headings & subheadings
- <input disabled="disabled" type="checkbox" /> (Coming soon) customisation via commands as well as code
- <input disabled="disabled" type="checkbox" /> (Coming soon) more animations for text
How to use
- Install the mod in your modpack
- Run the game
- 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
// 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.
Screenshots
Similar Mods
Savage Ender Dragon[Forge/Fabric]
Overhauled ender dragon fight with new mechanics
Medieval Music[Forge/Fabric]
Add medieval music to your world
Binnie's Mods
Various expansions for Forestry adding new bees and trees
MineTogether Community
Give your modpack a community. MineTogether adds chat, friends, and co-op so players connect, help each other, and grow...
Better chunk loading[Forge/Fabric]
Predicts player movement to pre-load chunks and increases chunk load speed
Mystical World
Adds some nice features to make your world feel more alive!