Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate Messages #424

Open
DSMister opened this issue May 16, 2024 · 2 comments
Open

Duplicate Messages #424

DSMister opened this issue May 16, 2024 · 2 comments

Comments

@DSMister
Copy link

[
  {
    "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
Copy link
Collaborator

McJty commented May 17, 2024

Hmm I cannot reproduce this at all. What version?

@McJty
Copy link
Collaborator

McJty commented May 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants