diff --git a/README.md b/README.md index 1b50431..49ae439 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ # Textile Backup >Finally, a backup mod for fabric! -[![Downloads](http://cf.way2muchnoise.eu/full_*_downloads.svg) -![Available for](http://cf.way2muchnoise.eu/versions/*.svg)](https://www.curseforge.com/minecraft/mc-mods/*) +[![Downloads](http://cf.way2muchnoise.eu/full_359893_downloads.svg) +![Available for](http://cf.way2muchnoise.eu/versions/359893.svg)](https://www.curseforge.com/minecraft/mc-mods/textile-backup) Small, configurable, fully server-side backup mod for Fabric -Commands look like that: /backup [operation] +Commands look like that: /backup 'operation'. + Available operations are: + * 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! diff --git a/src/main/resources/assests/textile_backup/textile_backup.png b/src/main/resources/assests/textile_backup/textile_backup.png new file mode 100644 index 0000000..0499833 Binary files /dev/null and b/src/main/resources/assests/textile_backup/textile_backup.png differ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fda2337..f4755c6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,6 +14,7 @@ }, "license": "GPLv3", + "icon": "assets/textile_backup/textile_backup.png", "environment": "*", "entrypoints": {