console-scheduler/Config.yml

# ###############################################################

# # Hello! Thank you for using ConsoleScheduler. Below you find #

# # configuration settings for this plugin. Make sure you don't #

# # use TABs in your text, only spaces!                        #

# #                                                            #

# # If you have any questions or requests, don't be afraid to  #

# # send me a PM on minecraftforum.net! (username is Rahazan)  #

# # And ehm, consider donating if you like this plugin :x      #

# #                                                            #

# # Yours truly,                                                #

# # Rahazan                                                    #

# ###############################################################

# # Configuration explanation below ~                          #

#  ALL TIMES ARE IN SECONDS!

# Initial delay is the time before the plugin starts starting

# the commands in the schedule. This is in place so that other

# plugins have the time to start. You could set this to 0,

# but errors may occur.

# Make sure the Command1, Command2, Command3 etc. are numbered

# in succession. This will ensure they all load.

#

# Also make sure you enter a command, heh.

#

# 1 minute = 60 seconds. 1 hour = 3600 seconds

# HOUR in 24-hour format!

# SpecificTime commands ALWAYS repeat!

# ###############################################################

InitialDelay: 5

CommandSchedule:

  Command1:

    After: 5

    Repeat: true

    Interval: 30

    Command: say This is an example of a repeating command! It repeats every 30 seconds.

  Command2:

    After: 10

    Repeat: false

    Command: say This is an example of a non-repeating command which launches after 10 sec!

  Command3:

    SpecificTime: true

    Hour: 14

    Minute: 30

    Second: 0

    Command: say This is an example of a command which launches at 2:30:00PM!

Comments

Posts Quoted:
Reply
Clear All Quotes