-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated project description, README, screenshots and language file.
- Loading branch information
Showing
5 changed files
with
10 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters