
Holograms
Simple mod that allows to create of server side holograms
- Загрузки
- 27K
- Подписчики
- 102
- Обновлён
- 12 июня 2023 г.
- Лицензия
- LGPL-3.0-only
Опубликован 16 июня 2021 г.
No longer maintained!
For 1.21.1 and newer, checkout HoloDisplays!
Holograms
It's a simple mod that allows to create of server side holograms with full support for formatting and items.
Everything is created on packet level, which means commands or other mods shouldn't break them.
Formatting uses PlaceholderAPI's Text Parser for which docs you can find here.
It also supports usage of placeholders from Placeholder API.
If you have any questions, you can ask them on my Discord
You can download it from Modrinth or CurseForge.

Supported line types:
- text - Simple formatted text
- text-long - Simple formatted text (visible on longer distance)
- item - Displays item (either rotating or static)
- entity - Displays entity
- particle - Displays a particle
- image - Displays an image
- execute - Invisible, clickable element executing commands
- space - Adds space between lines
Commands
You need to have holograms.admin and holograms.main permissions to use these commands.
Additionally, you need holograms.executable if you want to add commands to them.
You can also use /holo or /hd instead of /holograms
/holograms- Displays mod's version,/holograms create <id>- Creates new hologram,/holograms remove <id>- Removes selected hologram,/holograms teleportTo <id>- Teleports player to hologram,/holograms info <id>- Displays information about hologram,/holograms modify <id> ...- Modifies hologram:... update-rate <value>- Changes how much time (in ticks, 1 sec = 20 ticks) needs to pass before placeholders are updated,... position [<optional coords>]- Changes position of hologram... lines ...- Changes content of hologram:... set <position> <line value...>- Sets line to line value... add <line value...>- Adds line to the end... insert <position> <line value...>- Inserts line at position (moves everything after one line)... remove <position>- Removes line at position
Holograms API
If you are developer interested in using API, check Hologram API repository
Ченджлог
1.3.1+1.18Релиз1.18, 1.18.1 · 28 ноября 2021 г.
- Ported to 1.18
- Added particle emitter line type
1.3.0Релиз1.17.1 · 25 июля 2021 г.
Holograms 1.3.0
- Updated Hologram-API so it should work better now
- Added
text-longline type. It allows for creation of text visible on long distances - Fixed bugs with some entity based lines vanishing after server restart
Modrinth: https://modrinth.com/mod/holograms CurseForge: https://www.curseforge.com/minecraft/mc-mods/server-holograms Github: https://github.com/Patbox/Holograms
1.2.1Релиз1.17.1 · 6 июля 2021 г.
Update to 1.17.1
1.2.0Релиз1.17 · 28 июня 2021 г.
- Added new line type -
execute! It allows to add clickable element to selected position, that will execute commands for player. You can select their hitbox and execution mode, to make it work as you need it - You can make holograms visible only to players having provided permission/op level
- Updated used libraries
1.1.0Релиз1.17 · 20 июня 2021 г.
- Added support for entities as hologram lines
- Fixed bugs (thanks @Drex)
Комментарии
Загружаем…