๐ŸŒŸ AuricSpawners

The Ultimate Spawner Mining Experience

AuricSpawners 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.

โœจ Key Features

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.

โš™๏ธ Commands

๐Ÿ‘‘ Permissions

๐Ÿ“„ 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.

โ›๏ธ Silk Touch Requirement

Enable or disable the requirement of having the Silk Touch enchantment on your tool to successfully mine and drop a spawner.

Click to view code
require-silk-touch: true

โœจ 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.

Click to view code
minimum-silk-level: 1

๐Ÿ”’ 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.

Click to view code
require-mine-permission: false

๐Ÿงฑ Place Permission

If set to true, players will need the auricspawners.place permission to place a spawner back on the ground.

Click to view code
require-place-permission: false

โš”๏ธ 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.

Click to view code
support-trial-spawners: true

๐Ÿ“ฆ 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.

Click to view code
spawner-item:
  name: "%mob% Spawner"
  lore:
    - "%mob%"

๐Ÿ’Ž Trial Spawner Item

Just like regular spawners, you can customize how the Trial Spawner item looks in the player's inventory when dropped.

Click to view code
trial-spawner-item:
  name: "%mob% Trial Spawner"
  lore:
    - "%mob%"

๐Ÿ’ฌ Messages & Prefix

Customize every single message sent by the plugin. The prefix supports beautiful RGB Gradients using the MiniMessage format!

Click to view code
messages:
  prefix: "Auric Spawners ยป "
  no-silk-touch: "You need Silk Touch to mine this spawner!"
  low-silk-level: "You need Silk Touch level  to mine this spawner!"
  no-mine-permission: "You don't have permission to mine spawners!"
  no-place-permission: "You don't have permission to place spawners!"
  plugin-reload: "Configuration reloaded successfully!"
  no-permission: "You do not have permission to execute this command."