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
148 stars 108 forks source link

The time in the in-game editor is different from the one in the yaml file #2130

Closed poyu39 closed 11 months ago

poyu39 commented 1 year ago

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

image

Describe the problem and how to replicate it.

I want to set planner by in-game editor but when i input and click finish, it display i set a wrong time.

Any console errors to share?

no

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

spawner_lv1:
    name: §6[實驗體研究]§f掃蕩荒野 lv1
    ask-message: §7[§#54ade3星羽§7] §b請到荒野星球掃蕩實驗體
    finish-message: §7[§#54ade3星羽§7] §b好像有甚麼東西從實驗體身上掉落下來了
    stages:
      ordered:
        '1':
          mobs-to-kill:
          - Zombie
          - Skeleton
          - Spider
          - Creeper
          mob-amounts:
          - 10
          - 10
          - 10
          - 10
    rewards:
      commands:
      - ei give <player> spawner_lv1 1
      details-override:
      - §#BBBCE6[R] §#dda288實驗體殘骸 §7lv1 §6x1
    planner:
      start: 27:6:2023:0:0:0:Asia/Taipei
      end: 27:6:2023:23:59:59:Asia/Taipei
      repeat: 86400
      cooldown: 86400
      override: true
    options:
      allow-commands: true
      allow-quitting: true
      ignore-silk-touch: true
      use-parties-plugin: true
      share-progress-level: 1
      same-quest-only: true
      share-distance: 0.0
      handle-offline-players: false
      ignore-block-replace: true
PikaMug commented 1 year ago

Please describe how to replicate the issue (which input, result, etc.).

poyu39 commented 1 year ago

When I use the planner to set the start and end time settings, there is no problem with these two settings in the process of my input, until I press Finish and return to the previous page, and when click the plan edit again, the time becomes year/day/month(Usually the year and month are swapped) and time are wrong, I tried modifying the YAML directly, but the result is still the same.

poyu39 commented 1 year ago

https://youtu.be/dNCaXARJC2U this is a video

poyu39 commented 1 year ago

image and this is the time in yaml

PikaMug commented 11 months ago

Thanks for your patience. Please try https://ci.codemc.io/job/PikaMug/job/Quests/432/