Merge pull request 'minimotd' (#4) from minimotd into main
Reviewed-on: #4
BIN
config/MiniMOTD/icons/img0.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
config/MiniMOTD/icons/img1.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
config/MiniMOTD/icons/img2.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
config/MiniMOTD/icons/img3.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
config/MiniMOTD/icons/img4.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
config/MiniMOTD/icons/img5.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
config/MiniMOTD/icons/img6.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
config/MiniMOTD/icons/img7.png
Normal file
|
After Width: | Height: | Size: 8 KiB |
BIN
config/MiniMOTD/icons/img8.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
96
config/MiniMOTD/main.conf
Normal file
|
|
@ -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: <online_players>, <max_players>
|
||||||
|
# - 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="<rainbow><bold>Vanilla++"
|
||||||
|
line2="<gradient:blue:red>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="<rainbow>||||||||<bold><yellow>The server!!!</yellow></bold>||||||||"
|
||||||
|
line2="<italic>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="<rainbow>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: <rainbow>$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
|
||||||
|
}
|
||||||
40
index.toml
|
|
@ -8,6 +8,46 @@ hash = "cd3ae2905b00991d369bc681be56fe2a6c132731eccee3f79fd5f05f8bd4e511"
|
||||||
file = "config/DistantHorizons.toml"
|
file = "config/DistantHorizons.toml"
|
||||||
hash = "da2034687d2a8a2ecfb0c1ca07f756e02b3b2266b1f11a5566d9dcaa5af3118a"
|
hash = "da2034687d2a8a2ecfb0c1ca07f756e02b3b2266b1f11a5566d9dcaa5af3118a"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/MiniMOTD/icons/img0.png"
|
||||||
|
hash = "ce2f7b160573cc7d9ec5635a5e929adc20a98875e8bce36a3b46f9a7a8f40713"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/MiniMOTD/icons/img1.png"
|
||||||
|
hash = "9ebf06198626067d99260ab8ee72ef2715199711fc8596531bcf516236a74c96"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/MiniMOTD/icons/img2.png"
|
||||||
|
hash = "809b9ef7acd2ca57b36983741b6aaf2873ff402ee99df5e1a6dd8742545389ed"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/MiniMOTD/icons/img3.png"
|
||||||
|
hash = "2ac61a1f0afc32b2ec4f294089842d992b8dbb58098e2fc17e9db0fa4f4faad8"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/MiniMOTD/icons/img4.png"
|
||||||
|
hash = "91a1863e89e428e2c0badfedad8f6d26d96bdef353a121b9b5a7490ce86b2a6c"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/MiniMOTD/icons/img5.png"
|
||||||
|
hash = "14f697f6a68b18eefd1d760ecab9734fd9f20424971edc549348e8f2212ec839"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/MiniMOTD/icons/img6.png"
|
||||||
|
hash = "85a66dcf30e99990bf133210e1e6f6a1907760e3f071fdce0f2b11e1646c2c92"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/MiniMOTD/icons/img7.png"
|
||||||
|
hash = "5c45f00e71634c9f6018b0a1f86e55042248db7df18a703df86c309626c845ab"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/MiniMOTD/icons/img8.png"
|
||||||
|
hash = "3b908e9fb7222bcc7039a3a7fee653745a7bf995f993fa0c0998a0f6651a4d8e"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/MiniMOTD/main.conf"
|
||||||
|
hash = "90c4a938ff039f5cf5acae9ed06b532d4e07f1f53c6f0e102859823f360db254"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/NoChatReports/NCR-Client.json"
|
file = "config/NoChatReports/NCR-Client.json"
|
||||||
hash = "be88d44466fd4d68eeead41352fecd920243858ee4ca18dcd6b5f9a728108412"
|
hash = "be88d44466fd4d68eeead41352fecd920243858ee4ca18dcd6b5f9a728108412"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "963f1c39a48e665ca5cd12ba416b169870ecb7c0bfeb82231cc9864a029ca806"
|
hash = "5250392dd8725c268a1cd9e7e0025040978e55bb1eff6a879548027030a08912"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
|
||||||