andrepl / PortableHorses

A bukkit plugin that lets you carry your horse in your inventory.
http://dev.bukkit.org/bukkit-plugins/portable-horses/
0 stars 6 forks source link

possible bug conflict #19

Closed ghost closed 10 years ago

ghost commented 10 years ago

does the factions plugin conflict with this? a server I was at put in factions and for some reason it now keeps saying you dont have permissions to spawn horse yet spawn eggs work everywhere. since this happened after factions was put it was wondering if it could be checked out and or possibly a fix since it could be a bug that causes it or it's permissions to not work right with factions running.

andrepl commented 10 years ago

There are 2 very similar messages with very different causes. One is "you do not have permission to spawn a horse" and the other is "you do not have permission to spawn a horse HERE". Which are you seeing?

The first happens if you lack the portablehorses.spawn permission. The 2nd occurs when the horse spawn event gets cancelled (presumably by another plugin like factions). It can also happen if you attempt to spawn the horse somewhere it wont fit.

If you could double check the permission node and also clarify which of the messages you're getting, I'll try to set up a test environment for it

ghost commented 10 years ago

it started happening on there server after they put in factions and got that working no matter where you are it says sorry you don't have permissions to spawn a horse it even does it to ops and staff

andrepl commented 10 years ago

I don't mean to be pedantic, but its very important that you are more clear about the message you're seeing.. its either:

1) [PortableHorses] Sorry, you don't have permission to spawn a Portable Horse.

or

2) [PortableHorses] Sorry, you don't have permission to spawn a Portable Horse here.

the here is the important part. That will say whether it's a simple misconfigured permission, or a possible conflict with another plugin.

your last reply doesn't include the word 'here' so that indicates you simply don't have portablehorses.spawn permission (yes, this can happen to ops too, if they explicitly negate the permission)

ghost commented 10 years ago

I just said thats what its saying. sorry you don't have permission to spawn a horse.. the message doesnt say spawn portable horse but it says that. on a test server load it with factions loaded and try you may see what Im saying and what its showing then

https://www.dropbox.com/s/3et12upf8526o2s/Screenshot%202014-04-18%2017.33.41.png

andrepl commented 10 years ago

Your server admin has modified the default messages from the plugin. You'll have to check with them to see which error it is then. There is no conflict with factions + portable horses. Many servers are running both without problems.

andrepl commented 10 years ago

closing due to inactivity.