Vault problems
Missing Vault plugin, missing Economy registration, and deposit by UUID only.
Based on GrzybcioRynek 1.0.3 and web 0.1.0 source.
All payments go through VaultHook. There is no nickname fallback.
Vault not loaded
Vault nie znaleziono! Plugin nie będzie działać.Then a 1 s retry and possibly plugin disable. Check that the Vault JAR is in plugins/ and starts before GrzybcioRynek (depend: [Vault]).
Economy provider
Nie znaleziono providera ekonomii!ServicesManager.getRegistration(Economy.class) returned null. Install a Vault-compatible economy. Soft-depend Essentials only helps load order — the plugin does not call Essentials API.
Success:
Pomyślnie połączono z Vault!UUID deposit fails
Vault deposit po UUID nieudany dla <uuid> (<error>) — NIE używam fallbacku po nicku.
Vault deposit nie powiodlo sie dla <target> (<amount>): <errorMessage>Effect on buy: restore listing, refund buyer, TX error SELLER_DEPOSIT_FAILED, message buy.transaction-failed.
Economy-side causes: missing offline player account, balance limit, provider error. The plugin will not try depositPlayer(String name).
Withdraw / sink account
Vault withdraw nie powiodlo sie dla <target> (<amount>): <errorMessage>
Vault deposit-account nie powiodlo sie dla <account> (<amount>): <errorMessage>Sink fail (market-fee.sink-account) does not roll back the purchase — only warning Nie udało się wpłacić prowizji ....
Amount format
VaultHook.format always produces $X / $X.XX. That is not Vault’s Economy.format. Placeholders and GUI use the same function.
Essentials retry
If Essentials starts after GrzybcioRynek, the first attempt may fail and the second after 1 s succeed. EssentialsX 2.22.0 on Paper 26.2 may log its own “unsupported server version”; that is an Essentials warning, not GrzybcioRynek (bledy.md).