PikaMug / Quests

Easy-to-use, open-source plugin for the creation and execution of quests on Minecraft servers.
https://modrinth.com/plugin/quests.classic
MIT License
141 stars 104 forks source link

Mooshroom appears without display name #2099

Closed HorusApl closed 1 year ago

HorusApl commented 1 year ago

What is your Quests version / build number (do not say "latest")?

4.8.2-b406

Describe the problem and how to replicate it.

Create any quest that includes Mooshrooms (or MushroomCow) and do /quest to check the quest requirements.

Any console errors to share?

N/a

If applicable, can you provide an example quest from quests.yml?

custom34:
    name: Mooshroom Research
    ask-message: In the field of mycology there is mushroom for discussion. Get $20,000
      for completion!
    finish-message: Rewarded for completing Mooshroom Research!
    stages:
      ordered:
        '1':
          mobs-to-kill:
          - MushroomCow
          mob-amounts:
          - 32
    rewards:
      money: 20000
      quest-points: 1
    planner:
      cooldown: 86400
      override: false
    options:
      allow-commands: true
      allow-quitting: true
      ignore-silk-touch: true
      use-parties-plugin: false
      share-progress-level: 1
      same-quest-only: true
      share-distance: 50.0
      handle-offline-players: false
      ignore-block-replace: true
PikaMug commented 1 year ago

Probably an issue with LocaleLib, but I'll look into it.

PikaMug commented 1 year ago

@HorusApl Please try https://ci.codemc.io/job/PikaMug/job/Quests/410/

HorusApl commented 1 year ago

Alright I am using Build 410, but when doing /version it says 406 and the issue still isn't resolved. image

PikaMug commented 1 year ago

@HorusApl Which version of Minecraft is your server running?

EDIT: I see Jenkins is serving build 406 even for newer builds. Looking into it.

HorusApl commented 1 year ago

Also noticed that and for reference I'm using 1.19.4 Purpur

PikaMug commented 1 year ago

@HorusApl https://ci.codemc.io/job/PikaMug/job/Quests/412/