You are viewing a potentially older version of this package. View all versions.
odjit-KindredArenas-1.0.0 icon

KindredArenas

KindredArenas is a server modification for V Rising PvP servers. The function is to keep all players PvP protected except in designated Arenas.

Date uploaded 2 years ago
Version 1.0.0
Download link odjit-KindredArenas-1.0.0.zip
Downloads 353
Dependency string odjit-KindredArenas-1.0.0

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.10.3 icon
deca-VampireCommandFramework

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

Preferred version: 0.10.3

README

KindredArenas for V Rising

KindredArenas is a server modification for V Rising PvP servers. The function is to keep all players PvP protected except in designated Arenas.

Also, thanks to the V Rising modding and server communities for ideas and requests!

Commands

  • .arena (on/off)
    • turns on or off all arenas
  • .arena create (Name) (radius)
    • makes a PvP arena centered at your location with the specified name and radius size
    • Example: .arena create Test 10
    • Shortcut: .arena add
  • .arena remove (name)
    • deletes a named arena
    • Example: .arena remove Test
    • Shortcut: .arena delete
  • .arena list
    • Lists all PvP arenas with details
  • .arena center (name)
    • changes the center of a PvP arena to your current position
    • Example: .arena center Test
  • .arena radius (name) (radius)
    • changes the radius of a PvP arena to the amount specified. If the (radius) field is left blank, it will change the radius to the different between the center position and your new current position.
    • Example: .arena radius Test 10
    • Example 2: .arena radius Test (this one will set the radius edge to your current position)
  • .arena enable (name)
    • Enables a specified PvP arena
    • Example: .arena enable Test
  • .arena disable (name)
    • Disables a specified PvP arena
    • Example: .arena disable Test
  • .arena teleport (name)
    • Teleports you to the center of the named PvP arena
    • Example: .arena teleport Test
    • Shortcut: .arena tp

Eventual To-Do

  • make the opposite happen- pvp everywhere except for safe zones.
  • make non-circle shaped arenas.

CHANGELOG

1.4.0

  • Updated for Oakveil

1.3.0

  • added options for setting regions to PvE/PvP

1.2.0

  • Updated for V Rising 1.0

1.1.1

  • Changed notification of entering/exiting zones to be hooked to zones themselves instead of the protection buff.

1.1.0

  • added Elysium commands for the case of world pvp on and safety zones.
  • added PvPtime scheduling for changing between Arena and Elysium functionality.
  • Fixed an error on new map with first player loading.

1.0.0

  • Initial Release