About Floating Text
Display's a 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 and Permission
- /AddHolo <name> <refresh> <distance> <"Text Displayed"> - Quickly set up new holographic texts at your location.
-
/UpdateHolo <name> <"New Text"> - Effortlessly modify existing holographic texts.
- holotext.admin - allows player to use the commands.
Config
{
"Holo Texts": [
{
"Name": "first",
"Refresh": 1,
"Distance": 25,
"Text": "Hello this is a rock!",
"Position": {
"x": -1903,
"y": 12,
"z": -605
}
}
]
}
API (for developers)
void AddHoloText(string name, string text, float refresh, float distance, Vector3 position) void UpdateHoloText(string name, string newText)
Support and More
- Checkout my discord server here.
