Mineuniverse
Log in Register
Mods

Pop (up)

Custom text display for modpack developers via commands or kubejs
by ErrorMikey
Download Claim this project
3,108,232 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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 type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"> (Coming soon) progress bars
  • <input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"> (Coming soon) headings & subheadings
  • <input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"> (Coming soon) customisation via commands as well as code
  • <input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"> (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

// 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 21.1.3
MC 1.21.1, NeoForge
Release 2025-11-13 Get
Pop 21.1.3
MC 1.21.1, NeoForge
Release 2025-11-13 Get
Pop 20.1.0
MC NeoForge, 1.20.1, Forge
Release 2025-06-08 Get
Pop 21.1.2
MC NeoForge, 1.21.1
Release 2025-04-16 Get
Pop 21.1.1
MC NeoForge, 1.21.1
Release 2025-04-06 Get
Pop 21.1.0
MC NeoForge, 1.21.1
Release 2025-03-30 Get

More from ErrorMikey

Kube Utils
7,966,675
Advanced XRay (Neoforge Edition)
6,351,427
Auto Clicker
582,828
Particles Toggler
5,142
Nanite Library
46,742
Advanced XRay (Fabric Edition)
2,614,484

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998