Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enchanting #285

Open
ArberCraft opened this issue Oct 14, 2023 · 16 comments
Open

Enchanting #285

ArberCraft opened this issue Oct 14, 2023 · 16 comments
Labels
bug Something isn't working under testing A solution has been proposed waiting for response Waiting for response from the author

Comments

@ArberCraft
Copy link

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)

@ArberCraft ArberCraft added the bug Something isn't working label Oct 14, 2023
@SkytAsul
Copy link
Owner

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

@ArberCraft
Copy link
Author

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

  • id: commandReward
    commands:
    • console: true
      label: customcrates give {PLAYER} Fall 1
      name: Fall Quests 3
      manager:
      branches:
      '0':
      stages:
      '0':
      npcID: 13
      items:
      - ==: org.bukkit.inventory.ItemStack
      v: 3465
      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: 128
      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
      itemComparisons:
      enchants: true
      stageType: ENCHANT
      endingStages: {}
      id: 2

@SkytAsul
Copy link
Owner

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

@AhmadMoney
Copy link

Yes

@SkytAsul
Copy link
Owner

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

@ArberCraft
Copy link
Author

Still Not Fixed

@SkytAsul
Copy link
Owner

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

@SkytAsul SkytAsul reopened this Oct 21, 2023
@AhmadMoney
Copy link

        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
Copy link
Owner

SkytAsul commented Oct 25, 2023

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
Copy link
Author

ArberCraft commented Oct 29, 2023

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

@ArberCraft
Copy link
Author

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

  • id: commandReward
    commands:
    • console: true
      label: customcrates give {PLAYER} Fall 1
      manager:
      branches:
      '0':
      stages:
      '0':
      npcID: 13
      items:
      - ==: org.bukkit.inventory.ItemStack
      v: 3465
      type: PUMPKIN_SEEDS
      amount: 64
      stageType: ITEMS
      text: Started "Seed getter" section of the "Fall Quests 3" Set
      '1':
      objects:
      0ab97d8c-6508-4bc8-ba90-b56479cc3581:
      amount: 1
      object: OAK_LEAVES
      stageType: PLACE_BLOCKS
      text: Started, "Repopulate" section of "Fall Quest 3"
      '2':
      objects:
      00000000-29bf-579c-0000-0000000009ae:
      amount: 1
      object:
      v: 3465
      type: NETHERITE_HOE
      stageType: ENCHANT
      text: ENCHANTIMG@!!
      endingStages: {}
      id: 2

@ArberCraft
Copy link
Author

Remade the quest and this is what happened

@SkytAsul
Copy link
Owner

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
Copy link
Owner

SkytAsul commented Dec 2, 2023

Is it fixed now?

@ArberCraft
Copy link
Author

ArberCraft commented Dec 2, 2023 via email

@SkytAsul SkytAsul added waiting for response Waiting for response from the author under testing A solution has been proposed labels Dec 31, 2023
@SkytAsul
Copy link
Owner

Hi, have you got any news?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working under testing A solution has been proposed waiting for response Waiting for response from the author
Projects
None yet
Development

No branches or pull requests

3 participants