Skip to content

CrimsonMods/CrimsonFAQ

Repository files navigation

CrimsonFAQ

Server side only mod

This is a rather simple mod. It functions as an auto-responder mod.

All of it is buildable in an easy to use json file.

You give each KeyResponse a "Key" and a "Response". Players can query for the keys and get the response as the result.

Installation

  • Install BepInEx
  • Install VampireCommandFramework
  • Extract CrimsonFAQ into (VRising server folder)/BepInEx/plugins
  • Run server once to generate CrimsonFAQ/responses.json and .cfg file
  • Set your preferred prefix in the cfg file (i.e. **?**discord)
[
  {
    "Key": "discord",  // The key players input
    "Response": "Join our discord at discord.gg/RBPesMj",  // what the server responds with
    "Description": "discord link",  // a short description of what this displays; used for the .faq list command
    "IsGlobal": true,  // global will broadcast to everyone, false it will be private only
    "PermissionLevel": 0,  // controls who can access this key. 0 = Everyone, 1 = Trusted, 2 = Admin
    "GlobalCooldownSeconds": 30  // how often in seconds should it be broadcast global? If it is spammed, subsequential requests will be displayed only to requester
  }
]

In the CrimsonFAQ.cfg filee you will see you can change a few common things; but you'll also notice that there is a section for Hex Colors. This will change how text is displayed in the commands & key query responses.

Here is a way to easily pick hex colors: https://g.co/kgs/DxWQHt4

Support

Want to support my V Rising Mod development?

Donations Accepted

ko-fi

Or buy/play my games!

Train Your Minibot

Boring Movies

This mod was a paid creation. If you are looking to hire someone to make a mod for any Unity game reach out to me on Discord! (skytech6)