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
- Open the Console:
- Press the
~
key (tilde) or\
key to open the console.
- Press the
- Enable Commands:
- Type
adminauth
and pressEnter
to enable admin commands. This requires you to be an administrator on the server.
- Type
Common Console Commands
Command | Description | Usage |
---|---|---|
adminauth | Grants admin privileges to the player. | adminauth |
admindeauth | Revokes 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] |
teleport | Teleports 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] |
listplayers | Lists all players currently connected to the server. | listplayers |
settime [Hour] | Sets the in-game time to the specified hour. | settime [Hour] |
save | Forces the server to save the game state. | save |
reload | Reloads 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 andadmindeauth
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) orteleport 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.