Economy Setup
How to choose and verify an economy plugin under Vault for GrzybcioRynek.
Compatible with: GrzybcioRynek 1.0.3Minecraft 26.2Web 0.1.0
Based on GrzybcioRynek 1.0.3 and web 0.1.0 source.
GrzybcioRynek has no currency of its own. It uses the provider registered in Vault.
Recommended set
| Plugin | Role |
|---|---|
| Vault | economy bridge |
| EssentialsX + EssentialsX Economy (or another Vault provider) | player balances |
Essentials is in softdepend only so Vault Economy has time to register. The plugin does not call the Essentials API directly.
Admin checklist
- Vault + economy in
plugins/. - Restart Paper 26.2.
- Log:
Pomyślnie połączono z Vault!. - Give yourself money with an economy command (e.g. Essentials
/eco give) and list an item:/wystaw 10. - Buy the listing with a second account that has a balance — GUI Detail → Confirm.
Price limits
In plugins/GrzybcioRynek/config.yml:
yaml
settings:
min-price: 1.0
max-price: 1000000.0Adjust to your server economy scale, then /market reload (when nobody is buying).
Common problems
| Symptom | Cause | Solution |
|---|---|---|
| Plugin disabled at startup | missing Economy | install a Vault provider |
| “You can't afford that” when listing with a fee | too little balance + listing-fee-percent | top up balance or zero the fee |
| Seller did not receive money | UUID deposit error | check economy / offline players |
More: Economy Problems, Vault Setup.