Skip to content

Releases: timbru31/SilkSpawners

SilkSpawners-6.4.0

12 Aug 16:46
Compare
Choose a tag to compare

Version 6.4.0

  • Adds support for 1.16.2/3 and Piglin Brutes
  • Enhances permissions support by checking all known aliases for a mob
  • Further increases the compatibility layer with spawners obtained other than from SilkSpawners
  • Adds more mob aliases to Shulkers, Snow Golems, Mooshrooms and Zombified Piglins
  • Removes a leftover debug statement

SilkSpawners-6.3.1

25 Jun 19:08
Compare
Choose a tag to compare

Version 6.3.1

  • Adds support for 1.16.1 and new mobs (Hoglin, Zoglin, Pigling, Strider)
  • Fixes an issue with mob placement after spawning via an egg

SilkSpawners-6.3.0

25 Jun 17:13
Compare
Choose a tag to compare

Version 6.3.0

  • Adds support for 1.16.1 and new mobs (Hoglin, Zoglin, Pigling, Strider)
  • Fixes an issue with mob placement after spawning via an egg

bugged release, do not use

SilkSpawners-6.2.0

18 Jun 17:11
Compare
Choose a tag to compare

Version 6.2.0

  • Adds give support for offline players
  • Adds even more mob aliases (especially to Magma Cube and Villager Golem)
  • Fixes an issue with Minecraft 1.8.x that resulted in "empty" spawners
  • Resolves an incompatibility issue with Citizens
  • Fixes an issue that prevented the fallback to find all new 1.13+ mobs
  • Refactors disableChangeTypeWithEgg logic, allows spawning of mobs on top of spawners
  • Fixes an issue with spawnEggOverride that resulted in mobs being spawned in walls
  • Fixes an issue with spawnEggOverride that resulted in an exception being thrown in Minecraft <1.9
  • Restores retro compatibility with old spawners and spawn eggs that were obtained with SilkSpawners v5
  • Updates Factions and WorldGuard dependencies

SilkSpawners-6.1.0

18 May 13:02
Compare
Choose a tag to compare
  • Adds a new silkspawners.nosilk.* | silkspawners.nosilk.<mob> permission
  • Adds even more mob aliases and ensure that all syntax are supported (underscore, spaces or no spaces)
  • Adds /ss info as an alias for /ss view
  • Adds a new command that gets yourself a spawner item /ss selfget|i <mob>
  • Removes unused config option from YAML, as well as the space hack

SilkSpawners-6.0.1

02 May 12:11
Compare
Choose a tag to compare

Version 6.0.1

  • Fixes an issue changing spawners with spawn eggs
  • Fixes an issue with crafting spawners
  • Fixes an exception with /ss reload
  • Fixes an issue with WorldGuard v6 on older MC versions
  • Prevents a potential duplication in combination with EssentialsX
  • Fixes unstackable spawners on 1.13+

SilkSpawners-6.0.0

28 Apr 13:38
Compare
Choose a tag to compare

Version 6.0.0

  • Adds support for Minecraft 1.13 up to 1.15.2 (yes, 1.13, 1.14 and 1.15 are supported)
    • This includes a variety of aliases for the new mobs
  • Fixes remaining issue with the old/existing 1.13 dev builds:
    • Crafting of spawners
    • Egg handling
  • Drops support for Minecraft 1.5-1.7 (means that Minecraft 1.8 is still supported)
  • Feudal support has been removed
  • Various code improvements, dependency updates and smaller bug fixes