Vampire Command Framework

Vampire Command Framework

Platforms : Windows, PlayStation
Add-on date : March 20, 2024
  1. 5
  2. 4
  3. 3
  4. 2
  5. 1
(784 vote, Rating: 4.8 out of 5)
Download

Vampire Command Framework Mod for V Rising

Details :

Vampire Command Framework: Empower Your Server with Custom Commands

The Vampire Command Framework is a powerful tool designed for server operators and plugin developers alike, offering a comprehensive command framework for creating universal commands with ease.

For Server Operators:

  • Installation: Simply install the framework into the BepInEx/plugins folder and keep it up to date. It serves as a required component for other plugins that utilize commands.
  • Future Configurations: Expect more universal configurations in the future to manage commands across multiple plugins efficiently.

For Plugin Developers:

How to Use:

  1. Add a reference to the plugin:
    dotnet add package VRising.VampireCommandFramework
  2. Set the plugin as a dependency in your plugin class:
    [BepInDependency("gg.deca.VampireCommandFramework")]
  3. Register your plugin when loading is complete:
    CommandRegistry.RegisterAll()
  4. Write commands:
  5. [Command("foo")]
    public void Foo(ICommandContext ctx, int count, string orValues = "with defaults", float someFloat = 3f) 
        => ctx.Reply($"You'd do stuff here with your parsed {count} and stuff");

Middleware:

Commands execute through a pipeline of middleware, allowing for customization and additional functionality. You can add your middleware by implementing the ICommandMiddleware interface and adding it to the CommandRegistry.Middlewares list. This enables you to implement features like cooldowns, permissions, logging, and more.

Empower your server with custom commands and streamline your administrative tasks using the Vampire Command Framework!

Download :

FAQs :

  • Are mods allowed in V Rising?

    Yes, there is a limited amount of mods available for V Rising.

  • Is V Rising a horror game?

    No, V Rising is not a horror game. It is an open-world survival game where players take on the role of a vampire building their castle and managing their minions in a dark fantasy setting.

  • Is V Rising complete?

    While V Rising remains in a state of continuous evolution, the highly anticipated 1.0 Update, scheduled for release in the second quarter of 2024, represents a significant stride towards the game's ultimate vision. This milestone signifies the integration of player feedback and the fulfillment of the developers' original design, ushering in a comprehensive gaming experience.

  • What is the highest level in V Rising?

    The maximum Gear Score in V Rising is 80, although certain bonuses can push it to 81. After this, progress depends on strategy and skill.

  • Is V Rising better solo or multiplayer?

    V Rising offers a fulfilling experience in both solo and multiplayer modes. Solo play provides ample content and an immersive atmosphere. For those preferring to avoid PvP interactions, PvE servers offer a toxicity-free environment, where occasional encounters with other players contribute to a lively world without obligatory interaction.

Leave a Reply

Your email address will not be published. Required fields are marked *