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

1.0.0
Once the mod is installed, a configuration file will be created in the server folder \BepInEx\config where you can configure the maximum number of waypoints per user allowed
BloodyPoints.cfg
| SECTION | PARAM | DESCRIPTION | DEFAULT |
|---|---|---|---|
| Config | Waypoint Limit |
Set a waypoint limit per user.s | 1 |
## Settings file was created by plugin BloodyPoints v1.0.0
## Plugin GUID: BloodyPoints
[Config]
## Set a waypoint limit per user.
# Setting type: Int32
# Default value: 1
Waypoint Limit = 1
| COMMAND | DESCRIPTION |
|---|---|
.help bp |
Command that returns all available commands |
.bp wpg <Name> (Only Admins) |
Creates the specified global waypoint. |
.bp rmg <Name> (Only Admins) |
Removes the specified global waypoint. |
.bg tpp <Name> <PlayerName/all> (Only Admins) |
Teleports player to the specific waypoint. If we type "all" instead of the player's name it will teleport all online players to the specified point. |
.bg wp <Name> |
Creates the specified personal waypoint. |
.bg rm <Name> |
Removes the specified personal waypoint. |
.bg tp <Name> |
Teleports you to the specific waypoint. |
.bg l |
Lists waypoints available to you |