diff --git a/config/MiniMOTD/icons/img0.png b/config/MiniMOTD/icons/img0.png new file mode 100644 index 0000000..39cc952 Binary files /dev/null and b/config/MiniMOTD/icons/img0.png differ diff --git a/config/MiniMOTD/icons/img1.png b/config/MiniMOTD/icons/img1.png new file mode 100644 index 0000000..262604a Binary files /dev/null and b/config/MiniMOTD/icons/img1.png differ diff --git a/config/MiniMOTD/icons/img2.png b/config/MiniMOTD/icons/img2.png new file mode 100644 index 0000000..7e56db8 Binary files /dev/null and b/config/MiniMOTD/icons/img2.png differ diff --git a/config/MiniMOTD/icons/img3.png b/config/MiniMOTD/icons/img3.png new file mode 100644 index 0000000..bc40d91 Binary files /dev/null and b/config/MiniMOTD/icons/img3.png differ diff --git a/config/MiniMOTD/icons/img4.png b/config/MiniMOTD/icons/img4.png new file mode 100644 index 0000000..f067dc3 Binary files /dev/null and b/config/MiniMOTD/icons/img4.png differ diff --git a/config/MiniMOTD/icons/img5.png b/config/MiniMOTD/icons/img5.png new file mode 100644 index 0000000..c43eb4d Binary files /dev/null and b/config/MiniMOTD/icons/img5.png differ diff --git a/config/MiniMOTD/icons/img6.png b/config/MiniMOTD/icons/img6.png new file mode 100644 index 0000000..f39b972 Binary files /dev/null and b/config/MiniMOTD/icons/img6.png differ diff --git a/config/MiniMOTD/icons/img7.png b/config/MiniMOTD/icons/img7.png new file mode 100644 index 0000000..c4ff520 Binary files /dev/null and b/config/MiniMOTD/icons/img7.png differ diff --git a/config/MiniMOTD/icons/img8.png b/config/MiniMOTD/icons/img8.png new file mode 100644 index 0000000..bb90b19 Binary files /dev/null and b/config/MiniMOTD/icons/img8.png differ diff --git a/config/MiniMOTD/main.conf b/config/MiniMOTD/main.conf new file mode 100644 index 0000000..6a110f7 --- /dev/null +++ b/config/MiniMOTD/main.conf @@ -0,0 +1,96 @@ +# MiniMOTD Main Configuration + +# Enable server list icon related features +icon-enabled=true +# Enable MOTD-related features +motd-enabled=true +# The list of MOTDs to display +# +# - Supported placeholders: , +# - Putting more than one will cause one to be randomly chosen each refresh +motds=[ + { + # Set the icon to use with this MOTD + # Either use 'random' to randomly choose an icon, or use the name + # of a file in the icons folder (excluding the '.png' extension) + # ex: icon="myIconFile" + icon=random + line1="Vanilla++" + line2="Server! Just a week away. The server is in a week!" + }, + { + # Set the icon to use with this MOTD + # Either use 'random' to randomly choose an icon, or use the name + # of a file in the icons folder (excluding the '.png' extension) + # ex: icon="myIconFile" + icon=random + line1="||||||||The server!!!||||||||" + line2="crazy" + }, + { + # Set the icon to use with this MOTD + # Either use 'random' to randomly choose an icon, or use the name + # of a file in the icons folder (excluding the '.png' extension) + # ex: icon="myIconFile" + icon=random + line1="Casey has pneumonia" + line2="pray for him..." + }, + { + # Set the icon to use with this MOTD + # Either use 'random' to randomly choose an icon, or use the name + # of a file in the icons folder (excluding the '.png' extension) + # ex: icon="myIconFile" + icon=random + line1="sorry it took so long 💀" + line2=kinda + }, + { + # Set the icon to use with this MOTD + # Either use 'random' to randomly choose an icon, or use the name + # of a file in the icons folder (excluding the '.png' extension) + # ex: icon="myIconFile" + icon=random + line1="Server fund running total: $6" + line2="so close!" + } +] +player-count-settings { + # Should the displayed online player count be allowed to exceed the displayed maximum player count? + # If false, the online player count will be capped at the maximum player count + allow-exceeding-maximum=false + # Setting this to true will disable the hover text showing online player usernames + disable-player-list-hover=false + # Settings for the fake player count feature + fake-players { + # Modes: add, constant, minimum, random, percent + # + # - add: This many fake players will be added + # ex: fake-players="3" + # - constant: A constant value for the player count + # ex: fake-players="=42" + # - minimum: The minimum bound of the player count + # ex: fake-players="7+" + # - random: A random number of fake players in this range will be added + # ex: fake-players="3:6" + # - percent: The player count will be inflated by this much, rounding up + # ex: fake-players="25%" + fake-players="25%" + # Enable fake player count feature + fake-players-enabled=false + } + # Setting this to true will disable the player list hover (same as 'disable-player-list-hover'), + # but will also cause the player count to appear as '???' + hide-player-count=false + # Changes the Max Players to be X more than the online players + # ex: x=3 -> 16/19 players online. + just-x-more-settings { + # Enable this feature + just-x-more-enabled=false + x-value=3 + } + # Changes the Max Players value + max-players=69 + # Enable modification of the max player count + max-players-enabled=true +}