-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yml
106 lines (105 loc) · 3.76 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# ----------------------------------------- [ Configuration File ] ------------------------------------------ #
# FAQ:
# - "Why IP Logging?": Needed for identifying players in the serverlist by their IP. Used in %player%, %money"
# IPs and UUIDs of players are stored locally inside the IP_UUID.dat.
# - "Connection turns red in serverlist with VersionText on.": Ever seen when your server is outdated in the
# serverlist? SMOTD simulates this and changes the text. This is just cosmetical!
# - "Plugin ServerlistMOTD created a profile with 'HoverText' as an UUID.": Your HoverText normally
# contains a list of players. SMOTD clears that and creates a fake player with your text as its name.
# - "What is Regulars and Newbies?" Players are categorized in those two groups in the list. Regular players
# are known by their ip while newbies are not.
# - "Player related placeholders from PlaceholderAPI are not working!": This is a known limitation. All this
# information is not available in the serverlist because the player isn't online.
# ----------------------------------------- [ Configuration File ] ------------------------------------------ #
ClassicMotd:
Regulars: '&2Welcome back, &e%player%&2! %line%&aIt''s a %weather% %time%.'
Newbies: '&2Welcome newbie! %line%&aIt''s a %weather% %time%.'
RandomMotd:
Enable: false
Regulars:
- '&bHey %player%! %line%&3Those Motds change totally random!'
- '&2You can add as many Motds as you want!'
- '&eAdd bullet points to add more Motds!'
- '&3The weather is %weather% and it is %time%'
Newbies:
- '&bHey Newbie. %line%&3Those Motds change totally random!'
- '&2You can add as many Motds as you want!'
- '&eAdd bullet points to add more Motds!'
- '&3The weather is %weather% and it is %time%.'
BanMotd:
Enable: false
MessageTempBan: '&cYou are banned! Reason: &e%reason%%line%&cExpiration: &e%expdate% at %exptime%'
MessageForeverBan: '&cYou are banned! Reason: &e%reason%%line%&cExpiration: &eNEVER'
Format:
Date: 'DD/MM/YYYY'
Time: 'hh:mm:ss'
WhitelistMotd:
Enable: false
MessageWhitelisted: '&cWelcome back, &e%player%&c!%line%&c&oYou are on the whitelist.'
MessageNotWhitelisted: '&cYou are &lNOT &cwhitelisted.%line%&c&oPlease contact the server owner.'
RestrictedMode:
Enable: false
Motd:
AccessGranted: '&4Server is in restricted mode! You are able to join.'
AccessDenied: '&4Can''t connect to server.'
KickMessage: 'java.net.ConnectException: Connection timed out: no further information:'
Slots:
VersionText: ''
Slots:
FakeMaxPlayer:
Enable: false
Number: 200
FakeOnlinePlayer:
Enable: false
Number: 122
RandomNumber:
Enable: false
Max: 100
Min: 90
VersionText:
Enable: false
Message: '&aJoin now! &e%realonline%/%realslots%'
OutdatedClientText:
Enable: false
Message: 'Use Minecraft 1.16 &r&7%realonline%&8/&7%realslots%'
UnknownSlots:
Enable: false
SlotsPlusOne:
Enable: false
MinSlots: 5
MaxSlots: 100
AddSlotsToOnline: 1
OnlineMultiplier:
Enable: false
MinSlots: 100
MaxSlots: 2500
AddSlotsWhenOnline>MinSlots: 1
MultiplyBy: 5
HoverText:
Enable: false
Messages:
- '&7>>>>>>> &6ServerlistMOTD &7<<<<<<<'
- ' &e-> This is a TEST!'
- ' &e-> Strumswell loves you. &c&l<3'
- '&eAdd lines by adding bullet points!'
Variables:
TimeVariable:
NightText: night
DayText: day
World: world
WeatherVariable:
RainText: rainy
SunText: clear
World: world
RandomNumberVariable:
Max: 100
Min: 90
RandomPlayerVariable:
UseTextWhenNobodyOnline:
Enable: false
Text: 'Player'
UseDatabaseNameWhenNobodyOnline:
Enable: true
AutoSaveConfig:
IntervalInMin: 30
DoNOTtouchMe: 10.1