Kimmeogbeo__ 5db6c4ea4ed94ca3a43a363bc241b8cb
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.11.2 |
게임버전 (BE) | 관련없음 |
컴뱃로그에서 싸우면 도중에 아이템이 떨궈지는건 되는데
명령어 금지가 안됩니다.
# All commands in this configuration have some prefixes available:
# [PLAYER] - Run the command as the player.
# [OP] - Run the command as the player, but with "Server Operator" permissions (NOT recommended).
# Any commands without a prefix will be executed by the server console.
# All Commands in this configuration have some placeholders available:
# Valid Placeholders:
# {combatlogx_player} - The name of the player that was tagged.
# {combatlogx_current_enemy_name} - The name of the enemy that tagged the player. The enemy can be unknown.
# This is a list of commands that will be executed whenever a player is tagged.
#
# Set this to an empty list to disable all tag commands.
# tag-command-list: []
#
# Use the list format to add commands.
# tag-command-list:
# - 'tellraw {player} {"text":"command 3 with internal quotes"}'
tag-command-list:
- /heal
- /창고
- /엔더창고
# This is a list of commands that will be executed whenever a player is untagged.
# Valid Placeholders:
# {combatlogx_player} - The name of the player that was untagged.
# {combatlogx_enemy} - The name of the last known enemy that tagged the player. The enemy can be unknown.
#
# Set this to an empty list to disable all untag commands.
# untag-command-list: []
#
# Use the list format to add commands.
# untag-command-list:
# - "command1"
# - "command2 with spaces"
# - 'tellraw {player} {"text":"command 3 with internal quotes"}'
untag-command-list:
- /spawn
- /스폰
이쪽 부분을 바꾸는것 같아서
tag-command-list와 untag-command-list를 바꿨는데 안되더라고요
아시는분 좀 도와주세요!
코코냐
2023.03.06해당 기능은 명령어 금지가 아니라, 전투 시작/종료시 자동으로 실행할 명령어로 보입니다.
김먹버
2023.03.06감사합니다. 그러면 이것으로는 명령어 금지가 불가능한건가요?
코코냐
2023.03.07전체 설정을 한번 더 살펴보셔야 할것 같습니다.
김먹버
2023.03.07다른 좋은 방법은 없을까요?
김먹버
2023.03.07# Valid Placeholders:
# {combatlogx_player} - The name of the player that is being punished.
#
# Set this to an empty list to disable all punishment commands.
# punish-command-list: []
#
# Use the list format to add commands.
# punish-command-list:
# - "command1"
# - "command2 with spaces"
# - 'tellraw {player} {"text":"command 3 with internal quotes"}'
punish-command-list: [ ]
# Set this option to 'true' to enable the 'special-punish-commands' option below.
# Make sure to also set 'enable-punishment-counter' in the 'punish.yml' file to use these properly.
special-punish-commands-enabled: false