-
Notifications
You must be signed in to change notification settings - Fork 0
Default Config
Jesse McKee edited this page Sep 16, 2022
·
1 revision
# Actions to send if it is a players first time on the server
first-join-message=[
"MESSAGE: <yellow> Welcome to the server <name>!",
"BROADCAST : <name> has joined for the first time! Give them a welcome!"
]
formats {
default {
join=[
"BROADCAST : <yellow>[<green>+<yellow>]<green> <name>",
"MESSAGE: <green>Welcome back!",
"MESSAGE DELAY=1 CHANCE=50:There's a 50% chance you'll see this!",
"BROADCAST DELAY=10: <red>Don't forget to <rainbow>vote!"
]
# Permission to check
permission=""
# Priority to show Formats, Higher means higher likelihood
priority=2
quit=[
"BROADCAST:<yellow>[<red>-<yellow>]<green> <name>"
]
# 3 values allowed; NORMAL, RANDOM, VANISH
type=NORMAL
}
extra {
join=[
"BROADCAST : <yellow>[<green>+<yellow>]<green> <name>",
"MESSAGE: <green>Welcome back!",
"MESSAGE DELAY=1 CHANCE=50:There's a 50% chance you'll see this!",
"BROADCAST DELAY=10: <red>Don't forget to <rainbow>vote!"
]
# Permission to check
permission="example.permission.node"
# Priority to show Formats, Higher means higher likelihood
priority=1
quit=[
"BROADCAST:<yellow>[<red>-<yellow>]<green> <name>"
]
# 3 values allowed; NORMAL, RANDOM, VANISH
type=NORMAL
}
}
motds {
default {
actions=[
"MESSAGE : <YELLOW>__________________________________",
"MESSAGE : <RAINBOW>Welcome to the server <green><name>",
"MESSAGE : <YELLOW>__________________________________"
]
# Delay is in seconds
delay=0
# Permission to check
permission=""
# Priority to show Motds, Higher means higher likelihood
priority=1
}
}