
SilkySpawnersX By SirMeliodas
Let's you mine spawners with silk touch tools, craft spawners, transform spawners, and drop spawners on explosions
Список изменений
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.
-
⚙️ 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 changes: ** From transform-messages -> transform-with-egg-messages
**❤️🩹 Bug fixes and performance improvements **
