McJtyMods / InControl

Be In Control of Mob Spawns and others
MIT License
43 stars 16 forks source link

Duplicate Messages #424

Open DSMister opened 1 month ago

DSMister commented 1 month 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. image

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
  }
]
McJty commented 1 month ago

Hmm I cannot reproduce this at all. What version?

McJty commented 1 month ago

Ah nm. I can reproduce this in survival Just not in creative