Added
- Added
task_bar_delay
in the config to configure the frequency of the progress bar update.
Changed
- Optimized the
/fillhole
command to limit Out Of Memory errors when using large selections. - Changed the default values of
fill_hole_processed_cycle
andfill_hole_tick_cycle
.
Removed
- Removed the filtering phase in the
/fillhole
command. - Removed
filter_processed_cycle
andfilter_tick_cycle
from the config.
Changes:
- Modify the
fillhole
command to use Bukkit tasks, allowing larger region sizes without crashes. - Optimize the
fillhole
command for better performance. - Replace
max_valid_blocks
withmax_selection_size
for consistency.
Features:
- Add auto-reload for the configuration, with a
reload_delay
option (default: 5 minutes). - Add task control settings in the config:
filter_processed_cycle
filter_tick_cycle
fill_hole_processed_cycle
fill_hole_tick_cycle
- Add a progress bar to track the completion of the
fillhole
command.
- Initial release of the Fill Hole plugin.
- Introduced the
/fillhole <pattern>
command, allowing players to fill holes in selected regions with a specific pattern. - Added support for undoing the
/fillhole
command using WorldEdit's history system. - Added permission
fillhole.use
to use the command