Перейти к содержимому
Mineforgian

RestoreChunk

A plugin used to restore chunks from backups

Загрузки
1K
Подписчики
6
Обновлён
20 декабря 2025 г.
Лицензия
GPL-3.0-only

Опубликован 16 января 2024 г.

RestoreChunk

A plugin used to restore chunks from backups.

Usage

The main command used by the plugin is /restorechunk. To start, you first need to place the region file you want to restore from in the /plugins/RestoreChunk/$world$/region directory. You will then be able to use the command to restore the current chunk you're standing in.

Custom arguments

Custom arguments can be used with the restorechunk command to fine tune which blocks get restored.

i:/include:

Limits restored blocks to the given blocks.

Example: /restorechunk include:dirt,stone will only restore any missing dirt or stone in the chunk.

p:/predicate:

Allows you to use the blocks x, y, or z coordinate as a factor for whether it gets restored or not.

Example: /restorechunk p:y>70 will only restore blocks above y level 70.

Operator Description
> Greater than
< Lesser than
>= Great than or equal
<= Lesser than or equal
= Equals
% Modulo
& Bit mask

#preview

Allows you to preview the changes without altering the world. You can use /restorechunk apply to apply the changes you're previewing. There is currently no way to cancel a preview, other than walking away until the chunk is out of view distance.

#relight

Relights all adjacent chunks, useful if there are lightning issues at the chunk edge.

Permissions

There is currently only the restorechunk.command.restorechunk permission, used for the main command and given to operators by default.

Ченджлог

1.0.7+1.21.11Релиз1.21.11 · 20 декабря 2025 г.

This release of RestoreChunk adds support for 1.21.11.

1.0.7+1.21.10Релиз1.21.10 · 20 декабря 2025 г.

This release of RestoreChunk adds support for 1.21.10.

1.0.6Релиз1.21.6, 1.21.7, 1.21.8 · 2 августа 2025 г.
  • Add support for 1.21.5-8
1.0.5Релиз1.21.4 · 12 января 2025 г.
  • Updated for 1.21.4
1.0.4Релиз1.21.1 · 16 сентября 2024 г.
  • Updated for 1.21.1
1.0.3Релиз1.21 · 11 июля 2024 г.
  • Updated for 1.21
1.0.2Релиз1.20.5, 1.20.6 · 28 апреля 2024 г.
  • Updated to 1.20.5
1.0.1Релиз1.20.3, 1.20.4 · 23 января 2024 г.
  • Fixed support for Folia
  • Biomes will no longer default to plains when not present, they will remain unchanged instead
  • Removed the update inhabited option
  • Time spent on the main thread is now included in the 'time taken' in the feedback message

Комментарии

Загружаем…