SkytAsul / BeautyQuests

A quests plugin based on a simple-to-use graphical interface (Minecraft)
MIT License
149 stars 28 forks source link

Enchanting #285

Open ArberCraft opened 8 months ago

ArberCraft commented 8 months ago

Describe the bug
A clear and concise description of what the bug is and how it occurs. Enchanting is not reconized

Reproduction Steps to reproduce the behavior. (If not already explained above.) Make a Enchanting quest

Screenshots, error messages If applicable, add screenshots to help explain your problem. Are there error messages in the console or in the chat? Nothing happens and just sits there

Software BeautyQuests version: Latest Game version: 1.20.2 Server version: 1.20 Server type (e.i. PaperSpigot): paper Are you using a protocol hack (like ViaVersion)? Yes

Additional context (optional) Add any other context about the problem here. Just does not work

(FR: Si vous êtes plus facilement compréhensible en français, écrivez dans cette langue car il s'agit de ma langue natale)

SkytAsul commented 8 months ago

Not enough information. Please at least provide the quest file...

ArberCraft commented 8 months ago

customItem: ==: org.bukkit.inventory.ItemStack v: 3465 type: CARVED_PUMPKIN startableFromGUI: true endRewards:

SkytAsul commented 8 months ago

What are you trying to achieve? You want your players to enchant a netherite hoe, no matter the enchantment they get?

AhmadMoney commented 8 months ago

Yes

SkytAsul commented 8 months ago

Then change the "item comparisons" to only have "item material" selected.

ArberCraft commented 8 months ago

Still Not Fixed

SkytAsul commented 8 months ago

Ah, shoot. It still does nothing? Could you send your quest file again?

AhmadMoney commented 8 months ago
        type: PUMPKIN_SEEDS
        amount: 64
      stageType: ITEMS
      text: Started "Seed getter" section of the "Fall Quests 3" Set
    '1':
      objects:
        13309e1f-03cb-49d5-9050-f03e1c57570c:
          amount: 1
          object: OAK_LEAVES
      stageType: PLACE_BLOCKS
      text: Started "Repopulate" section of the "Fall Quests 3" Set
    '2':
      objects:
        ffffffff-aea7-9f17-0000-0000000009ae:
          amount: 1
          object:
            v: 3465
            type: NETHERITE_HOE
            meta:
              ==: ItemMeta
              meta-type: UNSPECIFIC
              ItemFlags:
              - HIDE_ENCHANTS
              - HIDE_ATTRIBUTES
              - HIDE_UNBREAKABLE
              - HIDE_DESTROYS
              - HIDE_PLACED_ON
              - HIDE_POTION_EFFECTS
              - HIDE_DYE
              - HIDE_ARMOR_TRIM
      item material:
        enchants: true
      stageType: ENCHANT
  endingStages: {}

id: 2

SkytAsul commented 8 months ago

Then change the "item comparisons" to only have "item material" selected.

You haven't done this... you must disable the "enchants" comparison and only have the "item material" selected (green) in the "item comparisons" button.

ArberCraft commented 8 months ago

Please explane. I Don’t really understand what Your saying

ArberCraft commented 8 months ago

customItem: ==: org.bukkit.inventory.ItemStack v: 3465 type: CARVED_PUMPKIN name: Fall Quests 3 startableFromGUI: true endRewards:

ArberCraft commented 8 months ago

Remade the quest and this is what happened

SkytAsul commented 8 months ago

In the GUI with the list of stages, in the line of your specific enchantment stage, there are multiple buttons, including one to select a list of items and one to toggle "item comparisons". Click on the latter, and then, in the GUI that opens, disable every enabled item and only turn on the "item material" one.

SkytAsul commented 7 months ago

Is it fixed now?

ArberCraft commented 7 months ago

No. Server is under soft shutdown and won’t be opened till end of December.

On Sat, Dec 2, 2023 at 8:26 AM SkytAsul @.***> wrote:

Is it fixed now?

— Reply to this email directly, view it on GitHub https://github.com/SkytAsul/BeautyQuests/issues/285#issuecomment-1837160844, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCZIUSUINMG557GH2PRPFC3YHM3BDAVCNFSM6AAAAAA6ASMMWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZXGE3DAOBUGQ . You are receiving this because you authored the thread.Message ID: @.***>

SkytAsul commented 1 month ago

Hi, have you got any news?