Configuration(jaJP)
設定方法
config.yml
boat: # ボートが壊れた時に木材と棒ではなくボートそのものがドロップ pickup-on-broken: false # ブロック設置破壊アラート alert: # 有効or無効 enabled: false # アラート対象の設置ブロック place-blocks: [ TNT, LAVA ] # アラート対象の破壊ブロック break-blocks: [] # テレポート時に自動でvanish auto-vanish: true # アラート対象外のプレイヤー whitelist: [ Player1, Player2 ] # アラート記録の保持数 record-count: 20 # アラートをElChatの「Alert」チャンネルに送信 use-elchat: false messages: BLOCK_PLACE: '[{id}] Detected {block} placing by {player}' BLOCK_BREAK: '[{id}] Detected {block} destroyed by {player}' deathlog: enabled: false # 死亡時のメッセージ deathmessage: # 有効or無効 enabled: false # 死亡時のメッセージをElChatの「DeathMessage」チャンネルに送信 use-elchat: false messages: CREEPER: - '&c{victim}&b was trying to hug a Creeper.' SKELETON: - '&c{victim}&b was shoted by Skeleton.' GHAST: - '&c{victim}&b was shoted by GHAST.' ZOMBIE: - '&c{victim}&b was ate by ZOMBIE.' SPIDER: - '&c{victim}&b was ate by SPIDER.' SLIME: - '&c{victim}&b was combed by SLIME.' PIG_ZOMBIE: - '&c{victim}&b was ate by PIGZOMBIE.' ENDERMAN: - '&c{victim}&b was Cursed by ENDERMAN.' CAVE_SPIDER: - '&c{victim}&b was ate by Cave Spider.' SILVERFISH: - '&c{victim}&b was ate by Silverfish.' MAGMA_CUBE: - '&c{victim}&b was ate by Magma Cube.' BLAZE: - '&c{victim}&b was ate by Blaze.' ENDER_DRAGON: - '&c{victim}&b was ate by Enderdragon.' CACTUS: - '&c{victim}&b was trying to hug a Cactus.' FIRE: - '&c{victim}&b burned to death.' EXPLOSION: - '&c{victim}&b was exploded.' LAVA: - '&c{victim}&b was became obsidian.' - '&c{victim}&b trying swin in lava.' DROWNING: - '&c{victim}&b forgot he wasnt a fish.' FALL: - '&c{victim}&b hit the ground too hard' SUFFOCATION: - '&c{victim}&b suffocated.' LIGHTNING: - '&c{victim}&b got electrocuted.' SUICIDE: - '&c{victim}&b committed suicide.' VOID: - '&c{victim}&b fell out of the world.' PLAYER: - '&c{victim}&b killed by &c{killer}&b.' MAGIC: POISON: STARVATION: - '&c{victim}&b forgot to eat.' UNKNOWN: - '&c{victim}&b was killed by Steven Segal.'
Comments