forked from yPedx/SpigotBoard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
49 lines (45 loc) · 1.29 KB
/
config.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#############################################################
# ____ _ _ ____ _ #
#/ ___| _ __ (_) __ _ ___ | |_| __ ) ___ __ _ _ __ __| |#
#\___ \| '_ \| |/ _` |/ _ \| __| _ \ / _ \ / _` | '__/ _` |#
# ___) | |_) | | (_| | (_) | |_| |_) | (_) | (_| | | | (_| |#
#|____/| .__/|_|\__, |\___/ \__|____/ \___/ \__,_|_| \__,_|#
# |_| |___/ #
#############################################################
# Wiki: https://github.com/yPedx/SpigotBoard/wiki
#
# Report issues: https://github.com/yPedx/SpigotBoard/issues
#
# title = title of scoreboard.
# text = scoreboard lines.
#
# Color codes are supported.
#
# List of all compatible variables
# can be found on the wiki page.
# Empty lines can be achieved by doing this: '' (as shown below)
Scoreboard:
title: '&cSpigot&7Board'
text:
- '&8» &cPlayer'
- '&7{Player}'
- ''
- '&8» &cRank'
- '&7{Group}'
- ''
- '&8» &cTime'
- '&7{Time}'
- ''
- '&8» &cOnline'
- '&7{Online}/{MaxPlayers}'
- ''
- '&7Remember to'
- '&7visit the &cwiki&7!'
Settings:
timezone: America/New_York
toggleCommand: 'scoreboard'
disabled-worlds:
- disabledworld
- disabledworld2
interval-seconds: 7
update-reminder: true