▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/Lightning
Lightning

Lightning

Turn ordinary commands into immersive experiences. Add custom commands & more.

Оцените первым
92
1

Lightning

Lightning is a lightweight Paper and Spigot plugin for creating custom commands and extending existing ones with configurable actions, conditions, cooldowns, permissions, and more.

Everything is configured through YAML, making it easy to build utility commands, server shortcuts, interactive experiences, and command automation without writing code.

Key Features

  • Create fully custom commands with aliases, permissions, cooldowns, usage limits, argument validation, and several more options.
  • Extend existing commands with configurable actions and conditions.
  • Built-in support for messages, action bars, titles, boss bars, sounds, particles, fireworks, potion effects, experience, broadcasts, delays, templates, random messages, chance actions, and more.
  • Supports PlaceholderAPI (soft dependency).
  • Supports minecraft versions from 1.8 to latest
  • Regular updates and improvements.

Perfect for servers that want a modern feel, better feedback, and clean command interactions.

Commands

  • /lt - Show available commands
  • /lt reset <command> [player] - Reset cooldowns for custom commands
  • /lt reload - Reload the plugin

Example Custom Command

commands:
  lootbox:
    aliases: [loot, lb]
    description: "Opens a lootbox for a random reward"
    permission: server.lootbox
    playerOnly: true
    cooldown:
      duration: 24h
      message: "&cAlready opened one today, back in &f{time}&c."
    actions:
      - sound: BLOCK_CHEST_OPEN
      - particle:
          type: PORTAL
          count: 20
      - delay: 1s
      - chance:
          percent: 5
          actions:
            - broadcast: "&6&l{player} &ewon the jackpot!"
            - firework:
                type: BURST
                colors: ["#FFD700", "#FFFFFF"]
                power: 1
            - command:
                console: "give {player} diamond 10"
      - chance:
          percent: 25
          actions:
            - command:
                console: "give {player} gold_ingot 5"
      - chance:
          percent: 70
          actions:
            - command:
                console: "give {player} iron_ingot 8"

Example Action Hook (for EssentialsX)

Essentials:
  warp:
    conditions:
      worlds:
        - world
        - world_nether
      worldsNegate: false
    actions:
      - bossbar:
          title: "&5Warping..."
          color: PURPLE
          duration: 3s
      - delay: 1s
      - template: teleport-fx # Template from templates/
  home|homes:
    actions:
      - sound: ENTITY_ENDERMAN_TELEPORT
      - particle:
          type: PORTAL
          count: 20
          speed: 0.05
  # Applies to every Essentials command that doesn't have its own rule.
  default:
    actions:
      - sound: BLOCK_NOTE_BLOCK_PLING
    blacklist: # Commands to ignore.
      - spawn
      - heal

Support

Need help or found an issue? Join our Discord support server and we’ll assist you as soon as possible.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.2.x26.1.x1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x1.13.x1.12.x1.11.x1.10.x1.9.x1.8.x

Платформы

Поддерживаемые окружения

Сервер

Ссылки

Детали

Лицензия:
Опубликован:6 месяцев назад
Обновлён:1 неделю назад
Главная