Open DSMister opened 6 months ago
[ { "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 } ]
Hmm I cannot reproduce this at all. What version?
Ah nm. I can reproduce this in survival Just not in creative
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:
The result is the same: duplicate message. Here is the area.json folder: