keehl254 / Elevators

A lightweight and simple means of vertical transportation for Spigot
GNU General Public License v3.0
3 stars 0 forks source link

Can lose elevators with stacker plugin #5

Open WarnDa opened 3 months ago

WarnDa commented 3 months ago

Hello,

Normally in minecraft you can't stack shulkers, so there is no issue, but when you use elevators, they stack in the inventory. This cause issue when you throw all your elevators on the floor, you don't get all of them but only 1

I am using a stacking plugin (wildstacker), without it it works fine, but with all stacking plugin the issue might appear.

Exemple here : https://youtu.be/kySb5jnPimI

WarnDa commented 1 day ago

I already blacklisted these item from stacking in the plugin *

  # Blacklisted items are items that won't get stacked.
  # Material list: https://bg-software.com/materials/
  # Make sure you follow the "TYPE" and "TYPE:DATA" formats.
  # If you wish to disable blacklisted items, use "blacklist: []"
  blacklist:
  - BROWN_SHULKER_BOX
  - BLACK_SHULKER_BOX
  - BLUE_SHULKER_BOX
  - GRAY_SHULKER_BOX
  - GREEN_SHULKER_BOX
  - LIGHT_GREEN_SHULKER_BOX
  - LIME_SHULKER_BOX
  - MAGENTA_SHULKER_BOX
  - LIGHT_BLUE_SHULKER_BOX
  - PINK_SHULKER_BOX
  - ORANGE_SHULKER_BOX
  - RED_SHULKER_BOX
  - SHULKER_BOX
  - PURPLE_SHULKER_BOX
  - WHITE_SHULKER_BOX
  - YELLOW_SHULKER_BOX
  - LIGHT_GRAY_SHULKER_BOX