
NotEntity
A simple plugin that allows you to easily create entity restrictions in the chest menu.
NotEntity
日本語の説明は ページ下部 にあります
NotEntity is a lightweight plugin that restricts specific entities (mobs, items, etc.) per world or globally. Manage restricted entities easily via a GUI — no complex configuration required.
Perfect for lobby servers, creative worlds, and lag reduction.
Features
- Multi-World Support & Global Settings (
all) - Simple GUI-based management (
/notentity <world>) - Toggle "Delete All Mobs" (MOBall) or "Delete Items" with a single click
- Restrict specific mobs using Spawn Eggs
- Periodic scanning ensures existing entities are removed
Commands & Permissions
Commands
/notentity <world|all> - Open the GUI to manage restrictions
/notentity list [world|all] - View current restriction settings
Permission
notentity.admin
Required for all commands.
Configuration
config.yml
worlds:
world:
item-delete: false
mob-all: false
restricted-entities:
- CREEPER
- PHANTOM
You can use /notentity <world> or /notentity all to manage these settings in-game.
language.yml
language.yml (default: Japanese)
prefix: "&7[&cNotEntity&7] &r"
reload-success: "&a設定を保存・再読み込みしました。"
no-permission: "&c権限がありません。"
usage: "&e使用法: /notentity <world>"
invalid-world: "&c無効なワールド名です。"
gui-title: "&8モブ制限設定: &5%world%"
toggle-item-on: "&aアイテム削除: ON"
toggle-item-off: "&7アイテム削除: OFF"
toggle-moball-on: "&a全モブ削除 (MOBall): ON"
toggle-moball-off: "&7全モブ削除: OFF"
toggle-description: "&eクリックで切り替え"
spawn-egg-needed: "&e消したいモブのスポーンエッグを置いてね"
language.yml (example: English)
prefix: "&7[&cNotEntity&7] &r"
reload-success: "&aSettings saved and reloaded."
no-permission: "&cYou do not have permission."
usage: "&eUsage: /notentity <world>"
invalid-world: "&cInvalid world name."
gui-title: "&8Entity Limit: &5%world%"
toggle-item-on: "&aItem Delete: ON"
toggle-item-off: "&7Item Delete: OFF"
toggle-moball-on: "&aDelete All Mobs: ON"
toggle-moball-off: "&7Delete All Mobs: OFF"
toggle-description: "&eClick to toggle"
spawn-egg-needed: "&ePlace a spawn egg to restrict"
To switch the plugin language to English, replace the contents of language.yml with the example above and reload the plugin.
Compatibility
- Minecraft: 1.13 – 1.21.x
- Java: 8 or higher
Built using the Minecraft 1.13 API.
Notes
- MOBall removes all
LivingEntityexcept players. - Item Delete removes dropped items on the ground.
- Settings applied to the
all"world" affect every world on the server.
日本語説明
NotEntity は、特定のワールド(または全ワールド)で特定のエンティティ(モブやアイテム)のスポーン・存在を制限できる、軽量な Minecraft サーバー用プラグインです。 GUI ベースの直感的な管理により、複雑な設定ファイル編集なしで制限を行えます。
ロビーサーバーでのモブ湧き防止や、特定のワールドでのアイテム削除(ラグ対策)などに最適です。
主な機能
- ワールド別・全ワールド共通(
all)の制限設定 /notentity <world>による GUI 管理- 全モブ削除 (MOBall): プレイヤー以外の全生物を削除
- アイテム削除: ドロップアイテムを削除
- 個別制限: スポーンエッグを GUI に置くことで特定のモブだけを禁止
- 定期スキャンによる既存エンティティの削除
コマンドと権限
コマンド
/notentity <world|all> - GUI で制限設定を管理
/notentity list [world|all] - 現在の設定を確認
権限
notentity.admin
設定ファイル
language.yml (デフォルト)
prefix: "&7[&cNotEntity&7] &r"
reload-success: "&a設定を保存・再読み込みしました。"
no-permission: "&c権限がありません。"
usage: "&e使用法: /notentity <world>"
invalid-world: "&c無効なワールド名です。"
gui-title: "&8モブ制限設定: &5%world%"
toggle-item-on: "&aアイテム削除: ON"
toggle-item-off: "&7アイテム削除: OFF"
toggle-moball-on: "&a全モブ削除 (MOBall): ON"
toggle-moball-off: "&7全モブ削除: OFF"
toggle-description: "&eクリックで切り替え"
spawn-egg-needed: "&e消したいモブのスポーンエッグを置いてね"
対応環境
- Minecraft: 1.13 – 1.21.x
- Java: 8 以上
all ワールドに対して設定を行うと、サーバー内のすべてのワールドにその制限が適用されます。

