Skip to content

Commit

Permalink
20241222_080X: 変更
Browse files Browse the repository at this point in the history
### 変更
先ほどのコミットを元に戻した
  • Loading branch information
Yon4800 committed Dec 21, 2024
1 parent 0427596 commit e9f92c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions LDNS_cursed_addon_BP/functions/toggle_random_chat.mcfunction
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
tag @a[tag=ldns_no_chat] add ldns_temp1
tag @a[tag=!ldns_temp1] add ldns_no_chat
tag @a[tag=ldns_temp1] remove ldns_no_chat
tag @s[tag=ldns_no_chat] add ldns_temp1
tag @s[tag=!ldns_temp1] add ldns_no_chat
tag @s[tag=ldns_temp1] remove ldns_no_chat

tellraw @a[tag=ldns_temp1] {"rawtext":[{"translate":"message.ldns.enable_random_chat"}]}
tellraw @a[tag=ldns_no_chat] {"rawtext":[{"translate":"message.ldns.disable_random_chat"}]}
tellraw @s[tag=ldns_temp1] {"rawtext":[{"translate":"message.ldns.enable_random_chat"}]}
tellraw @s[tag=ldns_no_chat] {"rawtext":[{"translate":"message.ldns.disable_random_chat"}]}

tag @a remove ldns_temp1
tag @s remove ldns_temp1

0 comments on commit e9f92c2

Please sign in to comment.