ScarletSigns
Create floating text signs with custom colors and sizes. Perfect for labeling areas, providing information, or enhancing your server's visual experience.
| Last updated | 21 hours ago |
| Total downloads | 8 |
| Total rating | 0 |
| Categories | Server Mods Oakveil Update |
| Dependency string | ScarletMods-ScarletSigns-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2117deca-VampireCommandFramework
Command framework for developers to easily create universal commands for their plugins.
Preferred version: 0.10.3ScarletMods-ScarletCore
Framework and utilities for all Scarlet mods in V Rising.
Preferred version: 1.3.11README
ScarletSigns
ScarletSigns adds a customizable sign system to V Rising servers. Admins can create floating text signs with custom colors, sizes, and multiple lines to label areas, provide information, or enhance the server's visual experience. Signs can be renamed and removed as needed. All features are accessible through chat commands.
Support & Donations
Features
-
Floating Text Signs:
Create floating text labels at any location with customizable font size and color. -
Multiple Lines:
Use\nin your text to create multi-line signs for better organization. -
Customization:
Control font size and text color to match your server's aesthetic. -
Sign Management:
Rename and remove signs easily with simple commands. -
Persistent Signs:
All signs are automatically saved and restored on server restart.
Usage
For a full list of commands and usage, expand the Show Commands.
Show Commands
Admin Commands
-
.sign create- Usage:
.sign create <text> [color] [fontSize] - Description: Create a floating text sign at your current position.
- Parameters:
text: The text to display (use\nfor multiple lines)color: Optional color name or hex code (default: "white")fontSize: Optional font size (default: 18)
- Example:
.sign create "Welcome\nto my castle" red 30
- Usage:
-
.sign rename- Usage:
.sign rename <newName> [color] [fontSize] - Description: Rename the nearest sign (within 2 units) to the specified text.
- Parameters:
newName: The new text to display (use\nfor multiple lines)color: Optional color name or hex code (default: "white")fontSize: Optional font size (default: 18)
- Example:
.sign rename "Now Closed" gray 25
- Usage:
-
.sign remove- Usage:
.sign remove [radius] - Description: Remove the nearest sign within the specified radius.
- Parameters:
radius: Optional search radius in units (default: 1)
- Example:
.sign remove 3
- Usage:
Installation
Requirements
This mod requires the following dependencies to function correctly:
Make sure both are installed and loaded before installing ScarletSigns.
Manual Installation
-
Download the latest release of ScarletSigns.
-
Extract the contents into your
BepInEx/pluginsfolder:<V Rising Server Directory>/BepInEx/plugins/Your folder should now include:
BepInEx/plugins/ScarletSigns.dll -
Ensure ScarletCore and VampireCommandFramework are also installed in the
pluginsfolder. -
Start or restart your server.
Configuration
All settings can be adjusted in the ScarletSigns.cfg file located in your server's BepInEx/config folder.
Show Settings
General
- Enable: Enable or disable the plugin.
Default: true
Tips & Tricks
- Use
\nin your text to create multiple lines (e.g.,"Line 1\nLine 2\nLine 3") - Color names include: white, red, green, blue, yellow, cyan, magenta, gray, etc.
- You can also use hex color codes (e.g.,
#FF5733)