Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrbysco/notablebubbletext
Show text bubbles above players and mobs
https://github.com/mrbysco/notablebubbletext
forge forge-mod minecraft minecraft-forge minecraft-forge-mod minecraft-mod mod
Last synced: about 1 month ago
JSON representation
Show text bubbles above players and mobs
- Host: GitHub
- URL: https://github.com/mrbysco/notablebubbletext
- Owner: Mrbysco
- License: mit
- Created: 2023-11-16T22:24:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T22:06:29.000Z (4 months ago)
- Last Synced: 2024-10-14T07:03:03.161Z (about 1 month ago)
- Topics: forge, forge-mod, minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod, mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/nbt
- Size: 236 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![build](https://github.com/Mrbysco/NotableBubbleText/actions/workflows/build.yml/badge.svg)](https://github.com/Mrbysco/NotableBubbleText/actions/workflows/build.yml)
[![](http://cf.way2muchnoise.eu/versions/nbt.svg)](https://www.curseforge.com/minecraft/mc-mods/nbt)# Notable Bubble Text (NBT)#
## About ##
This mod adds text bubbles above player heads when they say something in chat.Using the `/bubbletext ` command you can get a text bubble to render above a mob that has a custom nbt string tag with that author as the value (Perfect for integration mods like CCI). The default nbt key is "BubbleOwner" but can be changed in the config file.
An example would be `/summon zombie ~ ~2 ~ {ForgeData: {BubbleOwner: "Cranberries"}}`
and then using `/bubbletext Cranberries Zombie, zombie, zombie-ie-ie` to make the zombie say "Zombie, zombie, zombie-ie-ie".## License ##
* Notable Bubble Text is licensed under the MIT License
- (c) 2023 Mrbysco
- [![License](https://img.shields.io/badge/License-MIT-red.svg?style=flat)](http://opensource.org/licenses/MIT)## Downloads ##
Downloads will be located on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/nbt)