-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
85 lines (76 loc) · 4.16 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# ██████████
# ████ ████ _ (`-. ('-. .-. ('-. .-') _ .-') _ _ .-')
# ██ ██ ( (OO )( OO ) / ( OO ).-. ( OO ) )( OO) ) ( '.( OO )_
# ██ ██ _.` \,--. ,--. / . --. /,--./ ,--,' / '._ .-'),-----. ,--. ,--.)
# ██ ██ (__...--''| | | | | \-. \ | \ | |\ |'--...__)( OO' .-. '| `.' |
# ██ ██ | / | || .| |.-'-' | || \| | )'--. .--'/ | | | || |
# ██ ██ | |_.' || | \| |_.' || . |/ | | \_) | |\| || |'.'| |
# ██ ████ ████ ██ | .___.'| .-. | | .-. || |\ | | | \ | | | || | | |
# ██ ██ ██ ██ | | | | | | | | | || | \ | | | `' '-' '| | | |
# ██ ████ ████ ██ `--' `--' `--' `--' `--'`--' `--' `--' `-----' `--' `--'
# ██ ░░░░ ░░░░ ██
# ██ ████████ ██
# ██ ██████ ██████ ██
# ██ ██ ██ ██
# ██ ██ ██ ██
# ██ ██████ ██████ ██ ██
# ██ ████ ██
# ██ ██
# ██ ██
# ██ ██
# ██ ██
# ██ ████
# ████ ████
# ██████████████████████
# Version of this config. Please do not change.
configVersion: 8
# Where do you want phantom to run?
serverInfo:
host: 0.0.0.0
port: 25565
# What should the broadcast sent to players look like (number from one to three)?
Style: 3
# Option One:
# Upper Message ꖦ
# ████ Lower Message ⡏ Hover Message ⢹
# ████ ⣇ ⣸
# Option Two:
# 0/0 ꔖ
# ████ Lower Message ⡏ Hover Message ⢹
# ████ ⣇ ⣸
# Option Three:
# 0/1 ꔖ
# ████ Lower Message ⡏ Hover Message ⢹
# ████ ⣇ ⣸
Content:
# What will the server's MOTD show as? Max 2 lines.
lowerMessage: |-
&8[&7&lPhantom&8]
&f&oThis server is just a broadcast!
# Text shown above the server
upperMessage: '&fThis msg appears above the server!'
# This text will appear when someone hovers over the server's status indicator
hoverMessage: |-
&7[&f&lPhantom&7]
&bThis is some example text
&3It can be as long and wide
&3as you want. The Only
&3limitation is the size of
&3the screen.
# What text is sent to users who try to connect to the server? (no coloring accepted)
kickMessage: |-
Players will be kicked with
this message!
This can be as many lines as you
want. Theres a limitation that lines
will be concated into 51 chars lines,
and that the amount of lines has to fit
inside of the screen.
# Where can we find a 64x64 pixel png image?
imagePath: "server-icon.png"
Logging:
# Append all console messages to console.log
storeMessages: false
# List all players who have joined in players.log
storeUsers: true
debug: false