Purge It
A server-side admin tool that allows you to remove various entities and block entities according to your needs.
Main Features
The mod provides administrators and moderators with a set of commands to clean worlds from unwanted entities, living creatures, and blocks with entities. Currently, no additional configuration is required - the mod is ready to use immediately after installation.
Command Syntax
The main command has a simple structure:
/purge remove <Entity|BlockEntity> ModID:Name
Additional Parameters
You can use two additional arguments:
- Dimension - allows you to limit the command's effect to a specific world (works for both entity and block entity removal)
--force- works only when removing blocks with entities, forcibly scans all active chunks and guarantees the removal of every matching block
When removing blocks with entities, you can combine both parameters for forced removal in a specific dimension.
Command Usage Examples
Removing Entities
/purge remove entity minecraft:zombie - removes zombies from all dimensions
/purge remove entity minecraft:boat minecraft:overworld - removes boats only from the overworld
Removing Block Entities
/purge remove blockentity minecraft:hopper - removes hoppers from all worlds
/purge remove blockentity minecraft:hopper --force - forcibly removes all hoppers by scanning every active chunk
/purge remove blockentity projecte:interdiction_torch minecraft:the_end - removes interdiction torches only from the End
/purge remove blockentity minecraft:hopper minecraft:overworld --force - forcibly removes hoppers only from the overworld