Skip to content

Commit

Permalink
Fixed the README
Browse files Browse the repository at this point in the history
  • Loading branch information
MehradN authored Apr 25, 2023
1 parent ed27edb commit c6987bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ This Minecraft mod improves the backup system. (Automatic backups, GUI, etc.)
### Command
#### /rollback list
Shows a list of the automated backups available for this world.
#### /rollback create [<name>]
#### /rollback create [\<name\>]
Creates an automated backup. You can provide a name for the said backup. The name must be wrapped in quotations `"` if it consists of multiple worlds. It can be at most 32 characters long.
#### /rollback delete ("latest"/"oldest"/<index>)
#### /rollback delete ("latest"/"oldest"/\<index\>)
Deletes the corresponding backup. If "latest" or "oldest" is provided, the latest/oldest backup gets deleted. If an index is provided, the backup with that index gets deleted.
#### /rollback config (<option>) (<value>)
#### /rollback config (\<option\>) (\<value\>)
Changes the configuration, similar to the `/gamerule` command.

0 comments on commit c6987bb

Please sign in to comment.