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
- The Vault plugin.
- 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
- Put Vault + economy +
GrzybcioRynek-1.0.3.jarinplugins/. - Start Paper 26.2.
- 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
| Log | Meaning | What to do |
|---|---|---|
Pomyślnie połączono z Vault! | OK | nothing |
Vault nie znaleziono! | missing Vault JAR | add Vault |
Nie znaleziono providera ekonomii! | missing economy | add e.g. EssentialsX Economy |
Economy jeszcze niedostępna — ponawiam za 1s | first attempt | wait for the second message |
Wyłączanie pluginu | second attempt failed | fix Vault/economy and restart |
Money on the market
- Listing and purchase use the player's Vault balance.
- Sale fee:
market-fee.*inconfig.yml— Fees. 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.