⌨️Useful Commands

Realistic Survival

Player Commands

Normal players and admins can run these commands.


Commands
Permissions
Descriptions
/cr

This command will open up a menu, where players can customize their Direction HUD.

/weight

This command shows the weight of the current item the player is holding.


Admin Commands

Admins should be able to run these commands if they have the permission.


Commands
Permissions
Descriptions
/rsv give <player> <item_name>
Example: /rsv give Alex123 wooden_battleaxe
realisticsurvival.command.give

This command can give custom items to a specific player. Player: must be an online player Item name: must be an available item

/rsv temperature <player> <value>
Example: /rsv temperature Alex123 15
realisticsurvival.command.temperature

This command can set a specific player's temperature to a new value.

Player: must be an online player Value: must be a positive integer, can be anything between 0 and 25

/rsv thirst <player> <value>
Example: /rsv thirst Alex123 10
realisticsurvival.command.thirst

This command can set a specific player's thirst level to a new value. Player: must be an online player Value: must be a positive integer, can be anything between 0 and 20

/disasters start <disaster> [level] [player] [broadcast]
Example: /disasters start acidstorm 1 Alex123 true
* (needs operator)

This command can start a deadly disaster with a specific level at random coordinates or at a player.

Disaster: must be an available disaster Level: must be a positive integer, can be anything between 1 and 6 -> What level should the disaster be Player: must be an online player, if not selected the disaster will randomly spawn Broadcast: can be true or false -> If the disaster should be broadcasted


Last updated