Seller Profiles
Profil sprzedawcy z Detail slot 22 — nazwa, aktywne oferty, sprzedaże, zarobki, ocena, lista ofert.
Kompatybilne z: GrzybcioRynek 1.0.3Minecraft 26.2Web 0.1.0
Na podstawie kodu GrzybcioRynek 1.0.3 i web 0.1.0.
SellerProfileGUI (27 slotów, hardcoded). Wejście: MarketDetailGUI slot 22 (głowa / przycisk profilu).
Zawartość
| Slot | Treść | Źródło |
|---|---|---|
| 4 | Nazwa (PLAYER_HEAD) | sellerName z oferty |
| 11 | Aktywne oferty | StatsManager.getPlayerListings |
| 12 | Sprzedane | getPlayerSalesCount |
| 13 | Zarobione | getPlayerEarned (sellerReceived) |
| 14 | Ocena X.X★ + liczba ocen | getAverageRating / getRatingsForSeller |
| 15 | Pokaż oferty gracza | browse z sellerFilter |
| 22 | Wstecz | poprzedni BrowseContext |
Tytuł: gui.seller.title ({seller}).
Filtr ofert
Slot 15 otwiera MarketBrowseGUI z kontekstem: sellerFilter = UUID sprzedawcy, strona 1, bez favoritesOnly. Widać tylko aktywne oferty tego gracza.
Oceny
Średnia i liczba pochodzą z market-data.yml → ratings. Gdy ratings.enabled: false, nowe oceny nie powstają, ale stare nadal wyświetla profil (GUI nie sprawdza flagi przy odczycie).
Nie ma osobnej komendy /market profile.