GGs-DropTeleportBound icon

DropTeleportBound

Server-side V Rising mod that helps players handle teleport-bound items before using Vampire Waygates.

Last updated 12 hours ago
Total downloads 3
Total rating 0 
Categories Server Mods Oakveil Update
Dependency string GGs-DropTeleportBound-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.733.2 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.733.2
deca-VampireCommandFramework-0.11.0 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.11.0

README

DropTeleportBound

Server-side V Rising mod that helps players handle teleport-bound items before using Vampire Waygates.

Features

  • Server-side only.
  • Drops only items marked by the game as teleport-bound.
  • Supports manual dropping of teleport-bound items.
  • Supports optional auto-drop when waypoint teleport is blocked.
    • Auto-drop for teleport-bound items is still in beta and may not work perfectly in every situation.

Requirements

  1. BepInEx
  2. VampireCommandFramework

Installation

  1. Install the required dependencies.
  2. Place DropTeleportBound.dll into your server's BepInEx plugins folder.
  3. Start or restart the server.

Commands

Manual drop

  • .throw or .dropbound
    • Drops all teleport-bound items from your inventory.

Auto drop

  • .tpbound on

    • Enables automatic dropping of teleport-bound items when you press a waypoint and vanilla teleport is blocked.
    • Shortcut: .tpb on
  • .tpbound off

    • Disables automatic dropping of teleport-bound items.
    • Shortcut: .tpb off
  • .tpbound status

    • Shows your current auto-drop setting.
    • Shortcut: .tpb status

Credits

License

This project is licensed under the AGPL-3.0 license.

Notes