Skip to content

Commit

Permalink
Merge pull request #1902 from GiganticMinecraft/feat/block-usage
Browse files Browse the repository at this point in the history
リスポーンアンカーとベッドをネザー・エンド整地で使用できないように (#1896
  • Loading branch information
rito528 authored Mar 9, 2024
2 parents 1ba8fed + b6d4328 commit dd6ade2
Showing 1 changed file with 24 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@ data:
#ignore-groups=admins,mods
#on-break=notify,deny,log
# 岩盤設置無効化
# 岩盤の設置・破壊無効化
[bedrock]
ignore-groups=admin
on-place=deny,log,tell
on-break=deny,log,tell
# コーラスフルーツ無効化
# コーラスフルーツの使用・インタラクト無効化
[chorus_fruit]
ignore-groups=admin
on-use=deny,log,tell
on-interact=deny,log,tell
# オブザーバーブロック設置無効化
# オブザーバーの設置無効化
[observer]
ignore-groups=admin
on-place=deny,log,tell
Expand Down Expand Up @@ -156,21 +156,26 @@ data:
#ignore-groups=admins,mods
#on-break=notify,deny,log
# 岩盤設置無効化
# 岩盤の設置・破壊無効化
[bedrock]
ignore-groups=admin
on-place=deny,log,tell
on-break=deny,log,tell
# オブザーバーブロック設置無効化
# オブザーバーの設置無効化
[observer]
ignore-groups=admin
on-place=deny,log,tell
# エンドクリスタル設置無効化
# エンドクリスタルの設置無効化
[end_crystal]
ignore-groups=admin
on-use=deny,log,tell
on-place=deny,log,tell
# リスポーンアンカーの設置無効化
[respawn_anchor]
ignore-groups=admin
on-place=deny,log,tell
# エンド整地、ネザー整地
world_SW_the_end-Blacklist.txt: |
Expand Down Expand Up @@ -240,26 +245,31 @@ data:
#ignore-groups=admins,mods
#on-break=notify,deny,log
# 岩盤設置無効化
# 岩盤の設置・破壊無効化
[bedrock]
ignore-groups=admin
on-place=deny,log,tell
on-break=deny,log,tell
# ベッド設置無効化
[bed]
# ベッドの設置無効化
[white_bed, orange_bed, magenta_bed, light_blue_bed, yellow_bed, lime_bed, pink_bed, gray_bed, light_gray_bed, cyan_bed, purple_bed, blue_bed, brown_bed, green_bed, red_bed, black_bed]
ignore-groups=admin
on-use=deny,log,tell
on-place=deny,log,tell
# オブザーバーブロック設置無効化
# オブザーバーの設置無効化
[observer]
ignore-groups=admin
on-place=deny,log,tell
# エンドクリスタル設置無効化
# エンドクリスタルの設置無効化
[end_crystal]
ignore-groups=admin
on-use=deny,log,tell
on-place=deny,log,tell
# リスポーンアンカーの設置無効化
[respawn_anchor]
ignore-groups=admin
on-place=deny,log,tell
# メイン
main-config.yml: |
Expand Down

0 comments on commit dd6ade2

Please sign in to comment.