Holo Text

Holo Text 1.0.0

Holo Text display's customizable, holographic text messages in-game.


Key Features

Dynamic Proximity-Based Messages:
Create immersive experiences with text that appears and changes based on player proximity.

Real-Time Text Manipulation: Instantly add or update holographic texts in-game, allowing for dynamic communication.

Complete Customization: Tailor text content, refresh rates, visibility distances, and positions to create unique and engaging scenarios.

Efficient Performance: Optimized to ensure minimal impact on server load, maintaining smooth gameplay even in high-action moments.

Intuitive Command Interface: Simple and easy-to-use chat commands for adding and updating holographic texts.

API: Easy to use API, which allows other plugins to automatically create and update holographic texts.



Commands

/AddHolo <name> <refresh> <distance> <"Text Displayed">

Quickly set up new holographic texts at your location.

/UpdateHolo <name> <"New Text">

Effortlessly modify existing holographic texts.



Config

JSON:
{
    "Holo Texts": [
        {
            "Name": "first",
            "Refresh": 1,
            "Distance": 25,
            "Text": "Hello this is a rock!",
            "Position": {
                "x": -1903,
                "y": 12,
                "z": -605
            }
        }
    ]
}


API

C#:
void AddHoloText(string name, string text, float refresh, float distance, Vector3 position)

void UpdateHoloText(string name, string newText)


Permission

Holotext.admin - allows player to use the commands.



Join our Discord for support: https://discord.gg/YnbYaugRMh

Showcase video:

Information

Author
Tryhard
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest Release v1.0.0

Released
Dec 18, 2023 at 3:40 PM
Rating
0.00 star(s) 0 ratings


More resources from Tryhard

  • Simple Radar
    Simple Radar
    Shows players' names and other helpful information for admins.

Holo Text by Tryhard
© chaoscode.io Dec 18, 2023