Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
RestoreIt
PluginMIT

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.

140
Downloads
2
Followers
8 months ago
Updated
📦
1
Versions
managementtechnologyutilitypaperpurpur
Download Latestv1.0View on Modrinth

📖About 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

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

Requirements

  • Minecraft: 1.20+ (Paper/Purpur)
  • WorldEdit: 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:

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)

👥 Team & Contributors

defectivevortex
defectivevortexOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpur
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+8 more

🔗 Links

Modrinth Page