-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please update to 1.19.x #912
Comments
Vault should work on 1.19. Please send a list of the plugins that you're using and the server logs. |
hi the main plugin that requires vault and does not work is AuctionHouse |
having this error : and this one [22:54:39 WARN]: [PyroFishingPro] - Vault not found. Will use CommandSelling regardless of setting in config.yml Please install Vault if you wish to use another setting. |
I have vault 1.7.3 installed and it is supposed to require 1.5 and higher ( tried 1.5 didnt work either ) |
gonna try to just replace auciotnhouse with playerauciton |
all plugins supposed to require vault throw an error or warning and either stil work or dont but it seems to be random kinda |
PlayerAuction worked so i guess it is up to aucitonHouse dev to fix it sorry |
Did you see Vault logs in your startup? Are you confident Vault is present in your configuration here? I've had Vault running on 1.19.x for quite a while. Also, Vault has no requirements to update for new versions of Minecraft, Spigot, Paper, etc because Vault itself has very little to support outside of just connecting plugins together via a common interface. Past that, it's really up to the plugins and Vault is just an intermediary here. Many issues like this one have come and gone, we don't update Spigot or other sites because we don't really have new releases these days so why update Spigot's "1.16" version when the old version still works? |
If you use Paper you might want to be aware that plugins depending on vault may have improper plugin.ymls and will thus refuse to load - thus causing a chain reaction. Logs are the only proper way to find the source of your problem. |
I'd suggest that you don't have a plugin that provides Vault's economy implementation, such as EssentialsX. Vault by itself doesn't provide economy - only a common API for that. |
I am in fact running on paper and dont rly know how to fix it but i have made my way around the issue |
I Did |
To use your plugins you must have them up-to-date, install vault than install an ECO plugin such as EssentialsX and make sure the economy portion is enabled/functioning. It is working for me on 1.19 with those same plugins. If you are using Web FTP / Uploading plugins via a web panel, i suggest reuploading or using a prob FTP client such as WinSCP |
rsp becomes null when I update to 1.19.4 |
Can Confirm vault is broken on 1.19.4 And Even plugins like AuctionHouse, EzChestShop, NFCNotes, MYsqlEconomyBank, CMI, and many others can't hook into it Plugin starts up correctly without an error but other plugins are unable to hook into it |
Can you send the log files? |
try using EssentialsX, as Vault is a library, it's fix for me with EssentialsX |
If that fixes it it is because you forgot to register an economy. You need to use an economy plugin in order for vault to provide an economy. But that is speculation as usual |
I'm trying to make a server but plugins require yours and it simply does not work / recognize it
The text was updated successfully, but these errors were encountered: