Duplicate Messages
DSMister opened this issue ยท 2 comments
[
{
"area": "spawn",
"message": "You can't break a block in spawn!",
"result": "deny"
}
]
This line of code, found in the leftclicks.json folder, results in duplicate message, as shown below.
The same thing happens with a right click command:
[
{
"area": "spawn",
"block": "luphieclutteredmod:blue_birdhouse",
"message": "This house is too small for you to fit into."
}
]
The result is the same: duplicate message. Here is the area.json folder:
[
{
"dimension": "minecraft:overworld",
"name": "spawn",
"type": "box",
"x": 29,
"y": 64,
"z": -166,
"dimx": 50,
"dimy": 300,
"dimz": 50
}
]