EchoPet
Important information on this project in light of recent events.

Quote from DSH105:The forums have now been enabled and can be accessed via the navigation bar. More importantly, I'm interested in your input towards the new pet attacking AI to be implemented in EchoPet v3.
If EchoPet is not loading on your Spigot 1.8 build and your server is outputting "Skipping loading of EchoPet as it does not work with Spigot 1.8 builds!", please try running a later Spigot patch. I can't do anything about older Spigot releases blacklisting the plugin (preventing it from loading).

The future of this plugin is still being determined.

Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.

EchoPet is a simple Donator Perk plugin designed to add Pets that follow players around on their adventures throughout Minecraft. All Pets are custom entities spawned and controlled by the plugin.


| Great for donator perks! | |
| Pets are greatly customisable, through the extensive Command Base and PetMenu | |
| A Custom AI makes all Pets focused on specific goals, handled closely by the core of the Plugin | |
| All mobs can be Pets, even human entities | |
| All events fired by the plugin are accessible through the EchoPet Developer API | |
| The API also makes it possible to add many new and interesting features to the limit of creativity | |
| Support for MySQL databases |
Note: The Developer API is only available in v2.0.6 and after
All information can be found on the official EchoPet Wiki, which can be accessed using the button above


EchoPet comes with an auto-updater to save you, as a server owner, from continually checking this page for new files. It simply connects to dev.bukkit.org and compares the versions of available files. If you do not wish for EchoPet to perform this check, navigate to the Configuration File (config.yml) in the EchoPet directory of your plugins folder and change "checkForUpdates" and "autoUpdate" to "false". The first value disables the version comparison altogether and the second updates the plugin automatically if new files are detected.


Metrics is used to collect plugin statistics. Only data such as plugin version and players online is collected. If you do not wish for this data to be collected, disable it in the 'Plugin Metrics' folder of your 'plugins' directory.











-
View User Profile
-
Send Message
Posted Sep 23, 2014@X_angelz_X
Sadly this is normal. The same thing happens when using 2.3.3.
-
View User Profile
-
Send Message
Posted Sep 23, 2014Not sure if this is a normal error, but it is happening in EchoPatch v2.2.4-PATCH-1, (I know it's unsupported but am still reporting it since it's a game breaking error)
- you can bypass WorldGuard entry deny regions while riding a pet, (Not sure if this works with every pet, have tested it on the Wolf and it is working.)
-
View User Profile
-
Send Message
Posted Sep 22, 2014Hello, while this is an incredible plugin, we have a consistent bug where if a player dies with their pet, it either duplicates itself rarely, but 100% of the time, once they log out after they have died and respawned, the server crashes.
Any help on this issue is appreciated, this happens 100% of the time.
-
View User Profile
-
Send Message
Posted Sep 22, 2014Hi, I have a cool suggestion for a new type of pet.
Using a custom boss and mob plugin, MythicMobs, you are able to make custom bats that are permanently invisble, but have a constant particle trail, the mob I use is called a Wisp.
If you could implement this it would be amazing, especially since there are so many different particles.
-
View User Profile
-
Send Message
Posted Sep 22, 2014I have set in the settings for all Mobs: canDamagePlayers: true. but still the mobs do not attack players. What am I doing wrong or it does not work? Please help me !
-
View User Profile
-
Send Message
Posted Sep 21, 2014Which version should I use for 1.7.10?
-
View User Profile
-
Send Message
Posted Sep 20, 2014I found the 1.8. compatible version on GitHub - thank you!!! :)
-
View User Profile
-
Send Message
Posted Sep 20, 2014Be Carefull : huge crash : if you have 1.7.10 (possible link with optifine but unsure) using latest spigot (with 1.8 protocol hack) if you type /pet zombie : you crash your minecraft client
if you attempt to reconnect and said to restore previous pet from db, crash again and again
workaround :: delete all zombie pets from database OR connect with minecraft 1.8 then /pet remove
-
View User Profile
-
Send Message
Posted Sep 19, 2014@DSH105
hero among me!
-
View User Profile
-
Send Message
Posted Sep 19, 2014So there is no 1.7.9 version available :(
-
View User Profile
-
Send Message
Posted Sep 18, 2014@awesomr3 As clearly stated in the post directly below yours:
-
View User Profile
-
Send Message
Posted Sep 18, 2014I managed to make echopet load with 1.8
-
View User Profile
-
Send Message
Posted Sep 17, 2014@Enderman09871234 If you had either read below or read the announcements I have clearly made above it would be clear that I am not 'abandoning' this project, but rather am preoccupied elsewhere until the end of this week. There is also a release on the GitHub repo compatible with Spigot 1.8.
After that, I have made it clear I will be distributing a Spigot 1.8 compatible build on the Jenkins as well.
-
View User Profile
-
Send Message
Posted Sep 17, 2014If they abandoned the plugin. I can take over it and make it compatible with 1.8 spigot.
-
View User Profile
-
Send Message
Posted Sep 15, 2014[22:00:57 ERROR]: Encountered an unexpected exception net.minecraft.server.v1_7_R3.ReportedException: Ticking entity at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:653) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] Caused by: java.lang.NullPointerException at com.dsh105.echopet.compat.api.plugin.uuid.UUIDMigration.getIdentificationFor(UUIDMigration.java:36) [?:?] at com.dsh105.echopet.api.PetManager.removePets(PetManager.java:310) [?:?] at com.dsh105.echopet.api.PetManager.removePet(PetManager.java:319) [?:?] at com.dsh105.echopet.compat.nms.v1_7_R3.entity.EntityPet.onLive(EntityPet.java:286) [?:?] at com.dsh105.echopet.compat.nms.v1_7_R3.entity.type.EntitySlimePet.onLive(EntitySlimePet.java:75) [?:?] at com.dsh105.echopet.compat.nms.v1_7_R3.entity.EntityPet.h(EntityPet.java:443) [?:?] at net.minecraft.server.v1_7_R3.World.entityJoinedWorld(World.java:1421) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.World.playerJoinedWorld(World.java:1402) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.World.tickEntities(World.java:1290) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.WorldServer.tickEntities(WorldServer.java:481) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:649) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] ... 4 more [22:00:57 ERROR]: This crash report has been saved to: /home/s610879/Minecraft/./crash-reports/crash-2014-09-14_22.00.57-server.txt
-
View User Profile
-
Send Message
Posted Sep 14, 2014Hi DSH105,
Can you make a 1.7.10 release of Echopet as the latest release is in-compatiable and the latest dev-build doesn't work. Thanks very much!
-
View User Profile
-
Send Message
Posted Sep 14, 2014Im getting all sort of crashes reported from it now pigs, wither, zombie, pigzombie :/ I wouldnt recommend anyone to use the 1.8 version of this till its fixed and actually tested
-
View User Profile
-
Send Message
Posted Sep 14, 2014Here is a dansih translation of the plugin: https:github.com/Snakehosting/Pets-Dansk
-
View User Profile
-
Send Message
Posted Sep 13, 2014I am having the same problem as PhanaticD. The enderman pet crashes the clients with the patch.
-
View User Profile
-
Send Message
Posted Sep 13, 2014endermen crash clients for the 1.8 patch patch http://pastebin.com/6jNZ72uq