ancSpawners Plugin Configuration
This guide provides comprehensive instructions for configuring the ancSpawners plugin for your Minecraft server to create an advanced spawner management system.Overview
ancSpawners is a powerful mob spawner management plugin that allows players to collect, place, and upgrade mob spawners. UXPLIMA offers optimized configuration files tailored for different server sizes and gameplay styles.Setup Tutorial
Prerequisites
- Minecraft server running Spigot, Paper, or a compatible fork
- ancSpawners plugin installed
- Server operator permissions
- Basic understanding of YAML configuration
- Economy plugin (optional, for spawner purchases)
Installation Steps
- Purchase the ancSpawners plugin from Our Store
- Download the plugin JAR file from your account or email
- Place the plugin JAR file in your server’s
plugins
directory - Start your server to generate the default configuration files
- Adjust the configuration files as needed (optional)
- Restart your server to apply any configuration changes
Configuration Files
ancSpawners uses a modular configuration system with multiple files:- config.yml: Main settings including language, database, and global options
- modules/*.yml: Feature-specific configurations (auto-kill, boosts, friends, etc.)
- loottables/*.yml: Custom drop tables for different mob types
- lang/*.yml: Language files for customizing all plugin messages
Main Configuration (config.yml)
The main configuration file controls the plugin’s core behaviors:Spawner Types
This section defines different spawner behaviors. The default configuration applies to all spawners unless overridden:Key Features
Auto-Kill System
The auto-kill feature automatically kills spawned mobs and collects their drops, eliminating the need for kill chambers:
Virtual Storage
Spawners can store dropped items and XP, which players can collect or sell later: Configuration (modules/settings.yml):Boost System
Boosts temporarily enhance spawner performance: Boost Types:- SPAWN_AMOUNT: Increases the number of mobs per spawn
- SPAWN_TIME: Reduces the time between spawns
Friends System
Players can grant others access to their spawners: Configuration (modules/friends.yml):Hologram Display
Displays key information above spawners: Configuration (modules/hologram.yml):Custom Loottables
Define custom drops for each mob type when using auto-kill: Example (loottables/zombie.yml):GUI Menu System
ancSpawners provides an intuitive menu system for managing spawners:Main Menu
Accessed by right-clicking a spawner, the main menu provides:- Spawner information (type, level, owner)
- Storage access for items and XP
- Auto-kill toggle
- Hologram toggle
- Friend management
- Spawner upgrades
- Settings access

Storage Menu
Allows players to collect or sell stored items:- Take items
- Sell all items at once with multipliers
- View storage capacity and limits
Friends Menu
Manage players who can access your spawner:- Add friends
- Remove friends
- View current friends
Economy Integration
ancSpawners integrates with server economies for:- Selling drops: Converts spawner drops into currency
- Multipliers: Permission-based multipliers increase selling profits
- Spawner purchase: Buy spawners if configured
Spawner Upgrading
Players can stack spawners of the same type to increase efficiency:- Consolidated storage
- Single access point
- Improved server performance
- Enhanced spawning rates
Permission System
Basic Permissions
ancSpawners.use
- Access to use spawnersancSpawners.autokill
- Toggle auto-kill featureancSpawners.friends
- Add friends to spawnersancSpawners.settings.togglestorage
- Toggle virtual storageancSpawners.settings.togglexp
- Toggle XP storageancSpawners.breakallspawners
- Break any player’s spawner
Storage Limit Permissions
ancSpawners-storage1
: 5,000 item capacityancSpawners-storage2
: 10,000 item capacityancSpawners-storage3
: 20,000 item capacity
XP Storage Permissions
ancSpawners-xpstorage1
: 15,000 XP capacityancSpawners-xpstorage2
: 20,000 XP capacityancSpawners-xpstorage3
: 25,000 XP capacity
Multiplier Permissions
ancSpawners-1-25x
: 1.25× sell multiplierancSpawners-1-50x
: 1.50× sell multiplier
Commands
Command | Description | Permission |
---|---|---|
/ancSpawners give <player> <spawner> [amount] | Give spawners to a player | ancSpawners.admin |
/ancSpawners reload | Reload configuration | ancSpawners.admin |
/ancSpawners giveboost <player> <boost_key> | Give a boost to a player | ancSpawners.admin |
/ancSpawners givepickaxe <player> <uses> | Give a spawner pickaxe | ancSpawners.admin |
Troubleshooting
Common Issues
Spawners Not Working
- Ensure the player is within the activation range (default: 16 blocks)
- Check if the spawner’s mob type is correctly configured
- Verify the world is not in the disabled-worlds list
No Drops from Auto-Kill
- Check if custom loottables are configured correctly
- Ensure auto-kill is enabled for that spawner
- Verify storage limits aren’t reached
Plugin Conflicts
ancSpawners is compatible with most plugins, but possible conflicts include:- Other spawner management plugins
- Custom mob plugins that modify vanilla spawn behavior
- Economy plugins not properly hooked
Performance Optimization
For servers experiencing lag:- Enable
use-modern-autokill
(requires 1.16+) - Reduce spawner activation range
- Increase spawn delay times
- Limit max spawners per chunk
- Enable the nerf-spawner-mobs option
Best Practices
- Balance Economy: Adjust item prices and multipliers to maintain server economy
- Set Reasonable Limits: Configure storage and spawner level limits based on your server’s performance capabilities
- Custom Loottables: Create balanced loottables that don’t generate excessive items
- Plugin Integration: Ensure proper integration with your economy, protection, and hologram plugins
- Regular Maintenance: Periodically check and optimize spawner configurations as your server grows
Support and Contact
For additional assistance with ancSpawners configuration:- Join our Discord server
- Email us at [email protected]
- Visit the UXPLIMA website for more resources