Skip to content

Releases: Shynixn/PetBlocks

PetBlocks v8.9.0

12 Oct 15:32
Compare
Choose a tag to compare

Developer Notes

  • This update adds the long-awaited inventories to your pets! Every pet automatically gets a new ai called 'inventory' which is being used to store items. This storage is theoretically unlimited and the actual size can be configured by the server owner. Please take a look at this example how to unlock and sell space to your players.
  • As always, special thanks to my patreon supporters!

Changes

  • #219 Added a new ai called inventory which allows to store items in your pet. The inventory can only be accessed by the GUI. Recreate your config.yml or add the gui items below to get started.
  • #170 The id tag in the config.yml now also supports material names.
  • #292 Added a new security check for PaperSpigot users which disables the plugin entirely if they do not have a armorstand-ticking enabled. However, this security check can also be disabled by a new config option.

config.yml

global-configuration:
  ignore-ticking-settings: false
gui:
  main:
    inventory-pet:
      row: 2
      col: 7
      script: 'open-page gui.storage'
      icon:
        id: "CHEST"
        name: '&6&lPet Inventory'
        lore:
          - '&7Open the inventory of your pet.'
gui:
  storage:
    equipment-main:
      row: 2
      col: 2
      script: 'show-inventory 1 27'
      icon:
        id: "CHEST"
        name: '&a&lMain Equipment'
        lore:
          - '&7Open the main equipment of your pet.'
    equipment-secondary:
      row: 2
      col: 8
      script: 'show-inventory 28 54'
      icon:
        id: "ENDER_CHEST"
        name: '&9&lSecondary Equipment'
        lore:
          - '&7Open the secondary equipment of your pet.'

PetBlocks v8.8.0

09 Sep 11:49
c42da44
Compare
Choose a tag to compare

Developer Notes

  • The warp-delay value in the config.yml now behaves differently. If you have changed the default value, double check if pet teleporting is still working as intended on your server.
  • As always, special thanks to my patreon supporters!

Bugs/Issues

  • #282 Fixed entity registration in versions below 1.12.
  • #284 Fixed server crashing when certain rare events happen.
  • #285 Fixed HeadDatabase plugin connection.
  • #286 Fixed pets do not cross worlds correctly.

PetBlocks v8.7.0

26 Aug 18:33
Compare
Choose a tag to compare

Developer Notes

  • The "Player Heads" category of the default config contains now an ai configuration for some of the animal skins. Your current config is not affected, however please check out this category once you use a fresh config.
  • As always, special thanks to my patreon supporters!

Changes

Bugs/Issues

  • #276 Fixed the remove-ai tag could not be parsed in PetBlocks-Sponge.
  • #278 Fixed sometimes PetBlocks displays an error when clicking on a block in PetBlocks-Bukkit.
  • #280 Fixed PetBlocks crashes with the latest Sponge versions.
  • #281 Fixed GUI item cannot render air items correctly (id: 0)

PetBlocks v8.6.0

21 Jul 12:03
Compare
Choose a tag to compare

Changes

  • #274 Added support for minecraft 1.14.4.

PetBlocks v8.5.1

13 Jul 09:15
Compare
Choose a tag to compare

Developer Notes

  • The minecraft-heads.com internal database ranges now from "minecraft-heads.com/1" to "minecraft-heads.com/946" this means PetBlocks has got now almost 1000 sponsored skins. Big thanks to minecraft-heads.com!
  • Recreate the config to let the new skins show up in the GUI.
  • As always, special thanks to my patreon supporters!

Changes

  • #269 Added new sponsored skins from minecraft-heads.com.
  • #262 Added config.yml option to set the database table prefix.

Bugs/Issues

  • #264, #267 Fixed PetBlocks does not work when using Java 12.
  • #260 Fixed JDBC driver configuration crashes PetBlocks in spigot version below 1.9.
  • #266 Fixed displayname column only allowed to store pet displaynames below 32 characters.
  • #261 Fixed other plugins get confused by custom entity events of PetBlocks.

PetBlocks 8.4.0

16 Jun 11:09
Compare
Choose a tag to compare

Developer Notes

  • As always, special thanks to my patreon supporters!

Changes

  • #257 Added support for the latest sponge recommend build.
  • #258 Pets cannot be removed by other plugins anymore in sponge.

Bugs/Issues

  • #253 Fixed compatibility issues to the latest 1.14.2 spigot build.
  • #255 MySQL Jdbc driver could not be located in sponge.
  • #256 Griefprevention does not detect PetBlocks entities in sponge.

PetBlocks v8.3.0

30 May 14:43
Compare
Choose a tag to compare

CRITICAL Error

  • The latest 1.14.2 builds from spigot are breaking this plugin and cause compatibility problems. You can use the latest snapshot of PetBlocks instead if you run into this problem. >>Download PetBlocks-Bukkit-Snapshot<<

Developer Notes

  • This release makes PetBlocks compatible to minecraft and spigot 1.14.2.
  • As always, special thanks to my patreon supporters!

Changes

  • #249 Added support for minecraft and spigot 1.14.1 - 1.14.2.

Bugs/Issues

  • #251 Fixed pets do not get cleaned up when a player leaves the server while riding/wearing them.

PetBlocks v8.2.0

18 May 11:34
Compare
Choose a tag to compare

Download for spigot +1.14

Development builds of PetBlocks for 1.14 server are available on the official discord channel:
https://discordapp.com/invite/Y27tx8Y

Developer Notes

  • This update fixes many issues with AIS in PetBlocks and introduces a more detailed wiki.
  • As always, special thanks to my patreon supporters!

Changes

  • #242 Changed the default spawning error message in the config.yml.
  • #242 Changed the wiki pages for AIS to simplify their usage.
  • #242 Added an example how to create custom AIS via the PetBlocks developer API.

Bugs/Issues

  • #242 Fixed some AIS in PetBlocks are broken and not correctly registered.
  • #245 Fixed region and entity plugins are cancelling the spawning of pets.
  • #246 Fixed distance measuring.
  • #247 Fixed worldguard forgot to check for unknown entitytype.

PetBlocks v8.1.0

19 Apr 19:26
Compare
Choose a tag to compare

Developer Notes

  • The minecraft-heads.com internal database ranges now from "minecraft-heads.com/1" to "minecraft-heads.com/810" this means PetBlocks has got now over 810 sponsored skins. Thank you minecraft-heads.com!
  • In order to copy paste the new minecraft-heads.com skins into your config, the following steps are recommend:
  1. Rename your current config.yml to anything else
  2. Let PetBlocks recreate it's config by executing /petblockreload
  3. Copy the section below minecraft-heads-pet-skins and paste it into your renamed config
  4. Delete the new config and rename your renamed config to config.yml
  • As always, special thanks to my patreon supporters!

Changes

  • #238 Added new sponsored skins from minecraft-heads.com.
  • #234 The config.yml gets now recreated on /petblockreload

Bugs/Issues

  • #235 Fixed a bug in PetBlocks-Sponge disabling all player inventories
  • #233 Fixed the JavaDocs for the PetBlocks-Sponge-Api where not visible.

PetBlocks v8.0.1

13 Apr 10:56
Compare
Choose a tag to compare

Developer Notes

  • This release fixes the first issues from the 8.0.0 release.
  • As always, special thanks to my patreon supporters!

Changes

  • #221 Added new sponsored skins from minecraft-heads.com.

Bugs/Issues

  • #206 , #224, #231 Fixed enabling the pet on certain SpongeForge configurations.
  • #204 Fixed the rightclicking the pet with armor can cause troubles on certain configurations.