▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/SimpleCommands Plugin
SimpleCommands Plugin

SimpleCommands Plugin

A lightweight Minecraft plugin for creating custom commands.

41
0

SimpleCommands

A lightweight Minecraft plugin for creating custom commands with modern formatting and flexible action system.

Features

  • Runtime Command Updates - Unregisters old commands and registers new ones with tab completion support
  • MiniMessage Format - Supports modern MiniMessage formatting
  • Built-in Action System - Convenient internal action system for command execution

Available Actions

ActionSyntaxDescription
[MESSAGE][MESSAGE] <message>Sends a message to the command executor
[BROADCAST][BROADCAST] <message>Broadcasts a message to all online players
[CONSOLE][CONSOLE] <command>Executes a command from the console
[PLAYER][PLAYER] <command>Executes a command as the player
[EFFECT][EFFECT] <name;amplifier;duration>Applies a potion effect to the player
[SOUND][SOUND] <name;volume;pitch>Plays a sound to the player
[TITLE][TITLE] <title;subtitle;fadeIn;stay;fadeOut>Displays a title screen

Example

heal:
  aliases: [ "heal", "hp" ]
  player-only: true
  actions:
    - "[MESSAGE] <green>✦ You have been healed!</green>"
    - "[CONSOLE] effect give %player_name% instant_health 1 10 true"
    - "[EFFECT] regeneration;1;10"
    - "[SOUND] entity_player_levelup;1.0;1.5"
    - "[TITLE] <green><bold>Healed!</bold></green>;<white>Health restored</white>;5;30;5"

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

Minecraft: Java Edition

1.21.x

Платформы

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

Сервер

Детали

Лицензия:Apache-2.0
Опубликован:4 месяца назад
Обновлён:4 месяца назад
Главная