Mirror Sync Reforged

A plugin to sync survival server world to the mirror server

management

Installation command

!!MCDR plugin install mirror_sync_reforged

Author

Synced at

...

Last update

...

Latest version

Total downloads

894

Back to catalogue

MirrorSyncReforged

English | 中文

A plugin to sync survival server world to the mirror server

Reforged from MirrorSync

Remember to put it in the mirror server

Configure

Configure file: config/mirror_sync_reforged/config.json

permission_level

Default value: 4

The minimum permission level to use the command

survival_server_path

Default value: ../survival/server

The path to the survival server (source)

mirror_server_path

Default value: ./server

The path to the mirror server (destination)

world_names

Default value: ['world']

World list to sync

For Vanilla servers: ["world"]

For Spigot servers: ['world', 'world_nether', 'world_the_end']

count_down

Default value: 10

The countdown after executing !!mirror confirm

backup

Default value: false

If enabled, QuickBackupM is required

A backup of the mirror server will be created by QuickBackupM before syncing the world

ignore_session_lock

If enabled, session.lock file will be ignored when copying the world

Example

File structure:

root/
    survival_mcdr/
        plugins/
        server/
            world/
            minecraft_server.jar
        ...
    mirror_mcdr/
        config/
            mirror_sync_reforged/
                config.json
        plugins/
            mirror_sync_reforged.mcdr
        server/
            world/
            minecraft_server.jar
        ...
    ...

then survival_server_path should be ../survival_mcdr/server and mirror_server_path should be ./server

Commands

!!mirror: Display help message

!!mirror sync: Sync worlds

!!mirror confirm: Use after execute back to confirm sync execution

!!mirror abort: Abort syncing at anytime

!!mirror reload: Reload config file

Introduction source: README.md