diff --git a/docs/Custom-Logos.md b/docs/Custom-Logos.md index a33ce2e0..4803cc5f 100644 --- a/docs/Custom-Logos.md +++ b/docs/Custom-Logos.md @@ -1,4 +1,4 @@ -If you'd like to display a custom logo or image in your TAB menu, like the example listed on the project listing,[1] you will need to make use of a resource pack to retexture Minecraft's default Unicode characters. +If you'd like to display a custom logo or image in your TAB menu, like the example listed on the project listing,† you will need to make use of a resource pack to retexture Minecraft's default Unicode characters.
Example: Mine in Abyss server TAB menu. @@ -7,7 +7,7 @@ If you'd like to display a custom logo or image in your TAB menu, like the examp
## Creating a resource pack -To do this, you'll need to make a resource pack, and set it to be used on your servers as the Server Resource Pack[2]. To do this: +To do this, you'll need to make a resource pack, and set it to be used on your servers as the Server Resource Pack ‡. To do this: 1. Create a blank resource pack. Consult the [Minecraft Wiki](https://minecraft.fandom.com/wiki/Resource_pack) for making a super basic resource pack layout; this involves creating a `pack.mcmeta` for the correct Minecraft version and placing this inside the root of a directory. 2. Create the directory to store your logo texture: `/assets/server_name/textures/font`. Replace `server_name` with your server name (lower case, no spaces) 3. Place your logo in that directory. The logo can have a maximum size of 256x256 (though you can technically use multiple characters if you want a larger logo; feel free to experiment) @@ -41,11 +41,7 @@ To do this, you'll need to make a resource pack, and set it to be used on your s ## The entire _Bee Movie_ as an animated TAB header You totally could render the entire _Bee Movie_ in the TAB menu by retexturing a ton of impossible Unicode characters with this method, yes (at a low resolution, granted). Bare in mind there are limits on maximum server resource pack sizes, so you'd need to do some optimizations. Your Velocitab config file would also be very long. Have fun. ----- - - -[1] — Courtesy of Mine In Abyss. Made in Abyss © Akihito Tsukushi, Takeshobo / Made in Abyss Production Committee. - - - -[2] — Taken from [this helpful Reddit comment](https://www.reddit.com/r/admincraft/comments/llrgty/comment/gnswdcz/) on [/r/admincraft](https://www.reddit.com/r/admincraft/) by [/u/MrPowerGamerBR](https://www.reddit.com/user/MrPowerGamerBR/). +## References +† — Courtesy of [https://mineinabyss.com Mine in Abyss]. +
+‡ — Taken from [this helpful Reddit comment](https://www.reddit.com/r/admincraft/comments/llrgty/comment/gnswdcz/) on [/r/admincraft](https://www.reddit.com/r/admincraft/) by [/u/MrPowerGamerBR](https://www.reddit.com/user/MrPowerGamerBR/).