hey, i have this code :
{whitelist::blocks::*} = dirt, stone
on block place:
if {whitelist::generator::*} contain event-block:
set {xGen.%player%} to x coordinate of event-block
set {yGen.%player%} to y coordinate of event-block
set {zGen.%player%} to z coordinate of event-block
add "%{xGen.%player%}%, %{yGen.%player%}%, %{zGen.%player%}%" to {generatorCoord::%player%::*}```
and i have an error in game that says: "Line 2: cant understand the value 'dirt, stone'"
so i tried to replace the = by a : that give me:
```variables:
{whitelist::blocks::*}: dirt, stone```
but it return me "{whitelist::blocks::*}: dirt, stone is not an entry (like 'name = value')
Problem is, i just cant understand thoses errors