# Defines whether the plugin should notify when a new version is available 新しいバージョンが利用可能になったときにプラグインが通知するかどうか。 check-for-update: true
# Defines whether a player gets up when he suffers damage プレイヤーがダメージを受けたときに起き上がるかどうか。 get-up-damage: false
# Defines whether a player can get up by sneaking or if he always has to use the command しゃがみでエモート解除をできるかどうか。しゃがみで解除できない場合はコマンドで解除する。 get-up-sneak: true
# Defines whether a player is returned to the place where he started sitting or posing プレイヤーが座ったりポーズを取り始めた場所に戻るかどうか。 get-up-return: false
# Defines whether a player gets up if the connected block breaks エモートをしていたブロックが壊れた場合にプレイヤーが起き上がるかどうか。 get-up-break: true
# Defines whether a player can sit or pose in an unsafe place 安全でない場所でプレイヤーが座ったりポーズをとったりできるかどうか。 allow-unsafe: false
# Defines whether more than one player can sit or pose on the same block 複数のプレーヤーが同じブロックに座ったりポーズをとったりできるかどうか。 same-block-rest: false
# Defines whether a player is centered on the block when sitting or posing 座っているときやポーズをとっているときにプレーヤーがブロックの中心にいるかどうか。 center-block: true
コメント