BlockRestrictor
A plugin that kills players when they step on an unapproved block. 指定した足場以外を踏んだら死ぬプラグイン
✅ リリースノート(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.
📝 Modrinth Description
🇯🇵 日本語
BlockRestrictor は、指定したブロック以外を踏むと即座に死亡するMinecraftサーバープラグインです。パルクールマップや特定の制限を設けたいサーバーに最適です。設定ファイルで許可ブロックを簡単に指定できます。([x.com][1])
🇺🇸 English
BlockRestrictor is a Minecraft server plugin that instantly kills players who step on blocks not listed as allowed. Perfect for parkour maps or servers with specific movement restrictions. Easily configure allowed blocks via the configuration file.
