BlockRestrictor
A plugin that kills players when they step on an unapproved block. 指定した足場以外を踏んだら死ぬプラグイン
BlockRestrictor 1.2
release5 июня 2025 г.✅ リリースノート(Release Notes)
🇯🇵 日本語版
BlockRestrictor v1.2 リリースノート
BlockRestrictor は、指定されたブロック以外を踏むと即座に死亡する、シンプルなMinecraftサーバープラグインです。パルクールや制限付きマップの作成に最適です。
✨ 主な機能
-
許可ブロックの指定
config.ymlで、プレイヤーが踏んでも安全なブロックを指定できます。 -
即時死亡処理 許可されていないブロックを踏んだプレイヤーは即座に死亡します。([x.com][1])
-
軽量設計 シンプルな構造で、サーバーへの負荷を最小限に抑えます。
⚙️ 設定ファイル例(config.yml)
allowed_blocks:
- GRASS_BLOCK
- STONE
- OAK_PLANKS
🛠 今後の予定
-
プレイヤーごとの許可ブロック設定 個々のプレイヤーに対して異なる許可ブロックを設定できる機能の追加を検討しています。
-
カスタムメッセージ 死亡時のメッセージをカスタマイズできる機能の追加を予定しています。
🇺🇸 English Version
BlockRestrictor v1.2 Release Notes
BlockRestrictor is a lightweight Minecraft server plugin that instantly kills players who step on blocks not specified as allowed. Ideal for creating parkour challenges or restricted maps.
✨ Features
-
Specify Allowed Blocks Define which blocks are safe to step on using
config.yml. -
Instant Death Mechanism Players stepping on non-allowed blocks are immediately killed.
-
Lightweight Design Simple structure ensures minimal impact on server performance.
⚙️ Configuration Example (config.yml)
allowed_blocks:
- GRASS_BLOCK
- STONE
- OAK_PLANKS
🛠 Future Plans
-
Per-Player Allowed Blocks Implementing functionality to set different allowed blocks for individual players.
-
Custom Death Messages Adding the ability to customize messages displayed upon player death.
BlockRestrictor 1.1
release5 июня 2025 г.version: '1.1'
main: com.koirdsuzu.blockrestrictor.BlockRestrictor
api-version: '1.16'
authors: [ koirdsuzu ]
description: A plugin that kills players when they step on an unapproved block.
website: https://github.com/koirdsuzu/
commands:
blockrestrictor:
description: Manage the BlockRestrictor plugin
usage: "/blockrestrictor <reload/help>"
permission: blockrestrictor.use
permissions:
blockrestrictor.use:
description: Allows usage of BlockRestrictor commands
default: op
blockrestrictor.bypass:
description: Allows bypassing block restrictions
default: op```
BlockRestrictor 1.0
release5 июня 2025 г.Initial commit
