EchoPet

EchoPet

882k Downloads

EchoPet make crash

portapipe opened this issue ยท 19 comments

commented

Just start the server and this is what I see:
http://pastebin.com/FRj0dYjn

commented

What version are you running? What version of CB are you running?

etc. etc.

commented

Spigot 1303 with API 1.7.2 R0.3 and the last EchoPet downloadable from bukkit.org.
I've tried with a dev too but nothing better...

commented

What version of EchoPet? 2.2.2? Or a development build?

commented

Edited the post above: EchoPet v2.2.2 for CB 1.7.2-R0.2 Jan 01, 2014

commented

And does it only occur with the dragon pet?

commented

I didn't create it. My server has more than 30k users but I think the problem is this.
I had even a skeleton baby horse like pet that in this 2.2.2 version is not shown. With the dev is shown but every user has issues with permissions and with the selection of the pet.

commented

I have only recently fixed the invisible baby horses issue ;).

commented

But the /pet doesn't work with the dev of the 13th of this month. I've tried it to fix some permission's bug

commented

#276 is broken, yes (message sending is broken).

What kind of permissions bug are you experiencing?

And has the crash report above happened more than once?

commented

This kind of crash don't make me start the server. It's crashing when loading EchoPet.

About the permissions: I have 4 types of VIPs. Every VIP has his own kind of pet and here there is the issue: they can't select the pets that they has in their vip. In 1.6.4 they can and there wasn't bugs but now...

commented

What permissions have you given the VIP groups?

commented
- echopet.pet.selector
- echopet.pet.select
- echopet.pet.default.pet.set.current
- echopet.pet.default.remove
- echopet.pet.name
- echopet.pet.show
- echopet.pet.hide
- echopet.pet.call
- echopet.pet.menu
- echopet.pet.ride.*
- echopet.pet.hat.*
- echopet.pet.type.bat.*
- echopet.pet.type.chicken.*
- echopet.pet.type.cow.*
- echopet.pet.type.horse.*
- echopet.pet.type.mushroomcow.*
- echopet.pet.type.ocelot.*
- echopet.pet.type.pig.*
- echopet.pet.type.sheep.*
- echopet.pet.type.squid.*
- echopet.pet.type.villager.*
- echopet.pet.type.wolf.*
- echopet.pet.data.*

And that all works before the update!

commented

echopet.pet.<type>.* no longer gives the echopet.pet.<type> permission, as it is designed to provide data permissions only.

commented

So what now? What I have to edit into? I've searched for this new thing but maybe it wasn't updated...

commented

echopet.pet.type.<type>

commented

Ok edited, thanks. What about the data now? The .* gave me the possibility to give all the data permissions to the user.

And what about the ender dragon crash issue?

Thanks

commented

The only change to the permissions was that the actual pet permission isn't included in the wild card.

I'm still looking into the crash issue ;).

commented

Great. Let me know when you'll find the silly bug.

commented