Skip to content

Commit

Permalink
Updated project description, README, screenshots and language file.
Browse files Browse the repository at this point in the history
  • Loading branch information
MehradN committed Apr 21, 2023
1 parent f68ebde commit a6aad55
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 33 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Rollback
This Minecraft mod will take automatic backups of your single-player world and will allow you to roll back to them using the GUI. <br>
**Currently at pre-release state**
This Minecraft mod adds a lot of useful features to the backup system (such as automatic backups and GUI).
- Rolling back to a backup using in-game GUI
- Creating backups using commands
- Automated backups

### Screenshots
![Rollback Screen](https://raw.githubusercontent.com/MehradN/Rollback/master/screenshots/RollbackScreen.png)

Check out the [Gallery](https://github.com/MehradN/Rollback/tree/master/screenshots) for more screenshots and explanations about navigating and using the mod.

### Command
#### /rollback list
Will show a simple list of all the backups available for this world.
Shows a list of the automated backups available for this world.
#### /rollback create
Creates an automated backup
#### /rollback delete
Takes an index and deletes that backup. This version of this command requires a restart every time you change the "Maximum Backups Per World" option, to work properly. <br>
It can also take the "latest" and "oldest" which will delete the latest/oldest backup.
#### /rollback delete *value*
Takes a value and deletes the corresponding backup. If the value is "latest" or "oldest" the latest/oldest backup gets deleted. If the value is a number, the backup with that index gets deleted.

Binary file modified screenshots/AlteredEditWorldScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 0 additions & 22 deletions screenshots/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/assets/rollback/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rollback.button": "Rollback",
"rollback.createBackup.failed": "Failed to create a rollback backup",
"rollback.createBackup.success": "Created a rollback backup successfully",
"rollback.deleteBackup.failed": "Failed to delete a rollback backup",
"rollback.deleteBackup.failed": "Failed to delete the rollback backup",
"rollback.deleteBackup.success": "Deleted the backup successfully",
"rollback.editWorld.button": "Backups & Rollback",
"rollback.editWorld.recreateButton": "Re-Create World",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "rollback",
"version": "${version}",
"name": "Rollback",
"description": "This mod will take automatic backups of your single-player world and will allow you to roll back to them using the GUI.",
"description": "This mod adds a lot of features to the backup system, useful for both servers and single-player worlds.",
"authors": [
"Mehrad Nayyeri"
],
Expand Down

0 comments on commit a6aad55

Please sign in to comment.