Releases: Shynixn/PetBlocks
Releases · Shynixn/PetBlocks
PetBlocks v8.9.0
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
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
PetBlocks v8.7.0
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
- #273 Partially added ais, sounds and particles to the "Player Heads" category.
- #279 Added petname root gui item tag.
Bugs/Issues
PetBlocks v8.6.0
Changes
- #274 Added support for minecraft 1.14.4.
PetBlocks v8.5.1
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
PetBlocks v8.3.0
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
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
PetBlocks v8.1.0
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:
- Rename your current config.yml to anything else
- Let PetBlocks recreate it's config by executing /petblockreload
- Copy the section below minecraft-heads-pet-skins and paste it into your renamed config
- 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
PetBlocks v8.0.1
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.