← Назад к ресурсам

Holograms

Simple mod that allows to create of server side holograms

Modrinth management utility

Описание

# No longer maintained! For 1.21.1 and newer, checkout [HoloDisplays](https://modrinth.com/mod/holodisplays)! # Holograms ![Example image](https://i.imgur.com/aheOzOQ.png) 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](https://github.com/Patbox/FabricPlaceholderAPI/blob/1.17/TEXT_FORMATTING.md). It also supports usage of placeholders from [Placeholder API](https://github.com/Patbox/FabricPlaceholderAPI/wiki). If you have any questions, you can ask them on my [Discord](https://pb4.eu/discord) You can download it from [Modrinth](https://modrinth.com/mod/holograms/versions) or [CurseForge](https://www.curseforge.com/minecraft/mc-mods/server-holograms). ![Example image 2](https://i.imgur.com/7VacPE7.gif) ## 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 ` - Creates new hologram, * `/holograms remove ` - Removes selected hologram, * `/holograms teleportTo ` - Teleports player to hologram, * `/holograms info ` - Displays information about hologram, * `/holograms modify ...` - Modifies hologram: * `... update-rate ` - Changes how much time (in ticks, 1 sec = 20 ticks) needs to pass before placeholders are updated, * `... position []` - Changes position of hologram * `... lines ...` - Changes content of hologram: * `... set ` - Sets line to line value * `... add ` - Adds line to the end * `... insert ` - Inserts line at position (moves everything after one line) * `... remove ` - Removes line at position ## Holograms API If you are developer interested in using API, check [Hologram API repository](https://github.com/Patbox/HologramAPI)