Вопрос Как сделать Кулдаун на /day, /night в CMI?

Ядро
Purpur

Vaniciln

Пользователь
Сообщения
20
Разрешается выкладывание кода, файлов конфигураций, логов и т.д. только под BB-код CODE
Плагин
CMI
Ядро сервера
  1. Purpur
Версия сервера
  1. 1.16.5
Ссылка
https://www.spigotmc.org/resources/cmi-298-commands-insane-kits-portals-essentials-economy-mysql-sqlite-much-more.3742/
Такая вот проблема, что на все команды кулдаун работает но вот на /day и /night нет, использую CMI

Конфиг

Код:
Cooldowns:
  # You can enable any command cooldown to prevent instant usage of it
  # cmi heal:180 means that player can use /cmi heal command only once every 180 seconds
  # if cooldown set to -1 then this command can be performed only one time
  # Administration can bypass limitations with cmi.cooldownbypass.[commandname] permission node
  # Always use full command name and not its alias
  # ----------
  # Alternatively you can use cmi.cooldown.[some_command].[timer] permission node. For example: cmi.cooldown.cmi_heal.30 which will set 30 second cooldown on /cmi heal command
  # If you want to apply cooldown on command when variable is provided, add extra _ at end. For example cmi.cooldown.cmi_heal_.30 which will only use this cooldown when healing some one else
  # KEEP IN MIND that for permission to work you need to set base command cooldown in this list, otherwise permission node will have no effect
  # -----
  # ATTENTION! If you have command like "/cmi home" and you want to prevent teleportation to home but allow gui opening without restrictions, use space after command, in example "cmi home :10"
  Enabled: true
  List:
  - cmi me:30
  - msg:1
  - cmi afk:130
  - cmi heal:120
  - cmi feed:120
  - cmi broadcast:300
  - day:900
  - night:900
  - time day:900
  - time night:900
  - cmi fix all:300
  - cmi repair all:300
  - cmi fix:180
 
Последнее редактирование модератором:
Назад
Сверху Снизу