Skip to content

Releases: Shynixn/PetBlocks

PetBlocks v6.0.1

23 Jul 12:37
Compare
Choose a tag to compare

Changes

  • Added option to enable pets in a different way (config.yml gui.settings.use-only-disable-pet-item: false;)
  • Added 1.9 mobs [Shulker]. This mob will only appear on server above version 1.9.0.
  • Changed config.yml (Recreate it or copy the following lines into your config.yml)
  • Changed lang.yml (Recreate it or copy the following lines into your lang.yml)
  • Removed deprecated members

Bugs/Issues

  • Fixed cannot place or break blocks with pet on head
  • Fixed database reading error removing dataType value
  • Fixed Gui sometimes not displaying correctly

config.yml

gui:
  settings:
    use-only-disable-pet-item: false
gui:
  souls:
     shulker-soul:
       enabled: true
       id: 397
       damage: 3
       owner: 'textures.minecraft.net/texture/b1d3534d21fe8499262de87affbeac4d25ffde35c8bdca069e61e1787ff2f'
       position: 25
       type: WALKING
       movement: HOPPING
       lore: '&ePermission: <permission>'

lang.yml

shulker-name: '&5&lShulker'

PetBlocks v6.0.0

09 Jun 23:34
Compare
Choose a tag to compare

Features

  • Added support for spigot 1.12
  • Moved database settings to config.yml
  • Changed local pet storing to SQLite database instead of using tons of files
  • Added connection pooling and sql-only database connection
  • Removed buggy ebean server support

Bug/Issues

  • None

PetBlocks v5.7.0

13 Jan 19:21
Compare
Choose a tag to compare
Finalized initial.