We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ { "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 } ]
The text was updated successfully, but these errors were encountered:
Hmm I cannot reproduce this at all. What version?
Sorry, something went wrong.
Ah nm. I can reproduce this in survival Just not in creative
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: