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

If you had the previous version installed, you must delete the configuration files for the server and restart the server.
For the correct functioning of this mod you must have the following dependencies installed on your server:
2.0.3
2.0.2
2.0.0
1.0.2
1.0.2
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 | 1 |
| Config | In Combat |
Allows tp to be used when a player is in combat | true |
| Config | Dracula Room |
Allows you to create waypoints or tp from Dracula's room | false |
| Config | CoolDown |
Time in seconds for teleportation to cooldown | 20 |
## Settings file was created by plugin BloodyPoints v2.0.2
## Plugin GUID: BloodyPoints
[Config]
## Set a waypoint limit per user.
# Setting type: Int32
# Default value: 1
Waypoint Limit = 1
## Allows you to uses tp when in combat
# Setting type: Boolean
# Default value: true
In Combat = true
## Allows you to create waypoints or tp from Dracula's room
# Setting type: Boolean
# Default value: false
Dracula Room = false
## Time in seconds for teleportation to cooldown
# Setting type: Int32
# Default value: 20
CoolDown = 20
| COMMAND | DESCRIPTION |
|---|---|
.help bloodypoint |
Command that returns all available commands |
.blp wpg <Name> (Only Admins) |
Creates the specified global waypoint. |
.blp rmg <Name> (Only Admins) |
Removes the specified global waypoint. |
.blp 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. |
.blp wp <Name> |
Creates the specified personal waypoint. |
.blp rm <Name> |
Removes the specified personal waypoint. |
.blp tp <Name> |
Teleports you to the specific waypoint. |
.blp l |
Lists waypoints available to you |