Releases: Shynixn/PetBlocks
Releases · Shynixn/PetBlocks
PetBlocks v6.5.0
Changes
- Changed the way how renaming the pet and custom skin naming works. There are new config options for messages in the config.yml
- Added config option for mysql database usessl
- Changed riding animation to fit with the height of the ground
- Changed developer api
- Updated documentation page
Bugs/Issues
- Fixed pets do no longer drop their items when the player grabbing them dies
- Fixed PetBlocks toggle and enable command do not create new pet meta data
config.yml
sql:
usessl: false
messages:
naming-suggest-prefix: ''
naming-suggest-clickable: '&e<<Click here>> '
naming-suggest-suffix: 'to rename your pet.'
naming-suggest-hover: 'Click me to rename your pet.'
skullnaming-suggest-prefix: ''
skullnaming-suggest-clickable: '&e<<Click here>> '
skullnaming-suggest-suffix: 'to change the skin of your pet.'
skullnaming-suggest-hover: 'Click me to change the skin of your pet.'
PetBlocks v6.4.3
Changes
- Changed the permissions. Old permissions are partially compatible and personal command permissions inside the config.yml do not change automatically. You can find the old and new permissions here
- Updated documentation page
Bugs/Issues
- Fixed entity ticking error can crash the server
- Fixed compatibility issues with LuckPerms and some permissions
- Fixed gui errors
PetBlocks v6.4.1
Changes
- Updated documentation page
- Added new config option for disabling particles for other players
- Added offical support for CraftBukkit
- Changed shading to specific package to increase plugin compatibility
- Removed dependency SuperVanish
- Removed outdated invisibilty handler
- Removed deprecated members
- Changed config.yml (Recreate it or copy the following lines into your config.yml)
Bugs/Issues
- Fixed updating issues
- Fixed PetBlocks feeding clashes with PetBlocks carrying
- Fixed config option sounds-other-players does not work correctly
config.yml
pet:
design:
particles-other-players: true
PetBlocks v6.4.0
Changes
- Added documentation page
- Changed /petblocks administration commands ui
- Added tooltips to the /petblocks administration commands
- Added samples and descriptions to the commands
- Removed deprecated members
Bugs/Issues
- Fixed all /petblocks administration commands issues
- Fixed /petblock call command
- Fixed developer Api issues
- Fixed copy-Skin config option not working
- Fixed world exception when players are joining without a valid world
PetBlocks v6.3.1
Changes
- Added new minecraft-heads.com costumes
- Changed api documentation
- Changed entity registry
- Removed deprecated members
Bugs/Issues
- Fixed unbreakable tag does not work in GUI
- Fixed minecraft-heads.com skins change slots.
- Fixed changing the /petblocks command does not change suggestions
PetBlocks v6.3.0
Changes
- Added blacklist for pet names
- Added settings to change the feeding effects for petblocks
- Added throwing pets. Grab your pet and left/right click in a direction. (pet-follow-carry hast to be enabled)
- Added new minecraft-heads.com costumes
- Changed pet-follow-carry is now enabled per default
- Changed config.yml (Recreate it or copy the following lines into your config.yml)
Bugs/Issues
- Fixed grabbing the pet causes exceptions.
config.yml
pet:
feeding:
enabled: true
click-particle:
name: 'heart'
speed: 0.1
amount: 20
offx: 1.0
offy: 1.0
offz: 1.0
click-sound:
name: 'EAT'
volume: 1.0
pitch: 1.0
design:
petname-blacklist:
- 'petty'
- 'shitty'
PetBlocks v6.2.3
Changes
- Added engine Polar Bear, Llama, Vex and Parrot
- Added new minecraft-heads.com costumes
- Console prints now a warning if you try to use engines like Polar Bear in Minecraft Versions where they haven't existed yet.
- Changed config.yml (Recreate it or copy the following lines into your config.yml)
Bugs/Issues
- Fixed sound issue when using Shulker engine in minecraft 1.8
- Fixed logger did not printing PetBlocks prefix
config.yml
engines:
26:
gui:
id: 397
damage: 3
skin: 'textures.minecraft.net/texture/442123ac15effa1ba46462472871b88f1b09c1db467621376e2f71656d3fbc'
name: '&f&lPolar Bear'
unbreakable: false
lore:
- '&7Permission: <permission>'
behaviour:
entity: 'RABBIT'
riding: 'RUNNING'
sound:
ambient:
name: 'ENTITY_POLAR_BEAR_AMBIENT'
volume: 1.0
pitch: 1.0
walking:
name: 'ENTITY_POLAR_BEAR_STEP'
volume: 1.0
pitch: 1.0
27:
gui:
id: 397
damage: 3
skin: 'textures.minecraft.net/texture/818cd457fbaf327fa39f10b5b36166fd018264036865164c02d9e5ff53f45'
name: '&6&lLlama'
unbreakable: false
lore:
- '&7Permission: <permission>'
behaviour:
entity: 'RABBIT'
riding: 'RUNNING'
sound:
ambient:
name: 'ENTITY_LLAMA_AMBIENT'
volume: 1.0
pitch: 1.0
walking:
name: 'ENTITY_LLAMA_STEP'
volume: 1.0
pitch: 1.0
28:
gui:
id: 397
damage: 3
skin: 'textures.minecraft.net/texture/c2ec5a516617ff1573cd2f9d5f3969f56d5575c4ff4efefabd2a18dc7ab98cd'
name: '&8&lVex'
unbreakable: false
lore:
- '&7Permission: <permission>'
behaviour:
entity: 'RABBIT'
riding: 'FLYING'
sound:
ambient:
name: 'ENTITY_VEX_AMBIENT'
volume: 1.0
pitch: 1.0
walking:
name: 'none'
volume: 1.0
pitch: 1.0
29:
gui:
id: 397
damage: 3
skin: 'textures.minecraft.net/texture/707dab2cbebea539b64d5ad246f9ccc1fcda7aa94b88e59fc2829852f46071'
name: '&c&lParrot'
unbreakable: false
lore:
- '&7Permission: <permission>'
behaviour:
entity: 'RABBIT'
riding: 'FLYING'
sound:
ambient:
name: 'ENTITY_PARROT_AMBIENT'
volume: 1.0
pitch: 1.0
walking:
name: 'ENTITY_PARROT_FLY'
volume: 1.0
pitch: 1.0
PetBlocks v6.2.2
Delete your PetBlocks folder before you install this update!
Changes
- Overall rework of the PetBlocks plugin
- Reworked config.yml
- Moved all options from the lang.yml to the config.yml
- Added sponsored skins from minecraft-heads.com
- Added a new menu called wardrobe
- Added 2 new skin categories for minecraft-heads.com skins and Head Database skins
- Added item to suggest skins on the minecraft-heads.com website
- Added animation when loading skins into the GUI
- Added a back consistent button for all pages
- Added new engines can be added in the config.yml
- Added connection to the Head Database plugin
- Added new section messages to the config.yml
- Added new section engines to the config.yml
- Changed nearly all GUI items including name, lore, skin and position
- Changed region/world settings. You can now exclude/include regions as you like.
- Changed API
- Moved pettypes into an engine category where they will be called engine
- Arrow items to move between pages do now act more precisely
- Removed lang.yml
- Removed deprecated members
Bugs/Issues
- Fixed sound crashing server
- Fixed hat/ride transition issue
PetBlocks v6.1.0
Binary was removed because of too many issues.
Changes
- Added update checker
- Changed the way how dependencies and hooks are displayed
- Added config option to set the amount of blocks the pet stays away from the player
- Changed config.yml (Recreate it or copy the following lines into your config.yml)
- Removed deprecated members
Bugs/Issues
- Fixed another filtering crash
config.yml
pet:
follow:
amount-blocks-away: 2
PetBlocks v6.0.2
Changes
- Added bstats to collect useage stats for PetBlocks
- Changed config.yml (Recreate it or copy the following lines into your config.yml)
- Changed filtering
- Removed deprecated members
Bugs/Issues
- Fixed entity registry errors
- Fixed SLF4J messages from Hikari
- Fixed filtering crash
config.yml
# Sends anonymous stats to https://bstats.org/plugin/bukkit/PetBlocks.
metrics: true