Voxel Shop beta is live. Expect occasional bugs. Learn more
The Ultimate Virtual Spawners plugin with great customization and more!
- Added a "enable-protection" section to the config, which can be used to turn off certain kind of spawner block protections (to improve performance if not needed)
- Some further performance improvements to spawner ticking.
- Fixed that spawners with the manual drop mode always gave the maximum drop amount instead of a random amount.
- Partially rewrote the spawner ticking system to improve thread safety and this also should fix some unexcepted bugs with it.
- If you notice spawners not counting down or anything similiar, please report it to us!
- Now when islands are disbanded with SuperiorSkyBlock2, spawners are also deleted.
- Added a drop-items-max-amount setting which can be used to control the maximum drop amount for the [drop-items] action.
- Added a sell-currency-plugins section to the hooks.yml, which can be used to use a different plugin for selling drops and buying upgrades.
- Fixed that sellwand multiplier were always converted to integers, so for example a 1.3x sellwand always went back to 1x
- Added a [DROP-ITEMS] action to the spawner gui, which can be used to drop all items on the ground when clicked.
Here is an example on how it can be used:
drop-all:
slot: 47
material: "DROPPER"
name: "�AAFF&lᴅʀᴏᴘ ᴀʟʟ"
lore:
- " "
- "�AAFFClick �AAFF&l> �DDFFDrop all items from the spawner"
actions:
- "[DROP-ITEMS]"
- "[SOUND] ui.button.click|1|1"- Fixed that using the minimum-distance setting prevented adding spawners to already existing stacks
- Added 1.21.11 support
- Added a silk-touch-drop-chance setting to the config
- Some bug fixes & performance improvements
- Fixed an issue with the worldguard hook not allowing spawners to be placed unless the block-place flag was enabled.
- Added a debug option to the config (which can be used to find issues related to external hooks)
- The WorldGuard hook now requires the player to have both the build and the block place permissions to place spawners in a zone.
- Added a "require-silk-touch" setting to make breaking spawners require silk touch. (disabled by default)-
- The holograms now instantly update when adding/removing spawners.
- Made it possible to disable the AxSellwands and ShopGUIPlus hooks.