PetBlocks is a spigot and also a sponge plugin to use blocks and custom heads as pets in Minecraft.

7.3.0

release

Shynixn released this version on Aug 30, 2018

1.8 MB
Download

Developer Notes

  • I was actually thinking about waiting a while until I release another update, however I have prioritised it as the 1.13.1 support is highly important to many server owners.
  • Please take a look below, the config.yml has changed!
  • Special thanks to my patreon supporters!

Changes

  • #190 Added support to Minecraft and Spigot version 1.13.1.
  • #190 Added NMS registry for 1.13.1.
  • #192 Refactored the custom skin and renaming action to the script engine wiki.

Bugs/Issues

  • #191 PetBlocks do not always respawn on equipment change on Bukkit server.

config.yml

Please add the script tag to skullnaming-pet and naming-pet if you do not want to recreate your config.yml

gui:
  items:
    skullnaming-pet:
      enabled: true
      position: 37
      page: 'WARDROBE'
      id: 397
      damage: 3
      skin: 'none'
      name: '&2&lCustom costume'
      script: 'executing action customskin petblocks.action.customskin'
      unbreakable: false
      lore:
        - '&7Use the skin of another player as costume.'
    naming-pet:
      enabled: true
      position: 27
      unbreakable: false
      id: 421
      damage: 0
      skin: 'none'
      name: '&6&lRename'
      script: 'executing action rename petblocks.action.rename'
      page: 'MAIN'
      lore:
        - '&7Change the name of your pet.'

Dependencies