CMI Bungee чат?

GIGABAIT

Premium
Разработчик
Сообщения
427
Решения
11
Веб-сайт
tensa.co.ua
Как в cmi сделать глобальный чат для банжы я его врубил и когда я пишу в чат он по дефолту в глобал пишет как можно сделать чтоб он был не по дефолту а например по команде или по символу и был доступен игрокам?
 
да не хочется ставить какие-то еше плагины если это можно сделать через CMI
Авто объединение сообщений:

у меня шя стоит плагин на банжы для этого но просто если это можно сделать через CMI было б не плохо
 
YAML:
#
# Edit custom variables in game if possible
# Some extra variables can be used, like [playerName] will insert senders name automatically
# All global variables should work, you can find full list in locale file
# You can add delay between commands by inserting line like
# delay! 5
# This will delay next commands by defines time in seconds
# If command is shortened and you need to provide some changing variables like target player name you need to define what and where it should be placed
# Example: /cmi heal Zrips
# Can be shortened with custom alias to something like /h zrips by using alias command like
# cmi heal $1
# If you need to add more than one variable, use $1- format. Number represents variable place when used in alias command
# Example: cmi tppos $1-
# In case you want to print out help page if player enters wrong subcommand, use ? in alias
# Example: ca ?
# In this case if player performs /ca wrongsub or /ca anotherwrong
# Commands under this alias will get executed. Exelent way to show help page and correct usage if needed

CustomAlias:
  g:
    Cmds:
    - fromConsole! lp user [playerName] permission set cmi.bungee.publicmessages.*
    - 'fromConsole! sudo [playerName] c: $1-'
    - fromConsole! lp user [playerName] permission unset cmi.bungee.publicmessages.*
 
Назад
Сверху Снизу