Last updated | 2 years ago |
Total downloads | 847 |
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
BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.0.0molenzwiebel-Wetstone
Plugin framework and general utilities for V Rising mods.
Preferred version: 1.1.0README
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
Chat Commands
!AdminSpy
: You can check if AdminSpy Mod
is running on the server and check the configurations.
AdminSpy in action
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