

For the correct functioning of this mod you must have the following dependencies installed on your server:
As of version 1.4.6 it is no longer necessary to install the GT.VRising.GameData framework on the server since it includes the mod itself. If you have version 1.4.3 installed on your server, upgrade to 1.4.5 or higher and remove GT.VRising.GameData.dll from your server
1.4.7
1.4.6
1.4.5
1.4.3
1.4.2
1.4.1
1.4.0
!notify motd enabled!notify motd disabled1.3.0
!notify announceonline enabled!notify announceonline disabled!notify announceoffline enabled!notify announceoffline disabled!notify announcenewuser enabled!notify announcenewuser disabled!notify vbloodannounce enabled!notify vbloodannounce disabled!notify autoannouncer enabled!notify autoannouncer disabled1.2.3
1.2.2
1.2.1
1.2.0
!notify ignore vbloodannounce!notify ignore vbloodannounce!notify unignore vbloodannounce!notify help1.1.0
!notify realod1.0.1
1.0.0
0.5.0
0.4.0
0.3.0
| COMMAND | DESCRIPTION |
|---|---|
!notify help |
Command that returns all available commands |
!notify reload (Only Admins) |
To reload the configuration of all config files. |
!notify announceonline enabled (Only Admins) |
Enabled announceonline System. - NEW - |
!notify announceonline disabled (Only Admins) |
Disabled announceonline System. - NEW - |
!notify announceoffline enabled (Only Admins) |
Enabled announceoffline System. - NEW - |
!notify announceoffline disabled (Only Admins) |
Disabled announceoffline System. - NEW - |
!notify announcenewuser enabled (Only Admins) |
Enabled announcenewuser System. - NEW - |
!notify announcenewuser disabled (Only Admins) |
Disabled announcenewuser System. - NEW - |
!notify vbloodannounce enabled (Only Admins) |
Enabled vbloodannounce System. - NEW - |
!notify vbloodannounce disabled (Only Admins) |
Disabled vbloodannounce System. - NEW - |
!notify autoannouncer start (Only Admins) |
Start AutoAnnouncer System. - NEW - |
!notify autoannouncer stop (Only Admins) |
Stop AutoAnnouncer System. - NEW - |
!notify motd start (Only Admins) |
Enabled Message of the day System. - NEW - |
!notify motd stop (Only Admins) |
Disabled Message of the day System. - NEW - |
!notify ignore vbloodannounce |
Turn on VBlood death notifications |
!notify unignore vbloodannounce |
Turn off VBlood death notifications |
Once the mod installed, a configuration file will be created in the \BepInEx\config server folder where you can activate or desactivate any of the mod notifications.
Notify.cfg
| SECTION | PARAM | DESCRIPTION | DEFAULT |
|---|---|---|---|
| AnnounceVBlood | enabled |
Enable Announce when user/users kill a VBlood Boss | true |
| AnnounceVBlood | VBloodFinalConcatCharacters |
Final string for concat two or more players kill a VBlood Boss. | and |
| NewUserOnline | enabled |
Enable Announce when new user create in server | true |
| UserOffline | enabled |
Enable Announce when user offline | true |
| UserOnline | enabled |
Enable Announce when user online | true |
| AutoAnnouncer | enabled |
Enable Auto Announcer | false |
| AutoAnnouncer | interval |
Interval seconds for spam AutoAnnouncer. | 300 |
| MessageOfTheDay | enabled |
Enable Message Of The Day | false |
To reload the configuration of the user messages online, offline or death of the VBlood boss there is the chat command
!notify reload
To configure the default messages in case you do not have personalized messages per player you only have to edit the configuration file that is in /BepInEx/config/Notify/default_announce.json
{
"online":"#user# is online!",
"offline":"#user# has gone offline!",
"newUser":"Welcome to server new vampire",
"VBlood":"Congratulations to #user# for kill #vblood#!"
}
The text string #user# is used to overwrite the name of the corresponding player(s)
The text string #vblood# is used to overwrite the name of the corresponding VBlood boss
The text string #user# in newUser don't work.
To configure the customize messages per player connected, you only have to edit the configuration file that is in /BepInEx/config/Notify/users_online.json
{
"CharacterName": "#user# The best player of server is online!",
"OtherCharacterName": "The most wanted #user# is online!"
}
The text string #user# is used to overwrite the name of the corresponding player(s)
To configure the customize messages per player disconnected, you only have to edit the configuration file that is in /BepInEx/config/Notify/users_offline.json
{
"CharacterName": "#user# The best player of server is offline!",
"OtherCharacterName": "The most wanted #user# is offline!"
}
The text string #user# is used to overwrite the name of the corresponding player(s)
To translate the name of VBlood boss, you only have to edit the configuration file that is in /BepInEx/config/Notify/prefabs_names.json
{
"CHAR_Wildlife_Wolf_VBlood": "Alpha Wolf" ,
"CHAR_Bandit_Deadeye_Frostarrow_VBlood": "Keely the Frost Archer" ,
"CHAR_Bandit_Foreman_VBlood": "Rufus the Foreman" ,
"CHAR_Bandit_StoneBreaker_VBlood": "Errol the Stonebreaker" ,
"CHAR_Bandit_Deadeye_Chaosarrow_VBlood": "Lidia the Chaos Archer" ,
"CHAR_Undead_BishopOfDeath_VBlood": "Goreswine the Ravager" ,
"CHAR_Bandit_Stalker_VBlood": "Grayson the Armourer" ,
"CHAR_Vermin_DireRat_VBlood": "Putrid Rat" ,
"CHAR_Bandit_Bomber_VBlood": "Clive the Firestarter" ,
"CHAR_Wildlife_Poloma_VBlood": "Polora the Feywalker" ,
"CHAR_Wildlife_Bear_Dire_Vblood": "Ferocious Bear" ,
"CHAR_Undead_Priest_VBlood": "Nicholaus the Fallen" ,
"CHAR_Bandit_Tourok_VBlood": "Quincey the Bandit King" ,
"CHAR_Villager_Tailor_VBlood": "Beatrice the Tailor" ,
"CHAR_Militia_Guard_VBlood": "Vincent the Frostbringer" ,
"CHAR_Farmlands_Nun_VBlood": "Christina the Sun Priestess" ,
"CHAR_VHunter_Leader_VBlood": "Tristan the Vampire Hunter" ,
"CHAR_Undead_BishopOfShadows_VBlood": "Leandra the Shadow Priestess" ,
"CHAR_Geomancer_Human_VBlood": "Terah the Geomancer" ,
"CHAR_Militia_Longbowman_LightArrow_Vblood": "Meredith the Bright Archer" ,
"CHAR_Wendigo_VBlood": "Frostmaw the Mountain Terror" ,
"CHAR_Militia_Leader_VBlood": "Octavian the Militia Captain" ,
"CHAR_Militia_BishopOfDunley_VBlood": "Raziel the Shepherd" ,
"CHAR_Spider_Queen_VBlood": "Ungora the Spider Queen" ,
"CHAR_Cursed_ToadKing_VBlood": "The Duke of Balaton" ,
"CHAR_VHunter_Jade_VBlood": "Jade the Vampire Hunter" ,
"CHAR_Undead_ZealousCultist_VBlood": "Foulrot the Soultaker" ,
"CHAR_WerewolfChieftain_VBlood": "Willfred the Werewolf Chief" ,
"CHAR_ArchMage_VBlood": "Mairwyn the Elementalist" ,
"CHAR_Town_Cardinal_VBlood": "Azariel the Sunbringer" ,
"CHAR_Winter_Yeti_VBlood": "Terrorclaw the Ogre" ,
"CHAR_Harpy_Matriarch_VBlood": "Morian the Stormwing Matriarch" ,
"CHAR_Cursed_Witch_VBlood": "Matka the Curse Weaver" ,
"CHAR_BatVampire_VBlood": "Nightmarshal Styx the Sunderer" ,
"CHAR_Cursed_MountainBeast_VBlood": "Gorecrusher the Behemoth" ,
"CHAR_Manticore_VBlood": "The Winged Horror" ,
"CHAR_Paladin_VBlood": "Solarus the Immaculate" ,
"NoPrefabName": "VBlood Boss"
}
To configure the Auto Announce messages you must edit the configuration file that is in /BepInEx/config/Notify/auto_announcer_messages.json
[
[
"<color=#FFFFFF> Message 1 Line 1</color>",
"<color=#B22222><i>-Message 1 Line 2</i></color>",
"<color=#00FFFF>Message 1 Line 3</color>",
"<color=#FFFFFF>Message 1 Line 4</color>"
],
[
"Message 2 Line 1",
"Message 2 Line 2",
"Message 2 Line 3",
"Message 2 Line 4"
]
]
Each element of the array is a line that will paint the message system
If you configure several messages, the system will go through one by one for each of the configured messages each time the defined interval is met.
To configure the Message of the day you must edit the configuration file that is in /BepInEx/config/Notify/message_of_the_day.json
{
"<color=#FFFFFF>Hello <i>#user#</i> this is Message of the day Line 1</color>",
"<color=#B22222>Message of the day Line 2</color>",
"<color=#00FFFF>Message of the day Line 3</color>",
"<color=#FFFFFF>Message of the day Line 4</color>"
}
Each element of the array is a line that will paint the message system
The text string #user# is used to overwrite the name of the corresponding player(s)
If you want to do it by hand you just have to edit the /BepInEx/config/Notify/vbloodannounce_ignore_users.json file to add or remove players
{
"CharacterName": true,
"OtherCharacterName": true
}
If you need assistance you can ask in the discord V Rising Mod Community
For the development of this mod i have used parts of the code of: