GrzybcioRynek

Installation

How to install the ready GrzybcioRynek 1.0.3 JAR on Paper 26.2 and what appears after the first start.

Compatible with: GrzybcioRynek 1.0.3Minecraft 26.2Web 0.1.0

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

RequirementStatus
Paper 26.2required — on another version the plugin disables
Vaultrequired (depend)
Economy plugin (e.g. EssentialsX Economy)required — Vault alone is not enough
Nexo / Oraxen / PlaceholderAPIoptional

Steps

  1. Copy GrzybcioRynek-1.0.3.jar into the server plugins/ folder.
  2. Make sure Vault and an economy plugin are also in plugins/.
  3. (Optional) add Nexo, Oraxen, or PlaceholderAPI if you use them.
  4. Start the Paper 26.2 server.

In PowerShell (adjust paths to yours):

powershell
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/:

FileRole
config.ymlsettings, limits, fees, messages
gui.ymlbrowse / confirmation GUI layout
listings.ymlactive listings (created at runtime)
market-data.ymlfavorites, mailbox, alerts, ratings, transactions
*.bakcopies on start / reload

Next: First Setup — first config.yml changes and testing /market.

Tip

You do not need JDK or Gradle to run the plugin. Compiling the JAR: Build.