GrzybcioRynek

Vault Setup

How to install Vault and an economy so GrzybcioRynek starts on the server.

Compatible with: GrzybcioRynek 1.0.3Minecraft 26.2Web 0.1.0

Based on GrzybcioRynek 1.0.3 and web 0.1.0 source.

Without Vault and an economy provider, GrzybcioRynek will not enable. plugin.yml has depend: [Vault].

What to install

  1. The Vault plugin.
  2. A separate economy plugin that registers Vault Economy (e.g. EssentialsX Economy).

Vault alone without an economy ends with the market disabling after ~1 second of retry.

Startup order

  1. Put Vault + economy + GrzybcioRynek-1.0.3.jar in plugins/.
  2. Start Paper 26.2.
  3. Look in the log for: Pomyślnie połączono z Vault!

If the economy loads late (often Essentials), the plugin retries once after 1 s. A second failure = GrzybcioRynek disables.

What success / failure means

LogMeaningWhat to do
Pomyślnie połączono z Vault!OKnothing
Vault nie znaleziono!missing Vault JARadd Vault
Nie znaleziono providera ekonomii!missing economyadd e.g. EssentialsX Economy
Economy jeszcze niedostępna — ponawiam za 1sfirst attemptwait for the second message
Wyłączanie pluginusecond attempt failedfix Vault/economy and restart

Money on the market

  • Listing and purchase use the player's Vault balance.
  • Sale fee: market-fee.* in config.ymlFees.
  • sink-account: "" — the fee is burned; a non-empty Vault account name — the fee goes to that account.
Note

Deposits/withdrawals go by player UUID. No nickname fallback.

Hook implementation details: VaultHook. Diagnostics: Vault Problems.