Kinetsu-AdminSpy icon

AdminSpy

Admin spy mod for V Rising

Last updated 2 years ago
Total downloads 623
Total rating 0 
Categories Server Mods
Dependency string Kinetsu-AdminSpy-1.0.1
Dependants 1 other package depends on this package

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.0.0 icon
BepInEx-BepInExPack_V_Rising

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

Preferred version: 1.0.0
molenzwiebel-Wetstone-1.1.0 icon
molenzwiebel-Wetstone

Plugin framework and general utilities for V Rising mods.

Preferred version: 1.1.0

README

AdminSpy

Server side only mod to notify players about admin actions. Hot reload enabled.

This mod was created to bring some transparency to players about admin actions, in order to mitigate admin abuses.

Installation

  • Install BepInEx
  • Install Wetstone
  • Extract AdminSpy.dll into (VRising server folder)/BepInEx/plugins

Chat Commands

!AdminSpy: You can check if AdminSpy Mod is running on the server and check the configurations.

alt text

AdminSpy in action

alt text

Configurable Values

[AdminSpyConfig]

## Announce following commands execution: Adminauth, AdminDeauth
# Setting type: Boolean
# Default value: false
AnnounceAuth = false

## Announce following commands execution: Give, GiveSet
# Setting type: Boolean
# Default value: true
AnnounceGive = true

## Announce following commands execution: All kind of teleport command
# Setting type: Boolean
# Default value: false
AnnounceTeleport = false

## Announce following command execution: ChangeDurability
# Setting type: Boolean
# Default value: false
AnnounceDurability = false

## Announce following commands execution: ChangeHealthOfClosestToMouse
# Setting type: Boolean
# Default value: true
AnnounceHealth = true

## Announce following command execution: SetAdminLevel
# Setting type: Boolean
# Default value: false
AnnounceAdminLevel = false