-
Notifications
You must be signed in to change notification settings - Fork 1
/
title.yml
31 lines (31 loc) · 2.07 KB
/
title.yml
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
28
29
30
31
# ####################################################################################################### #
# FreeAutoMessage version 1.0.0 configuration #
# Any help with this configuration should be requested here: #
# https://www.spigotmc.org/resources/free-auto-message.11191/ #
# (c) 2015 j0ach1mmall3 - All rights reserved #
###########################################################################################################
# CONFIGURATION DOCUMENTATION #
# Enabled: Should Title broadcasting be enabled? (Note: this requires Minecraft version 1.8!) #
# Random: Should the order be randomized? #
# EnabledWorlds: The worlds in which this Broadcaster will be active #
# Interval: The interval between each messages #
# Permission: The permission a player needs to have to see the messages #
# FadeIn: The time in ticks (1 second = 20 ticks) for the 'fade in' #
# Stay: The time in ticks (1 second = 20 ticks) for the message to stay #
# The time in ticks (1 second = 20 ticks) for the 'fade out' #
# Messages: The messages of this Broadcaster (Placeholders and Color codes (& symbol) work here) #
###########################################################################################################
Enabled: true
TitleBroadcasters:
ExampleTitleBroadcaster:
Random: false
EnabledWorlds:
- world
Interval: 600
Permission: example.title.broadcaster
FadeIn: 20
Stay: 60
FadeOut: 20
Messages:
- '&1example message 1'
- '&2example message 2'