BedrockCC
本帖最后由 BedrockCC 于 2022-9-16 16:19 编辑

求一个QuickShop的1.19版本,要支持木桶的呢种
谢谢

BedrockCC
Spigotmc我上不去,如果可以的话给附件w

1931312981
BedrockCC 发表于 2022-9-16 13:50
Spigotmc我上不去,如果可以的话给附件w

是这个版本吗

水煮清娃
本帖最后由 水煮清娃 于 2022-9-16 14:01 编辑

站内转载:
https://www.mcbbs.net/thread-1334828-1-1.html


构建地址:
https://ci.codemc.io/job/Ghost-chu/job/QuickShop-Hikari/

附件:
QuickShop-Hikari-3.2.0.2.jar (2.61 MB, 下载次数: 8)


青橘短衫丶
1.19的quickshop

BedrockCC

不支持木桶啊,请问是不是要手动配置

远远饿了
  1. #The list of blocks that can be used to create shops.
  2. #By default, chests are added to this list.
  3. #This will only work for blocks that implement an InventoryHolder!
  4. #In other words, You cannot create shops with normal blocks like dirt or stone.
  5. #Enderchests can only be used as shop blocks when the "openinv" plugin is installed!
  6. #May cause unexpected behavior with some blocks...eg:
  7. #-Hopper shops suck the display item in,
  8. #-Furnace shops allow players whatever item they want in all 3 slots,
  9. #-Dispenser shops aren't protected from redstone,
  10. #-Etc...
  11. shop-blocks:
  12.   - CHEST
  13.   - TRAPPED_CHEST
  14.   - ENDER_CHEST
复制代码

在config.yml里找到这个
自己加一个 -BARREL

BedrockCC

不支持1.19