Skip to content

Commit

Permalink
Add comments to config
Browse files Browse the repository at this point in the history
SigureRuri committed May 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4b8a37b commit 41aca50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
blocks:
# 設定するブロック(追加可能)
# 一覧はこちら https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
barrier:
tool:
# 破壊に使用するブロック
break: barrier
# 表示に使用するブロック
visible: barrier
drops:
# ドロップするアイテムとその確率(複数指定可能)
barrier: 75.00
particle:
show: true
# パーティクルの更新間隔(tick)
updateInterval: 20
# パーティクルを表示する距離(block) 値を大きくするほど指数関数的に負荷が増加する
renderDistance: 10
light:
tool:
# Minecraftの仕様上、ライトブロックのbreakToolはライトブロックでなければならない
break: light
visible: light
drops:

0 comments on commit 41aca50

Please sign in to comment.