helskog-PleadIgnorance icon

PleadIgnorance

Make sure players acknowledge the rules before entering!

Last updated 2 weeks ago
Total downloads 48
Total rating 0 
Categories Server Mods Oakveil Update
Dependency string helskog-PleadIgnorance-0.1.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.733.2 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.733.2
deca-VampireCommandFramework-0.10.2 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.10.2

README

PleadIgnorance

A V Rising server plugin made to make sure players acknowledge the rules before entering!

Features

🔁 Force players to acknowledge a message before exiting the spawn cave.
⚙️ Customizable header, message and footer
🖌️ Style text with rich text tags (check Unity Documentation)

How It Works

Players must read & acknowledge a custom message shown in chat before being able to leave the spawn cave area. Once the player types .accept in chat they will be able to teleport out of the spawn cave area.

Installing PleadIgnorance

1️⃣ Navigate to the server install folder. Typically: ServerDirectory/BepInEx/plugins

2️⃣ Make sure you have the latest version of BepInEx as well as VampireCommandFramework

3️⃣ ️Place the PleadIgnorance.dll file inside the ServerDirectory\BepInEx\plugins folder.

Configuration

The header, footer & message text can be configured in the files found inside ServerDirectory/BepInEx/config/PleadIgnorance

<color=#ffffffff>Rule 1:</color> Dont be an asshole.
<color=#ffffffff>Rule 2:</color> <b>You can</b>
<color=#ffffffff>Rule 3:</color> <i>Also use</i>
<color=#ffffffff>Rule 4:</color> <size=10>Rich text</size>
<color=#ffffffff>Rule 5:</color> <size=15>Formatting in</size>
<color=#ffffffff>Rule 6:</color> <size=20>The <color=#add8e6ff>Message</color></size>
[Options]

## Prevent cave exit until player accepts the rules.
# Setting type: Boolean
# Default value: true
PreventCaveExit = true

[Text]

## Message header text
# Setting type: String
# Default value: <color=#add8e6ff>Server Rules</color>
Header = <color=#add8e6ff>Server Rules</color>

## Message footer text
# Setting type: String
# Default value: Type <color=#ffff00ff><b>.accept</b></color> to continue
Footer = Type <color=#ffff00ff><b>.accept</b></color> to continue

Credits

🧛 V Rising Modding Community | Discord

Support & Bug reports

Join the V Rising Modding Community discord with the link above and create a post in the 🙋|Technical Support channel and tag #helskog

License

This project is licensed under the AGPL-3.0 license.