Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 16 hours ago
NoSpawn (Paper Plugin)
NoSpawn is a Paper plugin that disables spawning for selected mob types using in-game commands. It is useful for server management, modpack balancing, custom maps, and any setup that needs precise control over mob spawning.
This is a Paper plugin port of the Fabric NoSpawn mod.
Features
- Disable any single mob type or multiple mob types.
- Supports all vanilla mob types.
- Supports both
/nsand/nospawncommands. - Works on Paper 1.21.4 servers.
- Saves disabled mob types to
plugins/NoSpawn/config.yml, so changes persist after restarts. - Automatically switches between Chinese and English messages based on the player's game language.
- Supports LuckPerms permission groups with OP fallback.
Commands
<type> is a mob name, such as creeper, vex, or phantom. These are examples only; you can use any valid mob type name. After typing /ns add or /nospawn add , Minecraft will show available mob suggestions.
/ns
/nospawn
/ns add <type>
/ns remove <type>
/nospawn add <type>
/nospawn remove <type>
Examples:
/ns add creeper
/ns add vex
/nospawn add phantom
/ns remove vex
Permissions
Either OP permission or a matching LuckPerms node is enough. nospawn.admin allows every NoSpawn command.
nospawn.admin
nospawn.use
nospawn.add
nospawn.remove
LuckPerms examples:
/lp group admin permission set nospawn.admin true
/lp group helper permission set nospawn.use true
/lp group helper permission set nospawn.add true
/lp group helper permission set nospawn.remove true


