RestoreIt

Allows easy restoration of selected areas to previous states. Perfect for PvP servers, minigame servers, and build competitions where you need to quickly reset areas.

184

RestoreIt

RestoreIt

A Minecraft plugin for arena snapshot creation and restoration

RestoreIt allows server administrators to easily create snapshots of arenas and restore them back to previous states. Perfect for PvP servers, minigame servers, and build competitions where you need to quickly reset areas.

Features

- Compressed Storage: Create and manage arenas using WorldEdit selections - Compressed Storage: Take snapshots of arenas and store them efficiently - Compressed Storage: Restore arenas to any previous snapshot - Compressed Storage: Non-blocking operations that won't lag your server - Compressed Storage: Efficient storage using Sponge Schematic format

Requirements

- Java: 1.20+ (Paper/Purpur) - Java: 7.2.0+ (Required) - Java: 17+

Installation

1. Download the latest release 2. Place the JAR file in your `plugins` folder 3. Make sure WorldEdit is installed 4. Restart your server 5. Configure settings in `plugins/RestoreIt/config.yml`

Quick Start

1. Select an area with WorldEdit: ``` //wand //pos1 //pos2 ```

2. Create an arena: ``` /restoreit arena create <arena_name> ```

3. Take a snapshot: ``` /restoreit snapshot <arena_name> <snapshot_name> ```

4. Restore the arena: ``` /restoreit restore <arena_name> <snapshot_name> ```

Commands

All commands start with `/restoreit` (aliases: `/ri`, `/restore`)

Arena Commands

- `/restoreit arena create <name>` - Create arena from WorldEdit selection - `/restoreit arena delete <name>` - Delete an arena - `/restoreit arena list` - List all arenas - `/restoreit arena info <name>` - Show arena details

Snapshot Commands

- `/restoreit snapshot <arena> <name> [description]` - Create a snapshot - `/restoreit list [arena]` - List snapshots - `/restoreit info <arena> <snapshot>` - Show snapshot details

Restoration Commands

- `/restoreit restore <arena> <snapshot>` - Restore arena to snapshot - `/restoreit status` - Check active operations

Permissions

- `restoreit.use` - Basic command access (default: everyone) - `restoreit.arena.create` - Create arenas (default: ops) - `restoreit.arena.delete` - Delete arenas (default: ops) - `restoreit.snapshot.create` - Create snapshots (default: ops) - `restoreit.snapshot.restore` - Restore arenas (default: ops) - `restoreit.*` - All permissions (default: ops)

Configuration

Main settings in `plugins/RestoreIt/config.yml`:

```yaml performance: max-arena-size: 1000000 # Max blocks per arena max-snapshots-per-arena: 10 # Max snapshots before cleanup async-operations: true # Use async operations max-concurrent-restores: 5 # Max simultaneous restores

storage: compression-enabled: true # Compress snapshots compression-level: 6 # Compression level (0-9) ```

Support

- Report bugs and issues on GitHub - Contact @defectivevortex on Discord for support (faster support)

ADS