Can't claim horses!!
cherokeelover4210 opened this issue ยท 13 comments
I cannot seem to claim horses, I can spawn custom horses and it works fine, but every time I do /zh claim, the message disappears, please help!
Do you have any ZHorse related errors in console at server start up or when you execute /zh claim ?
It says:
[Server] WARN at
eu.reborn_minecraft.zhorse.managers.ConfigManager.getClaimsLimit(ConfigManager.java:37)
I do not know if that is a bad thing, since this is my first time owning a server, I just figured I'd let you know about this, because this pops up
Oh okay, then you may have made a configuration mistake ? Let's explore this possibility first.
- First of all, rename ZHorse/config.yml in something else (like config_old.yml) and execute /zh reload. (Do not edit the newly created config.yml)
- Spawn a new horse with an egg and tame it naturally (a ZHorse message should pop-up)
- Mount this horse and execute "/zh claim -a" (you must be operator on your server)
Does it work ?
So I just have completed the task, and the same problem occurs. I don't know if this has anything to do with it, but I am on a Macbook Air. I also do not know if its because I am using 1.5.1 on 1.9, but the bukkit page said it was for 1.9, so I don't know if that is also an error
Well, with MC 1.9 you can use ZHorse 1.6.1 (not above because MC 1.11 creates conflicts with older versions). However it should work with ZH 1.5.1 on MC 1.9.
Now, when you say that "the message disappears", what message is that ?
- Congratulation ! You can now use /zh claim (name) if you want.
Or
- was successfully claimed.
The congratulations! message shows up, and I do /zh claim (name) and nothing shows up. It doesn't even say "could not be claimed" or anything.
You can simply use /zh claim (without the name) and it should assign it a random name.
Any errors in console when you enter that command ? (copy everything in console after "...executed /zh claim..." on pastebin.com)
It's quite simple. Go to pastebin.com, paste your logs in the big white box and hit the Paste button, then share the link here.
That way, server logs don't take too much place in this ticket and are presented in a more readable way
Okay, heres the link then: http://pastebin.com/4ymR08bw
Thanks, it appears quite clearly when reading the logs that SuperPerms is causing this bug.
If you read the logs from lines 29 to 23 you can see that ZHorse submit a request to Vault that fails to fulfill it because SuperPerms raises an exception.
As you are just starting with your server, I suggest that you try a different permission plugin (like PermissionBukkit) because this is not ZHorse that is causing this, and it could very well happen with other plugins.