EchoPet make crash
portapipe opened this issue ยท 19 comments
Just start the server and this is what I see:
http://pastebin.com/FRj0dYjn
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...
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.
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
#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?
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...
- 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!
echopet.pet.<type>.*
no longer gives the echopet.pet.<type>
permission, as it is designed to provide data permissions only.
So what now? What I have to edit into? I've searched for this new thing but maybe it wasn't updated...
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
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 ;).