File Details
1.0.5 Release 🌈 Minimessage support , 🧬 Transform command, and 🖊️ custom plugin prefix Update.
- R
- Apr 14, 2026
- 171.84 KB
- 9
- 26.1.2+12
File Name
SilkySpawnersX-1.0.5.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
- 1.21.5-Snapshot
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
**1.0.5 Release**
⚠️ New API changes were made, please update your DiscordSRV alerts or related. For better referance, you can find the API documentation at: _https://github.com/nyannetwork-dev/SilkySpawnersX-Async-API_
**➕Added:**
- 🥇 Official support for Minecraft 26.1 +
- 🧬Transform command for Patreon members. See how it works: https://streamable.com/qqgapr
This command allows players to transform spawners held in the hand to whatever chosen type. Command permissions needed: silkyspawnersx.command.transform, and silkyspawnersx.command.transform.<mob-type>
- ⚙️ Added transform command event to the API. Read the documentation on git: https://github.com/nyannetwork-dev/SilkySpawnersX-Async-API
- 🌈 Added Mini message support from Adventure API. Players can now use 🌈 rainbow 🌈 like colors!
- 🖊️ Added plugin prefixes in the config. Players can now choose how they call SilkySpawnersX!
**👨🍳 API Changes:**
- 🧬 Transform event changes:
From getPrice -> getFinalPrice
From context price -> final-price
From world -> world-name
From target -> monster-name-from-clicked-spawner
From egg -> monster-name-from-egg
From chargedPrice -> charged-amount
From wasCharged -> was-player-charged. Boolean -> (boolean)
From basePrice -> base-price
From remainingBalance -> remaining-balance
From economyStatus -> removed
From isOperator -> is-operator
From economyStatus -> removed
- ⛏️ Mining event changes:
From tagOnSpawner -> isSpawnerTagged
From world -> world-name
From dropRate -> drop-rate(double)
From baseRate -> base-rate(double)
From bonus -> drop-bonus(double)
From xpAwarded -> xp-awarded(int)
From heldTool -> held-tool-name
From heldToolEnchantments -> held-tool-enchatments(string)
From eligibleTools -> eligible-tools(String)
From eligibleEnchantments -> eligible-enchantments(String)
From isOperator -> is-operator(boolean)
- 📦 Place event changes:
From isSpawnerTagged -> wasSpawnerAlreadyTagged(Boolean)
- 💥Explosion event changes:
From world -> world-name(String)
From dropRate -> drop-rate(String)
Removed entityActor
Added: context[was-spawner-already-tagged] (Boolean)
- 🛠️ Crafting event changes:
unitPrice -> unit-price(double)
orderAmount -> order-amount(int)
chargeAmount -> formated-total-charge(string, e.g. $50)
world -> world-name(String)
isOperator -> is-operator(boolean)
isCreative -> is-creative(boolean)
Added: context['price-modifier](double) which provides permission discounts.
**⚙️ Settings chantges: **
From transform-messages -> transform-with-egg-messages
**❤️🩹 Bug fixes and performance improvements **