README.md update
parent
6c064c1a4d
commit
db8d24e541
12
README.md
12
README.md
|
@ -1,17 +1,19 @@
|
||||||
# Textile Backup
|
# Textile Backup
|
||||||
>Finally, a backup mod for fabric!
|
>Finally, a backup mod for fabric!
|
||||||
|
|
||||||
[
|
[
|
||||||
](https://www.curseforge.com/minecraft/mc-mods/*)
|
](https://www.curseforge.com/minecraft/mc-mods/textile-backup)
|
||||||
|
|
||||||
Small, configurable, fully server-side backup mod for Fabric
|
Small, configurable, fully server-side backup mod for Fabric
|
||||||
|
|
||||||
Commands look like that: /backup [operation]
|
Commands look like that: /backup 'operation'.
|
||||||
|
|
||||||
Available operations are:
|
Available operations are:
|
||||||
|
|
||||||
* start - just starts backup
|
* start - just starts backup
|
||||||
* cleanup - forces cleanup procedure (deletes old backup according to config)
|
* cleanup - forces cleanup procedure (deletes old backups according to config)
|
||||||
|
|
||||||
All of above can only be done by server admins(permission level 4)
|
All of above can only be done by server admins(permission level 4) / player on single payer with cheats on
|
||||||
|
|
||||||
Feel free to use this mod in your modpack or on server!
|
Feel free to use this mod in your modpack or on server!
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.4 MiB |
|
@ -14,6 +14,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"license": "GPLv3",
|
"license": "GPLv3",
|
||||||
|
"icon": "assets/textile_backup/textile_backup.png",
|
||||||
|
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
|
|
Loading…
Reference in New Issue