v rising console commands

v rising console commands

In V Rising, console commands can be used to modify gameplay, spawn items, and troubleshoot issues. Here’s a detailed guide on using console commands, including a table of common commands.

How to Enable Console Commands

  1. Open the Console:
    • Press the ~ key (tilde) or \ key to open the console.
  2. Enable Commands:
    • Type adminauth and press Enter to enable admin commands. This requires you to be an administrator on the server.

Common Console Commands

CommandDescriptionUsage
adminauthGrants admin privileges to the player.adminauth
admindeauthRevokes admin privileges from the player.admindeauth
give [ItemID] [Amount]Gives the specified amount of an item to the player.give [ItemID] [Amount]
spawn [EntityID] [Amount]Spawns a specified number of entities (NPCs, creatures) at the player’s location.spawn [EntityID] [Amount]
teleportTeleports the player to a specified location or another player.teleport [x] [y] or teleport [PlayerName]
kick [PlayerName]Kicks the specified player from the server.kick [PlayerName]
ban [PlayerName]Bans the specified player from the server.ban [PlayerName]
unban [PlayerName]Unbans a previously banned player.unban [PlayerName]
listplayersLists all players currently connected to the server.listplayers
settime [Hour]Sets the in-game time to the specified hour.settime [Hour]
saveForces the server to save the game state.save
reloadReloads the server settings and scripts.reload

Detailed Command Descriptions

adminauth / admindeauth

  • Description: These commands grant or revoke admin privileges, allowing the player to use other admin commands.
  • Usage: Type adminauth to gain admin access and admindeauth to revoke it.

give [ItemID] [Amount]

  • Description: Gives the player a specified amount of an item.
  • Usage: Type give 5001 10 to give the player 10 units of the item with ID 5001.

spawn [EntityID] [Amount]

  • Description: Spawns a specified number of entities (NPCs, creatures) at the player’s location.
  • Usage: Type spawn 1001 5 to spawn 5 entities with ID 1001.

teleport [x] [y] / teleport [PlayerName]

  • Description: Teleports the player to specified coordinates or to another player.
  • Usage: Type teleport 123 456 to teleport to coordinates (123, 456) or teleport PlayerName to teleport to another player.

kick [PlayerName]

  • Description: Kicks the specified player from the server.
  • Usage: Type kick PlayerName to remove a player from the server.

ban [PlayerName]

  • Description: Bans the specified player from the server.
  • Usage: Type ban PlayerName to ban a player.

unban [PlayerName]

  • Description: Unbans a previously banned player.
  • Usage: Type unban PlayerName to allow a banned player to rejoin the server.

listplayers

  • Description: Lists all players currently connected to the server.
  • Usage: Type listplayers to see all connected players.

settime [Hour]

  • Description: Sets the in-game time to the specified hour.
  • Usage: Type settime 15 to set the in-game time to 3 PM.

save

  • Description: Forces the server to save the game state.
  • Usage: Type save to manually save the game.

reload

  • Description: Reloads the server settings and scripts.
  • Usage: Type reload to refresh server settings.

Leave a Comment