-
Notifications
You must be signed in to change notification settings - Fork 15
Time Format
fromgate edited this page Jun 16, 2017
·
2 revisions
Time values used in ReActions to define delay flags (cooldowns) and delayed actions (exec-activator)
You can define time in seconds - just use number. But if you need other units you must use this formats:
-
HH:MM:SS
— hours: minutes : seconds (01:05:20 - one hour five minutes and twenty seconds). Max value is 23:59:59, min – 00:00:01 -
MM:SS
— minutes : seconds (07:11 - seven minutes and eleven seconds) -
Xd
— X days (3d - three days) -
XXh
— XX hours (2h - two hours) -
XXm
— XX minutes (3m - three minutes) -
XXs
— XX seconds (100s - one hundred seconds) -
XX
— XX seconds (100 - one hundred seconds) -
XXt
— XX ticks, 1 ticks is equal to 1/20 of second or 50 milliseconds (40t — forty ticks = two seconds) -
XXms
— XX milliseconds. (1000ms - one thousand milliseconds = one second) -
[Xd] [XXh] [XXm] [XXs] [XXms]
— complex format, you can define "1d 3m" (one day and three minutes), for example.
Links:
Download | Support | Twitter | VK | MinecraftMain Blog
© 2017, fromgate
http://reactions.fromgate.me
http://reactions.fromgate.ru
- Commands and Permission
- Activators
- Flags
- Actions
- Timers
- Menus
- Data formats
- Configuration
- Команды и пермишены
- Активаторы
- Флаги
- Действия
- Таймеры
- Меню
- Форматы данных
- Конфигурация