From 4690db234a63307cbae8493c8d547e01e55b40ff Mon Sep 17 00:00:00 2001 From: Fauli1221 Date: Tue, 9 Apr 2024 22:24:30 +0200 Subject: [PATCH] added configs removed bookshelf and added no chat reports --- server/config/yosbr/config/MiniMOTD/main.conf | 154 ++++++++++++++++++ server/config/yosbr/options.txt | 0 server/index.toml | 18 +- server/mods/bookshelf-lib.pw.toml | 13 -- server/mods/no-chat-reports.pw.toml | 13 ++ server/pack.toml | 2 +- 6 files changed, 181 insertions(+), 19 deletions(-) create mode 100644 server/config/yosbr/config/MiniMOTD/main.conf create mode 100644 server/config/yosbr/options.txt delete mode 100644 server/mods/bookshelf-lib.pw.toml create mode 100644 server/mods/no-chat-reports.pw.toml diff --git a/server/config/yosbr/config/MiniMOTD/main.conf b/server/config/yosbr/config/MiniMOTD/main.conf new file mode 100644 index 0000000..79c0060 --- /dev/null +++ b/server/config/yosbr/config/MiniMOTD/main.conf @@ -0,0 +1,154 @@ +# 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="LOUDER PLEASE" + line2="" + }, + { + # 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="Sub to" + line2="Jo" + }, + { + # 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=":emoteonly:" + line2="" + }, + { + # 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="" + line2=":emoteonly:" + }, + { + # 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="He just launched the Nuke" + line2="" + }, + { + # 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="LGBTQIA+" + line2="" + }, + { + # 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="Berlin" + line2="" + }, + { + # 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=")_)" + line2="" + }, + { + # 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="Muni cute" + line2="|||||||||||||||||||||||" + }, + { + # 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="Bwoonion" + line2="" + }, + { + # 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="<#e6ac65>Deer Chips" + line2="" + } +] +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="=42" + # Enable fake player count feature + fake-players-enabled=true + } + # 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 + # The list of server names that affect player counts/listing. + # Only applicable when running the plugin on a proxy (Velocity or Waterfall/Bungeecord). + # When set to an empty list, the default count & list as determined by the proxy will be used. + servers=[] +} diff --git a/server/config/yosbr/options.txt b/server/config/yosbr/options.txt new file mode 100644 index 0000000..e69de29 diff --git a/server/index.toml b/server/index.toml index 3e3164c..655059e 100644 --- a/server/index.toml +++ b/server/index.toml @@ -1,5 +1,13 @@ hash-format = "sha256" +[[files]] +file = "config/yosbr/config/MiniMOTD/main.conf" +hash = "41c0f7a4ca18cc7405fe727e0a11fad7df0ddcf89c9e7288c0c3d64ec102eb08" + +[[files]] +file = "config/yosbr/options.txt" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + [[files]] file = "datapacks/armor statues v2.8.11 (MC 1.20-1.20.4).zip" hash = "46b6af287c4befd37db8ed3d9909eaea10d4dc7f1e0f3be7f7f0d297430bcdd5" @@ -85,11 +93,6 @@ file = "mods/big-pony.pw.toml" hash = "01f80962699a667282be91000a277b1194f0c1cc45d40ef9487b9335f69ee4f7" metafile = true -[[files]] -file = "mods/bookshelf-lib.pw.toml" -hash = "1b770fb451d27288334ac80e585fd1d2dfa28543d89e1cce3f5b673644564f4b" -metafile = true - [[files]] file = "mods/c2me-fabric.pw.toml" hash = "17251ecdaed4668e20646189ffa23edbc76ea185a8389bde2c4c9f190ffd4d25" @@ -220,6 +223,11 @@ file = "mods/mixintrace.pw.toml" hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86" metafile = true +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "a045df0a5d03ef89d92ca9318aa42a5a5e7617b37dd38d32b0a7058c0f6f4ef7" +metafile = true + [[files]] file = "mods/noisium.pw.toml" hash = "967412dd78791d3c8ed00470ac9dd9473d0d03fdf78d04a9a004ea79bfcbde70" diff --git a/server/mods/bookshelf-lib.pw.toml b/server/mods/bookshelf-lib.pw.toml deleted file mode 100644 index a809ef9..0000000 --- a/server/mods/bookshelf-lib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Bookshelf" -filename = "Bookshelf-Fabric-1.20.4-23.0.6.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/Veo82xGo/Bookshelf-Fabric-1.20.4-23.0.6.jar" -hash-format = "sha1" -hash = "0b6a308b164b25a6e4434d8bd97901aacaace601" - -[update] -[update.modrinth] -mod-id = "uy4Cnpcm" -version = "Veo82xGo" diff --git a/server/mods/no-chat-reports.pw.toml b/server/mods/no-chat-reports.pw.toml new file mode 100644 index 0000000..c10b615 --- /dev/null +++ b/server/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.20.4-v2.5.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/tfv6A4l5/NoChatReports-FABRIC-1.20.4-v2.5.0.jar" +hash-format = "sha1" +hash = "4108d959727fde432620693c2e271b4be81e5591" + +[update] +[update.modrinth] +mod-id = "qQyHxfxd" +version = "tfv6A4l5" diff --git a/server/pack.toml b/server/pack.toml index 02968a2..3c1c96e 100644 --- a/server/pack.toml +++ b/server/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "182237f8a364d0347e0ab421298670d3fa4344283c68a36045b4efd663d141e8" +hash = "cab4655c573a27180f6bed106dd8a3011d70fe51835620fb163df9810addcdf9" [versions] fabric = "0.15.9"