Added chat command

master
benamaurer 2021-05-20 17:29:57 -05:00
parent 90d0d72632
commit 8362b36f25
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"display": {
"icon": {
"item": "minecraft:spruce_door"
},
"title": "Secret Club",
"description": "What's the password?",
"frame": "challenge",
"hidden": true,
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"say_the_password": {
"trigger": "impossible"
}
}
}