Skip to content

Commit d95c182

Browse files
authored
Version 1.0.2
1 parent 794563a commit d95c182

File tree

1 file changed

+28
-18
lines changed

1 file changed

+28
-18
lines changed

README.md

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -139,19 +139,21 @@ An advanced achievement system that tracks player progress for various task type
139139
A comprehensive area protection and backup system that allows players to create protected zones with automatic backups, undo/redo functionality, and advanced visualization features. Perfect for servers that need reliable area management with rollback capabilities.
140140

141141
### Core Features:
142+
- **Enhanced GUI System:** Comprehensive graphical interface with main menu, area management with creation wizard, advanced backup management with visual timeline, permission and trust management interfaces, visualization controls, and administrative tools
142143
- **Area Protection:** Create protected areas with position selection using wooden hoe tool
143144
- **Automatic Backups:** Scheduled backups with configurable intervals and retention policies
144145
- **Manual Backups:** Create backups on demand for important moments
145146
- **Undo/Redo System:** Full undo/redo functionality for area changes with history tracking
146-
- **Restoration System:** Restore areas to any previous backup state with preview functionality
147+
- **Advanced Restoration:** Restore areas to any previous backup state with preview functionality and time-based rollback
147148
- **Permission System:** Owner and trusted player system with granular permissions
148-
- **GUI Interface:** User-friendly inventory-based GUI for area and backup management
149149
- **Visualization:** Particle-based area boundary visualization with customizable effects
150-
- **Interval Restoration:** Automatic restoration on configurable intervals for specific uses
150+
- **Import/Export:** Export and import area data for portability, including WorldEdit schematic export
151+
- **WorldEdit Integration:** Enhanced functionality if WorldEdit is present
151152
- **Block State Support:** Full support for containers with contents (chests, barrels, etc.), signs with text, banners with patterns, and all complex block states
152-
- **Rollback System:** Time-based rollback functionality (e.g., restore to 2 hours ago)
153-
- **Preview System:** Preview backup states before restoration with particle effects
154153
- **Database Storage:** Persistent storage with file-based backup system
154+
- **Custom Icons:** Set custom icons for areas and backups
155+
- **Interval Management:** Automatic backup intervals and restoration scheduling
156+
- **Change Detection:** Scan for changes since last backup with comparison tools
155157

156158
### Getting Started:
157159
1. **Selection:** Use a wooden hoe to select two corners of your area (left-click pos1, right-click pos2)
@@ -163,6 +165,8 @@ A comprehensive area protection and backup system that allows players to create
163165

164166
| Command | Description |
165167
|---------|-------------|
168+
| `/rewind` | Open the AreaRewind management GUI |
169+
| `/rewind tool` | Get the area selection tool (wooden hoe) |
166170
| `/rewind pos1` | Set position 1 to block you're looking at |
167171
| `/rewind pos2` | Set position 2 to block you're looking at |
168172
| `/rewind save <name>` | Create protected area with current selection |
@@ -172,32 +176,38 @@ A comprehensive area protection and backup system that allows players to create
172176
| `/rewind backup <area>` | Create manual backup of an area |
173177
| `/rewind restore <area> <backup_id/latest/oldest>` | Restore area from backup |
174178
| `/rewind undo <area>` | Undo last change to area |
175-
| `/rewind redo <area>` | Redo last undone change |
176179
| `/rewind history <area> [page]` | View backup history with pagination |
177180
| `/rewind rollback <area> <time>` | Rollback to specific time (e.g., 2h, 30m, 1d) |
178-
| `/rewind preview <area> <backup_id>` | Preview backup with particles |
181+
| `/rewind preview <area> [backup_id] [particle_type]` | Preview backup with particles |
179182
| `/rewind show <area>` | Visualize area boundaries |
180-
| `/rewind gui` | Open graphical interface |
183+
| `/rewind hide [area]` | Hide area visualization |
184+
| `/rewind trust <area> <player>` | Add trusted player to area |
185+
| `/rewind untrust <area> <player>` | Remove trusted player from area |
186+
| `/rewind export` | Export area's latest backup to WorldEdit .schem file |
181187

182188
### Administrative Commands:
183189

184190
| Command | Description |
185191
|---------|-------------|
192+
| `/rewind reload` | Reload plugin configuration |
186193
| `/rewind delete <area>` | Delete area and all its backups |
187194
| `/rewind rename <old_name> <new_name>` | Rename an area |
195+
| `/rewind expand <area> <direction> <amount>` | Expand area in specified direction |
188196
| `/rewind contract <area> <direction> <amount>` | Shrink area in specified direction |
189-
| `/rewind trust <area> <player>` | Add trusted player to area |
190-
| `/rewind untrust <area> <player>` | Remove trusted player from area |
191-
| `/rewind permissions <area>` | View area permissions and trusted players |
197+
| `/rewind permission <add/remove/list> <area> [player]` | Manage area permissions |
198+
| `/rewind seticon <area> <material>` | Set custom icon for area |
199+
| `/rewind seticon backup <area> <backup_id> <material>` | Set custom icon for specific backup |
192200
| `/rewind cleanup <area> [days]` | Clean up old backups (default: 7 days) |
193201
| `/rewind scan <area>` | Scan for changes since last backup |
194-
| `/rewind diff <area> <id1> <id2>` | Compare two backups |
195-
| `/rewind interval <area> <minutes> <backup_id>` | Set auto-restore interval |
196-
| `/rewind particle <name>` | Set particle type for visualizations |
197-
| `/rewind status` | Show plugin status and statistics |
198-
| `/rewind reload` | Reload plugin configuration |
199-
200-
**Aliases:** `/ar`, `/arearewind`**Tool:** Wooden Hoe for area selection
202+
| `/rewind diff <area> <id1> <id2>` | Compare two backups and show differences |
203+
| `/rewind interval <set/remove/check> <area> [minutes] [backup_id]` | Manage automatic backup intervals |
204+
| `/rewind restoreblock <area> <backup_id/latest/oldest> [world]` | Restore area from backup (for command blocks and console) |
205+
| `/rewind status` | Show system status and statistics |
206+
| `/rewind help` | Show help information |
207+
208+
**Aliases:** `/ar`, `/arearewind`
209+
**Tool:** Wooden Hoe for area selection
210+
**Command Aliases:** Most commands support shortened versions (e.g., `perm` for `permission`, `tp` for `teleport`, `compare` for `diff`)
201211

202212
## **Piston Crusher**
203213

0 commit comments

Comments
 (0)