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
API
Permission
Holotext.admin - allows player to use the commands.
Join our Discord for support: https://discord.gg/YnbYaugRMh
Showcase video:
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: