Useless Pumpkin
# Useless Pumpkin
This is a joke resource pack that makes you wear carved pumpkins backwards, making them unusable.
It simply renders them backwards on the player model, and makes the first-person pumpkin overlay pitch black.
See the gallery for images.
Urban Informators
Designed for travel and adventure lovers who want to add more realism and visual upgrades to train stations in Minecraft. This resource pack rethinks all the informants that usually stand unnoticed at train stations and turns them into more expressive and interactive objects. Now they will look much more realistic, with details that create a sense of presence at a real train station.
UniversalPluginUpdater
UniversalPluginUpdater


简体中文 | English
—
## Introduction
UniversalPluginUpdater (UPU) is a Minecraft server plugin that allows you to quickly update existing server plugins, while also providing APIs to help developers easily implement automatic update functionality for their plugins.
The development of UniversalPluginUpdater was inspired by APT.
## Documents and tutorials
For first-time UPU users, reading the UPU Help Manual can help them get started quickly. Many questions can be answered by consulting the documentation, which also includes how UPU checks for updates to other plugins.
## Download
* Stable version
* Modrinth
* Hangar
* GitHub Releases
## Commands
This is just a list of some commonly used commands. For a complete list of commands, please refer to the documentation.
| Command | Description |
| — | — |
| /universalpluginupdater (/upu) | UniversalPluginUpdater main command |
| /upu update | update list of available plugins. |
| /upu list | list all available plugins |
| /upu download | download existing plugins’ newer version by downloading. |
| /upu upgrade | upgrade existing plugins by downloading/installing newer version. |
| /upu repo | configuration file repository sub-command |
## License
GNU General Public License v3.0
—
DreamVoid, Made with ❤.
Upside Down Shader
**English version:**
Upside Down Shader — Play Minecraft Upside Down 🙃
Turns your entire Minecraft world upside down. Sky at the bottom, ground at the top. No reason, no purpose, just chaos. Can you survive like this?
**Features:**
– Entire screen flipped upside down
– Sky at the bottom, ground at the top
– Zero performance cost
– Works with any resource pack
Compatible with Minecraft 1.0–1.21.x via OptiFine or Iris.
Subscribe so you don’t miss any updates! If you have questions or need support, join our Discord.
—
**Русская версия:**
Upside Down Shader — Играй в Майнкрафт вверх ногами 🙃
Переворачивает весь твой Майнкрафт вверх ногами. Небо внизу, земля вверху. Никакой причины, никакого смысла, просто хаос. Сможешь выжить так?
**Возможности:**
– Весь экран перевёрнут вверх ногами
– Небо внизу, земля вверху
– Никаких потерь производительности
– Работает с любым ресурс паком
Совместимо с Minecraft 1.0–1.21.x через OptiFine или Iris.
Подписывайтесь, чтобы не пропустить обновления! Если есть вопросы — заходите в Discord за поддержкой.
UnVoidable
# UnVoidable
Prevents players from falling to void.
## Available Commands
– **/unvoidable reload:** Allows for the quick reloading of the plugin’s configuration without server restart.
– **/unvoidable setspawn:** This command sets the safe spawn coordinates and facing direction based on your current location.
– **/unvoidable setvoidlevel :** This command sets the Y-level where the void begins.
## Permissions
– `unvoidable.admin`: Grants the ability to execute admin commands of the plugin.
## Support
For any queries or assistance with UnVoidable, please visit the GitHub repository.
## Installation Steps
1. Obtain the latest version of UnVoidable from the [Modrinth Page](modrinth.com/plugin/unvoidable).
2. Place the downloaded `.jar` file into your server’s `plugins` directory.
3. Restart your server to activate the plugin.
4. Customize the `config.yml` file located in `plugins/UnVoidable/config.yml` to suit your needs.
## License
UnVoidable is released under the Apache License 2.0.
Unused Parrot Textures Restored
| This resource pack restores 5 out of 11 (the others simply arent showed online) unused parrots textures that were initially supposed to get in minecraft |
| I decided to make it into a resource pack when i saw this reddit post |
| Those and parrot textures in general by RazzleberryFox |
| ETF REQUIRED |
Unused Ost Discs
A simple little pack that changes the music discs to something more C418. Used well in conjuction with redsquare’s C418 Music Only Recource Pack, Alongside Programmer art and mzov_jen’s Programmer Art Continuation Project.
The pack will say its “incompatable/broken” but works just fine.
Hope you enjoy!
# replacements:
Creator – Équinoxe
Creator (Music Box) – Beginning
Otherside – Moog City 1
5 – Kyoto
11 – Eleven
Relic – Dog
Pigstep – Excuse
Precipice – Intro
Tears – Droopy likes your face
Lava Chicken – Flake
unsup
***Un**a’s **S**imple **Up**dater*
unsup is a somewhat minimal implementation of a generic working directory
syncer in Java. It supports running as a Java agent, to piggy-back off of the
launch of another program.
***It is particularly good at syncing small private modpacks or one-offs in small groups, where a full public distribution (e.g. on Modrinth!) is overkill or undesirable.*** It is capable of downloading mods from their original sources, wherever that may be… as long as it speaks HTTP(S).
An unsup.ini
must be placed in the working directory for unsup to know what to do, or a `-Dunsup.bootstrapUrl=` JVM argument specifying where to find such a file.
The updater works hard to ensure the working directory is never left in an
inconsistent state. Short of a sudden power loss in the middle of applying
changes (an incredibly short time window), an unsup update cannot result in
an inconsistent or corrupted working directory.
It does hash-based consistency validation (with your choice of function, SHA-256 recommended) on all downloads and on files before overwriting
them, warning the user if they’ve changed something that has been updated. It
additionally supports signing manifests using OpenBSD Signify for additional
security.
unsup’s unique simplified design means it is compatible with **all launchers**,
from the vanilla launcher to MultiMC. Just add `-javaagent:unsup.jar` to the
JVM arguments, and place `unsup.jar` and `unsup.ini` in the .minecraft
directory.
In Prism Launcher, you can utilize unsup as a “component” by importing the
`com.unascribed.unsup.json` from the latest release on Forgejo. (I can’t upload JSON files to Modrinth). This will allow Prism
Launcher to download and manage unsup. (MultiMC does not support Java agent
components, despite requests.)
It also has a built-in concept of *environments* and *flavors*, allowing it to
be used to manage server installs rather than just clients, and allowing users
to pick between multiple mutually incompatible mod sets with a feature-packed interface unlike any other updater tool.
unsup is also capable of updating MultiMC’s “components”, including
unsup itself if it is added as one. This means you can update mod loaders or
Minecraft itself.
## Creating Packs
You can either point unsup at a Packwiz pack.toml (recommended),
or write a native unsup manifest by hand. See the wiki for info on the
native manifest format. The Creator GUI is on hold, as Packwiz has become a
de-facto standard for Minecraft modpacks.
## Stability
unsup has been used for modpacks on versions from b1.7.3 to 1.21.5, both client and server,
and is known to work with Forge (both legacy and modern), Fabric, Quilt, and NeoForge. It
has successfully powered many modpacks, from small
to large. Native manifest and Packwiz manifest
support are both quite stable, and have been used extensively.
Signing support is still somewhat experimental, and has not been deployed by anyone at
large scale. That someone could be you — please let me know if it works well!
## GUI
unsup has a minimal and elegant GUI that works everywhere (yes, including
macOS) and can have all of its colors customized to make it fit in with your
branding. It ships with a dark theme with minty accents. Check out the gallery tab!
## License
unsup is released under the LGPLv3.
Unstable Death Sound
Plays the wither spawn sound when someone dies like Unstable SMP
**⚠️ I have not tested this resource pack on any version below 26.1**
This may not work on some servers
Here are some that it doesn’t work on (you can report more on the github):
– mcpvp.club
UnSignedVelocity2
# UnSignedVelocity2




Allow your moderation plugins to work again for users with versions 1.19.1 or higher
This plugin works by removing signed information from commands and messages sent by clients 1.19.1 or higher, allowing plugins that cancel proxy messages, such as ChatRegulator or AuthMeVelocity, to work again
This is a fork of the original UnSignedVelocity made by 4drian3d, updated to work with newer Minecraft versions
## Requirements
– Velocity 3.4.0+
– Java 17+
– PacketEvents 2.4.0+
## Metrics
