Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Display Issue #3

Open
TCR-Reaper opened this issue Mar 17, 2022 · 0 comments
Open

Display Issue #3

TCR-Reaper opened this issue Mar 17, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@TCR-Reaper
Copy link

Describe the bug
Rarity only displays up to 2 rarities for my server. For example, I have 4 current types (common, uncommon, rare, and very rare). But it will only display common and uncommon.

To Reproduce
Steps to reproduce the behavior:
Here is my config:

  - id: common
    items: [ ]
    display: "common"
  - id: uncommon
    items:
      - wooden_pickaxe
    display: "uncommon"
  - id: rare
    items:
      - stone_pickaxe
    display: "rare"
  - id: veryrare
    items:
      - iron_pickaxe
    display: "very rare"

Expected behavior
Each of those items, wooden, stone, and iron should have a different rarity, but they don't.

Screenshots
Images:
https://prnt.sc/Ywfwa6leWawO
https://prnt.sc/_vPeeyRDUfKi
https://prnt.sc/crliOiKfkNoX

Server Information (please complete the following information):
This server is running Pufferfish version git-Pufferfish-44 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT)

Plugin Version: Latest

Additional context
None at the moment.

@TCR-Reaper TCR-Reaper added the bug Something isn't working label Mar 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant