Auric Spawners
The Ultimate Spawner Mining Experience for Minecraft servers.
Silk Touch · Trial Spawners · MiniMessageAuricSpawners allows you to mine spawners using different levels of Silk Touch or specific permissions. It is specially designed to support Trial Chamber spawners and offers deep customization for any server.
At a glance
Everything you need to know
Whether you're configuring simple Silk Touch requirements or pushing the limits of 1.21 Trial Spawners, this wiki covers every feature, command, permission, and configuration option AuricSpawners has to offer.
Advanced Silk Touch
Require a minimum enchantment level to mine spawners successfully. Perfect for servers with custom enchants.
1.21 Trial Spawner Support
Automatically detects mob waves and restores them perfectly upon placement.
Dynamic Detection
Use %mob% to display the entity type on your dropped items automatically.
Modern Formatting
Full support for MiniMessage and HEX color gradients to give your spawners a unique look.
Capabilities
Key Features
A focused toolkit that gives you full control over how spawners are mined, placed, and displayed on your server.
Advanced Silk Touch
Require a minimum enchantment level to mine spawners successfully.
1.21 Trial Spawner Support
Automatically detects mob waves and restores them upon placement.
Dynamic Detection
Use %mob% to display the entity type on your dropped items.
Modern Formatting
Full support for MiniMessage and HEX color gradients.
Reference
Commands
The complete list of commands available in AuricSpawners. All admin commands are prefixed with /auricspawners.
auricspawners.admin
Access control
Permissions
Manage who can mine, place, and administer spawners using the following permission nodes.
Required to mine spawners (if require-mine-permission is enabled).
Required to place spawners (if require-place-permission is enabled).
Access to the reload command and update alerts.
Setup
Configuration Guide
The config.yml file allows you to deeply customize how AuricSpawners works on your server. Below is a detailed explanation of each option available.
1 Silk Touch Requirement
Enable or disable the requirement of having the Silk Touch enchantment on your tool to successfully mine and drop a spawner.
View example
require-silk-touch: true
2 Minimum Silk Level
Set the exact level of Silk Touch required. This is an amazing feature if your server uses Custom Enchants plugins and you want to restrict spawner mining to higher enchantment levels.
View example
minimum-silk-level: 1
3 Mine Permission
If set to true, players will absolutely need the auricspawners.mine permission to break spawners. If they don't have it, they will receive an error message.
View example
require-mine-permission: false
4 Place Permission
If set to true, players will need the auricspawners.place permission to place a spawner back on the ground.
View example
require-place-permission: false
5 Trial Spawners Support
Enable this to allow players to mine the new Minecraft 1.21 Trial Spawners. The plugin uses smart reflection to save the exact mob data and restore the Trial Spawner perfectly when placed.
View example
support-trial-spawners: true
6 Regular Spawner Item
Customize the name and lore of the dropped regular spawner. You can use MiniMessage tags for colors and the %mob% placeholder to automatically display the entity type.
View example
spawner-item: name: "<yellow>%mob%</yellow> <light_purple>Spawner</light_purple>" lore: - "<gray>%mob%</gray>"
7 Trial Spawner Item
Just like regular spawners, you can customize how the Trial Spawner item looks in the player's inventory when dropped.
View example
trial-spawner-item: name: "<yellow>%mob%</yellow> <light_purple>Trial Spawner</light_purple>" lore: - "<gray>%mob%</gray>"
8 Messages & Prefix
Customize every single message sent by the plugin. The prefix supports beautiful RGB Gradients using the MiniMessage format!
View example
messages: prefix: "<b><gradient:#ff6700:#fdc300>Auric Spawners</gradient></b> <dark_gray>»</dark_gray> " no-silk-touch: "<red>You need Silk Touch to mine this spawner!</red>" low-silk-level: "<red>You need Silk Touch level <level> to mine this spawner!</red>" no-mine-permission: "<red>You don't have permission to mine spawners!</red>" no-place-permission: "<red>You don't have permission to place spawners!</red>" plugin-reload: "<green>Configuration reloaded successfully!</green>" no-permission: "<red>You do not have permission to execute this command.</red>"