
V Rising
You are viewing a potentially older version of this package. View Latest Version

FinishZone is a server-side V Rising mod that allows administrators to create finish zones for events such as races, mazes, or puzzles, and includes commands for manually giving reward sets to players.
FinishZone.dll into your server's BepInEx plugins folder..finish add <id> <radius>finishzones.json if you want to customize rewards, messages, or vertical settings..finish reload or restart the server after making file changes.LoopIntervalSeconds in finishzones.json. Use 0.2–1.0 for precision-based activities and 1.0–2.0 for less precision-sensitive activities.finish_log.csv.AdminAuth users do not trigger finish zones. Please use AdminDeAuth before testing..finishers or .winners
.finish add <id> <radius>
.finish update <id> <radius>
.finish remove <id>
.finish reload
.finish list
.finish on <id>
.finish off <id>
.finish enable
.finish disable
.rewards add <setname> <prefabguid> <amount>
.rewards remove <setname>
.rewards give <setname> [player]
.rewards reload
.rewards list
After the first server start, the following files will be created:
BepInEx/config/FinishZone/finishzones.jsonBepInEx/config/FinishZone/finish_log.csvBepInEx/config/FinishZone/rewards.jsonBepInEx/config/FinishZone/rewards_log.csvExample:
{
"ModEnabled": true,
"LoopIntervalSeconds": 1,
"Zones": {
"The Maze": {
"Position": [
-424.5694,
9.700005,
-312.78476
],
"Radius": 5,
"VerticalLimit": 1,
"Message": "Find the way to the top of the castle! Type .tp 1 to join",
"RewardPrefab": 576389135,
"RewardName": "Greater Stygian Shards",
"RewardAmount": 1000,
"ZoneEnabled": true
}
}
}
Example:
{
"Winner": [
{
"Item": -1461326411,
"Amount": 20
},
{
"Item": -1021407417,
"Amount": 20
}
],
"Potion": [
{
"Item": 429052660,
"Amount": 10
},
{
"Item": 800879747,
"Amount": 10
}
]
}
This project is licensed under the AGPL-3.0 license.
- This mod was first made for my own server and originally ran through KindredCommands. It has now been separated into a standalone mod so that everyone can use it.
- If you have any problems or run into bugs, please report them to me in the V Rising Modding Community Del (delta_663)