2020-01-07 13:03:29 +01:00
|
|
|
mapcleaner
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
A mod for [minetest](http://www.minetest.net)
|
|
|
|
|
|
|
|
![](https://github.com/thomasrudin-mt/mapcleaner/workflows/luacheck/badge.svg)
|
|
|
|
|
|
|
|
# Overview
|
|
|
|
|
|
|
|
Removes unprotected map chunks on an online server
|
|
|
|
|
2020-01-07 13:07:41 +01:00
|
|
|
# Rationale
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
# Process
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
2020-01-07 13:03:29 +01:00
|
|
|
# Protected nodes
|
|
|
|
|
|
|
|
List of protected nodes:
|
|
|
|
|
|
|
|
```
|
|
|
|
protector:protect
|
|
|
|
protector:protect2
|
|
|
|
travelnet:travelnet
|
|
|
|
xp_redo:protector
|
|
|
|
priv_protector:protector
|
|
|
|
default:chest_protected
|
|
|
|
bones:bones
|
|
|
|
```
|
|
|
|
|
|
|
|
# Safety range
|
|
|
|
|
|
|
|
* Player distance: 5*80 blocks
|
|
|
|
* For a chunk to be removed all surrounding chunks have to be unprotected
|
|
|
|
|
2020-01-07 13:07:41 +01:00
|
|
|
# Settings
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
2020-01-07 13:03:29 +01:00
|
|
|
# License
|
|
|
|
|
|
|
|
MIT
|