#===| # Should command execution be enabled when summoning a screamer for the player? "Through command, or automatically" # Нужно ли включать выполнения команд, когда для игрока призывают скримера? "Через команду, или автоматически" Commands-Enabled: false
#===| # Modes of command execution for the player: # - "all" means that all commands from the list will be applied to the player. # - "random" means that a random command from the list will be selected and applied to the player. # - "sequential" means that commands will be applied to the player in the order specified in the list. # Режимы выполнения команд для игрока: # - "all" означает, что все команды из списка будут применены к игроку. # - "random" означает, что будет выбрана случайная команда из списка и будет применена к игроку. # - "sequential" означает, что команды будут применены к игроку в порядке, указанном в списке. Commands-Mode: all #===| # Specify your commands here that will be applied to the player. # Available values: # - run-command-console - Executes a command from the console. # - run-command-player - Executes a command from the player's perspective. # - %player% - Replaced with the player's nickname. # Ability to specify multiple commands in one line "run-command-console: say %player%; run-command-player: say %player%" # using the ";" symbol. # Укажите здесь свои команды которые будут применены к игроку. # Доступные значения: # - run-command-console - Выполняется команда от имени консоли. # - run-command-player - Выполняется команда от имени игрока. # - %player% - Заменяется на ник игрока. # Возможность указать несколько команд в одной строке "run-command-console: say %player%; run-command-player: say %player%" # через символ ";" Commands-List:
- 'run-command-console: say
%player%; run-command-player: say %player%' - 'run-command-player: say
%player%; run-command-console: say %player%'