-
Notifications
You must be signed in to change notification settings - Fork 1
/
tablist.yml
28 lines (28 loc) · 2.06 KB
/
tablist.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
# ####################################################################################################### #
# 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 Tablist 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 #
# Messages: The messages of this Broadcaster (Placeholders and Color codes (& symbol) work here) #
# You can use | to seperate the header from the footer #
# To use a header only, don't use | (Footer will reset to blank #
# To use a footer only, start the message with | (Header will reset to blank #
###########################################################################################################
Enabled: true
TablistBroadcasters:
ExampleTablistBroadcaster:
Random: false
EnabledWorlds:
- world
Interval: 600
Permission: example.tablist.broadcaster
Messages:
- '&1example message 1'
- '&2example message 2 header|&2example message 2 footer'