Configuration

plugins:
  samplePlugin:  #Here comes the plugin name
    type: disable  #Can be disabled or enabled
    times:
    - 9:00-15:30  #The time when "samplePlugin" will be enabled
  anotherPlugin:  #Name of an other plugin
    type: enable  #Can be disabled or enabled
    times:
    - 9:30-14:00  #The time when "anotherPlugin" will be enabled
    - 23:50-13:00  #Anothertime "anotherPlugin" will be enabled
commands:
  a:
    command: say  #Command that will be ran from Console
    arguments: A new day starts....  #The arguments for the command
    time: 00:00  #Time when the command will be ran
  b:
    command: say  #Same command 
    arguments: Good night!  #Another argument
    time: '23:00'  #Another time

Comments

Posts Quoted:
Reply
Clear All Quotes