Fix schema

master
Lars Mueller 2022-05-13 12:31:44 +02:00
parent 360a06a4e3
commit 0628dca4e4
1 changed files with 11 additions and 2 deletions

View File

@ -1,15 +1,24 @@
return {
type = "table",
entries = {
players = {
type = "boolean",
description = "Check for players",
default = true
},
entities = {
type = "boolean",
description = "Also check for entities standing there",
description = "Check for entities",
default = true
},
nodes = {
type = "boolean",
description = "Check for nodes",
default = true
},
search_radius = {
type = "number",
description = "Search radius for entities & players",
values = set,
range = {min_exclusive = 0, max = 100},
int = false,
infinity = false,