Installation
How to install the ready GrzybcioRynek 1.0.3 JAR on Paper 26.2 and what appears after the first start.
Based on GrzybcioRynek 1.0.3 and web 0.1.0 source.
This page is for the server administrator: you have (or receive) the ready GrzybcioRynek-1.0.3.jar file and want to run it on Paper. Building from source is in Developer → Build.
Requirements
| Requirement | Status |
|---|---|
| Paper 26.2 | required — on another version the plugin disables |
| Vault | required (depend) |
| Economy plugin (e.g. EssentialsX Economy) | required — Vault alone is not enough |
| Nexo / Oraxen / PlaceholderAPI | optional |
Steps
- Copy
GrzybcioRynek-1.0.3.jarinto the serverplugins/folder. - Make sure Vault and an economy plugin are also in
plugins/. - (Optional) add Nexo, Oraxen, or PlaceholderAPI if you use them.
- Start the Paper 26.2 server.
In PowerShell (adjust paths to yours):
Copy-Item .\GrzybcioRynek-1.0.3.jar C:\sciezka\do\serwera\plugins\What you will see in the log on success
Pomyślnie połączono z Vault!
GrzybcioRynek został włączony!
Załadowano N aktywnych ofert.
If you have PlaceholderAPI: Zarejestrowano placeholdery PlaceholderAPI.
If you have Nexo/Oraxen: a message about detecting custom item support.
Startup errors
Wrong Minecraft / Paper version:
GrzybcioRynek działa TYLKO na Paper 26.2!
The plugin is disabled.
Missing Vault or economy (after a retry of ~1 s):
Vault nie znaleziono lub brak providera ekonomii! Wyłączanie pluginu.
Install Vault + economy and restart — details: Vault Setup, Economy Setup.
Files after the first start
In plugins/GrzybcioRynek/:
| File | Role |
|---|---|
config.yml | settings, limits, fees, messages |
gui.yml | browse / confirmation GUI layout |
listings.yml | active listings (created at runtime) |
market-data.yml | favorites, mailbox, alerts, ratings, transactions |
*.bak | copies on start / reload |
Next: First Setup — first config.yml changes and testing /market.
You do not need JDK or Gradle to run the plugin. Compiling the JAR: Build.