Перейти к содержимому
Mineforgian

Cauthon ItemStacker

Combines dropped items on the ground into 1 item of same type and displays how many is there

Загрузки
555
Подписчики
2
Обновлён
9 ноября 2024 г.
Лицензия
Apache-2.0

Опубликован 9 ноября 2024 г.

Cauthon ItemStacker

uhhh this plugin merges items dropped in the world into larger stacks, up to a maximum number from the configuration.. This reduces item clutter and keeps things organized. It also displays item amounts with colored text.

Configuration

# Maximum number of items that can be merged into a single stack
max-stack-size: 512

# List of items that should not be merged
blacklisted-items:
  - BEDROCK
  - COMMAND_BLOCK
  - BARRIER

# Colors for the display text (RGB format)
colors:
  amount:
    red: 255
    green: 0
    blue: 0
  item-name:
    red: 0
    green: 0
    blue: 255

# Merge delay in seconds, DONT CHANGE THIS UNDER 3!!!
merge-delay: 3

We have a discord now!!! https://discord.gg/62493Tu5AD

Комментарии

Загружаем…