Ranzeplay / MCGit

A backup plugin for Minecraft Spigot server

Home Page:https://www.spigotmc.org/resources/mcgit.78677/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCGit

A backup plugin for Minecraft Spigot server

Project Status

License Language GitHub commit activity GitHub last commit GitHub repo size GitHub issues GitHub tag (latest by date)

Build Status: Build status


Commands (with command completer):

  • Archive

    • /mcgit archive create to make a new archive and pack current game save into a zip file to backup directory

    • /mcgit archive view <[archive id]|ALL> to view details of a specific archive or all archives

    • /mcgit archive rollback to rollback server save to a specific version of your server save, changes will be applied on the next server startup

    • /mcgit delete to delete a specific archive forever

  • Collection

    • /mcgit collection create to create a archives collection to collate archives

    • /mcgit collection view <[collection id]|ALL> to view details of a specific collection or all collections

    • /mcgit collection delete to delete a collection

    • /mcgit collection addCommit to add a archive into a collection

    • /mcgit collection removeCommit to remove a archive from a collection

  • /mcgit gui to open a GUI contains all your up to 54 archives

  • /mcgit help to view command help

Dependencies:

None

How to use:

Just put it to your plugins directory

Q&A:

Q: How do I read backups, can it only be used in MCGit?

A: No, the backup will be saved as zip format, you can download or do anything with it directly.


Links:

About

A backup plugin for Minecraft Spigot server

https://www.spigotmc.org/resources/mcgit.78677/

License:MIT License


Languages

Language:Java 100.0%