Worldgaurd Eliminate is a Spigot plugin that automatically despawns monsters when they enter a predefined WorldGuard region in a specific world. This is particularly useful for keeping certain areas (such as spawn regions) free from hostile mobs.
- Automatically removes monsters from a designated WorldGuard region.
- Fully configurable via
config.yml.
- Spigot (or a compatible server, such as PaperSpigot).
- WorldGuard and WorldEdit plugins for region management.
- Download the latest version of the plugin.
- Place the plugin
.jarfile into your server'spluginsfolder. - Restart your server to generate the default configuration files.
After the plugin is installed, you can configure the plugin by editing the config.yml file located in the plugins/WorldGuardEliminate folder.
## World is the world name which contains the region you would like to despawn mobs in.
World: "world"
Region: "spawn"- World: The name of the world where the region is located.
- Region: The WorldGuard region where monsters will be automatically removed.