documentation/Configs/calender.yml

Universal


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This is your Eventcalender!
# You can set a join-Message or a repeating, broadcast message.
# You can use: firework, onlymessage, diamant
# You can set the type to join or repeating
# The delay is in minutes.
Events:                                                         #To add a new event, just copy a event, paste it again and configure it.
  Christmas:
    message: '&4Ho &2Ho &4Ho &2Ho! &4Merry Christmas!!!'        #message broadcasted in the chat
    event: onlymessage                                          #event (firework, onlymessage, diamant)
    type: repeating                                             #event-type (join or repeating)
    delay: 5                                                    #event delay in minutes
    item: 0                                                     #item ID
    date: 25.12.                                                #date of the year
  New Year:
    message: '&6Happy new year!'
    event: firework
    type: join
    delay: 5
    item: 0
    date: 1.1.
  Birthday:
    message: '&cToday is our birthday!!!'
    event: item
    type: repeating
    delay: 5
    item: 0
    date: 10.2.

Comments

Posts Quoted:
Reply
Clear All Quotes