Changes:
- Added unlimited costumes engine. (Simply add items [skulls, block ids, etc.] to one of the costumes pages and it autogenerates multiple pages.
- Added 2 new gui items, next and previous to switch pages.
- Removed mob-facilities and inserted faster custom-mob-creator from BlockBall.
- Added new admin configuration commands /petblocks skullname and /petblocks skulllore. (Name and lore do not get saved when the player leaves the server)
- Moved duplicated code caused by version support.
- Reduced overhead and useless libraries.
- Reduced file size by 10kb.
Bugs/Issues:
- Fixed connection with worldguard 6.2.
- Fix many issues concerning object collection.
Recreate your config.yml and lang.yml or add the following if you want to use it.
config.yml / gui (Put it below default pet)
Code (Text):
previous-page:
enabled: true
id: 397
damage: 3
owner: 'textures.minecraft.net/texture/3ebf907494a935e955bfcadab81beafb90fb9be49c7026ba97d798d5f1a23'
position: 45
lore: ''
next-page:
enabled: true
id: 397
damage: 3
owner: 'textures.minecraft.net/texture/1b6f1a25b6bc199946472aedb370522584ff6f4e83221e5946bd2e41b5ca13b'
position: 53
lore: ''
lang.yml
Code (Text):
next: '&aNext'
previous: '&aPrevious'