From 360a06a4e32ab17ecb0444197e679479d64c1df9 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Fri, 13 May 2022 12:30:30 +0200 Subject: [PATCH] Regenerate settingtypes & readme --- Readme.md | 20 +++++++++++++++++--- settingtypes.txt | 12 ++++++++++-- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index c3f2eda..2785017 100644 --- a/Readme.md +++ b/Readme.md @@ -17,7 +17,21 @@ Uses the new modlib configuration system. ### `entities` -Also check for entities standing there +Check for entities + +* Type: boolean +* Default: `true` + +### `nodes` + +Check for nodes + +* Type: boolean +* Default: `true` + +### `players` + +Check for players * Type: boolean * Default: `true` @@ -28,8 +42,8 @@ Search radius for entities & players * Type: number * Default: `10` -* > 0 -* <= 100 +* > `0` +* <= `100` ### `test` diff --git a/settingtypes.txt b/settingtypes.txt index 0cf8664..4267e50 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -1,6 +1,14 @@ -# Also check for entities standing there +# Check for entities disable_build_where_they_stand.entities (Disable build where they stand Entities) bool true + +# Check for nodes +disable_build_where_they_stand.nodes (Disable build where they stand Nodes) bool true + +# Check for players +disable_build_where_they_stand.players (Disable build where they stand Players) bool true + # Search radius for entities & players -disable_build_where_they_stand.search_radius (Disable build where they stand Search radius) float 10 +disable_build_where_they_stand.search_radius (Disable build where they stand Search radius) float 10 0.000000 100.000000 + # Enable debug mode (visualization of boxes) disable_build_where_they_stand.test (Disable build where they stand Test) bool false \ No newline at end of file