SlowManyBlock
PluginLicenseRef-All-Rights-Reserved

SlowManyBlock

Slows down players who carry too many blocks in their inventory. The plugin has flexible settings for thresholds and effects.

26
Downloads
0
Followers
9 months ago
Updated
📦
1
Versions

📖About SlowManyBlock

RU

SlowManyBlock — это плагин, который добавляет на ваш сервер настраиваемую систему "перегрузки". Если игрок переносит в инвентаре слишком много блоков, на него будут накладываться негативные эффекты зелий, такие как Замедление и Слабость. Это добавляет элемент реализма и может использоваться для балансировки игрового процесса.

Конфигурация

# --- Настройки по умолчанию ---
# Применяются ко всем блокам, которых НЕТ в списке 'specific-blocks'.
default-settings:
  # Включить ли подсчет блоков по умолчанию? (true/false)
  enabled: true
  # Порог для блоков по умолчанию.
  block-threshold: 256

# --- Особые блоки ---
# Здесь можно задать индивидуальные пороги для конкретных блоков.
# Эти правила имеют приоритет над настройками по умолчанию.
# Формат: 'modid:block_id': порог_количества
specific-blocks:
  'minecraft:dirt': 128
  'minecraft:cobblestone': 512

# --- Эффекты ---
# Эти эффекты накладываются, если сработало ЛЮБОЕ из правил (особое или по умолчанию).
# Формат: 'modid:effect_name': сила (1 = I, 2 = II, ...)
effects-to-apply:
  'minecraft:slow': 1
  'minecraft:weakness': 1

Команды и права доступа

/smbreload
Описание: Перезагружает конфигурационный файл плагина.
Право: slowmanyblock.reload

slowmanyblock.bypass
Описание: Игроки с этим правом не будут подвержены эффектам плагина. Идеально подходит для администраторов и особых донат-групп.

EN

SlowManyBlock is a plugin that adds a configurable "encumbrance" system to your server. If a player carries too many blocks in their inventory, they will be given negative potion effects, such as Slowness and Weakness. This adds a layer of realism and can be used to balance gameplay.

Configuration

# --- Default Settings ---
# Applied to all blocks NOT listed in 'specific-blocks'.
default-settings:
  # Enable the default block counter? (true/false)
  enabled: true
  # Threshold for default blocks.
  block-threshold: 256

# --- Specific Blocks ---
# Set individual thresholds for specific blocks here.
# These rules override the default settings.
# Format: 'modid:block_id': amount_threshold
specific-blocks:
  'minecraft:dirt': 128
  'minecraft:cobblestone': 512

# --- Effects ---
# These effects are applied if ANY rule (specific or default) is triggered.
# Format: 'modid:effect_name': strength (1 = I, 2 = II, ...)
effects-to-apply:
  'minecraft:slow': 1
  'minecraft:weakness': 1

Commands and Permissions

/smbreload
Description: Reloads the plugin's configuration file.
Permission: slowmanyblock.reload

slowmanyblock.bypass
Description: Players with this permission will not be affected by the plugin's effects. Ideal for admins or special ranks.