PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
53 stars 21 forks source link

Three different bugs on 3.4.0 #2398

Closed Bobbyharron closed 1 year ago

Bobbyharron commented 1 year ago

Discord tag (optional)

bobby_harron#7548

What happened?

I've been having this issues since i updated:

  1. When someone step on custom crops with vanilla material it drops the vanilla result. for example: if i have a custom potato crop that should drop a custom item, you step on it and drop potatoes.

https://www.youtube.com/watch?v=ZpvwR2DshCk&ab_channel=BobbyHarron

  1. My custom blocks with noteblock material turns into vanilla noteblocks after a right click

https://www.youtube.com/watch?v=G14_OPPCM7o&ab_channel=BobbyHarron

  1. When i repair custom tools in the crafting table the result is the vanilla material of the tool. For example: a ''copper pickaxe'' being repaired on crafting table with another copper pickaxe turns on a vanilla iron pickaxe image

Server version

Purpur 1.19.3

ItemsAdder Version

3.4.0 beta r11

ProtocolLib Version

5.0.0 snapshot b612

LoneLibs Version

1.0.23

LoneDev6 commented 1 year ago
  1. https://www.youtube.com/watch?v=ZpvwR2DshCk&ab_channel=BobbyHarron

will be checked

  1. https://www.youtube.com/watch?v=G14_OPPCM7o

Cannot reproduce it. It might be caused by the custom inventories plugin you're using (not created by me). Try to remove all other plugins and test if the issue occurs.

  1. Make a custom tool, and repair it with the same custom tool, in the crafting table. the result is going to be the vanilla material

Will be checked, although last time I tested it worked fine.

Bobbyharron commented 1 year ago
  1. is using chestcommands fork , wich as far as i know, you did. And its using a click event from itemsadder
LoneDev6 commented 1 year ago

Can you provide the block yml configuration? With the events configuration, thanks

Bobbyharron commented 1 year ago

Can you provide the block yml configuration? With the events configuration, thanks

cajadeventadegranjero:
    display_name: 'Caja de venta de granjero'
    lore:
     - '&8Una caja donde poder vender productos del oficio.'
    permission: cajadeventadegranjero
    resource:
      material: PAPER
      generate: false
      model_path: block/cajadeventa
    specific_properties:
      block:
        placed_model:
          type: REAL_NOTE
          break_particles_material: BARREL
    events:
      placed_block.interact:
        decrement_durability:
          amount: 1
        execute_commands:
          menubanco:
            command: 'vendergranjero'
            as_console: false
LoneDev6 commented 1 year ago

1

fixed

2

cannot trigger, you might have another plugin interfering, please disable all plugins and check if it still happens.

https://user-images.githubusercontent.com/27242001/224064117-cf2b24b6-abd6-41ef-97d3-d365bb79da10.mp4

info:
  namespace: test_2398
items:
  test_2398:
    display_name: 'test_2398'
    lore:
    - '&8Una caja donde poder vender productos del oficio.'
    permission: cajadeventadegranjero
    resource:
      material: PAPER
      generate: false
      model_path: iasurvival:block/ruby_block
    specific_properties:
      block:
        placed_model:
          type: REAL_NOTE
          break_particles_material: BARREL
    events:
      placed_block.interact:
        decrement_durability:
          amount: 1
        execute_commands:
          menubanco:
            command: 'chestcommands:cc open example {player}'
            as_console: true

3

cannot trigger, you might have another plugin interfering, please disable all plugins and check if it still happens.

https://user-images.githubusercontent.com/27242001/224063417-037371bc-fa02-4658-8a52-3fe5926b73dd.mp4

Bobbyharron commented 1 year ago

1

fixed

2

cannot trigger, you might have another plugin interfering, please disable all plugins and check if it still happens.

info:
  namespace: test_2398
items:
  test_2398:
    display_name: 'test_2398'
    lore:
    - '&8Una caja donde poder vender productos del oficio.'
    permission: cajadeventadegranjero
    resource:
      material: PAPER
      generate: false
      model_path: iasurvival:block/ruby_block
    specific_properties:
      block:
        placed_model:
          type: REAL_NOTE
          break_particles_material: BARREL
    events:
      placed_block.interact:
        decrement_durability:
          amount: 1
        execute_commands:
          menubanco:
            command: 'chestcommands:cc open example {player}'
            as_console: true

3

cannot trigger, you might have another plugin interfering, please disable all plugins and check if it still happens.

i just created a server on my pc with only essentials, itemsadder and chestcommands, and the issue still on.

https://www.youtube.com/watch?v=B4Z5uEB5MiA&ab_channel=BobbyHarron