Kid Named Finger Title Screen (Waltuh)
**Changes the Minecraft logo on the title screen (and the menu background) to a stupid shitpost I’ve had in my mind for a while.**
Two versions are available, one for 1.20 and up, and another for 1.19 and under. Make sure you download the correct version.
[](https://ko-fi.com/nanobuntv)
Special thanks to [Ewan Howell](https://ewanhowell.com) for making the [Blockbench plugin](https://www.blockbench.net/plugins/minecraft_title_generator) that made this possible.
This work is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0)
Waddles

Waddles adds some cute Adélie penguins that waddle around. With realistic sounds, they provide a great atmosphere to icy biomes.
**Can spawn in the following biomes** _(Configurable)_
* Snowy Tundra
* Ice Spikes
* Snowy Modded Biomes _(Any snowy biome, that is not a forest, mountain or ocean)_
**Plans**
* Proper swimming animation
* Underwater swimming AI
**Modpack permissions**
Feel free to use Waddles in any kind of modpack, as long as you link back to this page and don’t make any money of the modpack.
**Credits:**
* Thanks to Wiiv for making the Adélie Penguin model and textures!
VServerInfo
# VServerInfo [](https://github.com/4drian3d/VServerInfo/actions/workflows/maven.yml) [](https://discord.gg/5NMMzK5mAn)
Get the information of each server in your Velocity network
[](https://www.bisecthosting.com/4drian3d?r=ModVServerInfo)
## Requirements
– Velocity 3.3.0
– Java 17+
## Commands
#### Permission `vserverinfo.command`
### /vserverinfo
This command will give you information about all the servers you have in your Velocity network.
### /vserverinfo
Get the information about a single server
## How does this plugin differ from the Velocity(/glist) integrated command?
This plugin allows you to check the online/offline status of each of your servers, as well as to obtain additional information such as their MOTD and allows a complete customization of the plugin formats.
All messages are fully customizable from the configuration (config.conf)

## Tutorial
**Spanish**
VRealmsConnector
# VRealms Connector
This is a simple server connector I made for Velocity, because I couldn’t find one that suited my needs. Currently, you can only register and unregister Servers through a Command, later it’s also planned to do so through a Rest API.
For now, this is how to use the Commands:
– `/addserver
[port]`
– `/removeserver `
The port uses 25565 by default
## THIS PROJECTS SOURCE CODE WILL NOT BE MADE PUBLIC (FOR NOW)
If you need the Source, decompile it, or just make it yourself
VPlayerLimit
# VPlayerLimit
[](https://discord.gg/5NMMzK5mAn)
Limit how many players can join your server.
This is not a plugin to set the maximum number of players in motd, it simply limits the number of connected players.
[](https://www.bisecthosting.com/4drian3d)
## Installation
– Download VPlayerLimit from Modrinth
– Drag and drop on your plugins folder
– Start the server
– Configure the player limit and the expulsion message
VPingHost
# VPingHost
[](https://discord.gg/5NMMzK5mAn)
[](https://t.me/Adrian3dUpdates)
[](https://t.me/Adrian3dSupport)
A simple Velocity plugin that allows you to get information about other servers instantly.
This plugin was born as a test from this [Velocity pull request](https://github.com/PaperMC/Velocity/pull/1180),
but I thought to make it a public test plugin to check the proxy server or backend servers connectivity or MOTD response.
[](https://www.bisecthosting.com/4drian3d)
## Installation
– Download VPingHost from Modrinth
– Drag and drop on your plugins folder
– Start the server
## Features
– Send a ping to any Minecraft server and get its corresponding motd
– Specifies the version to ping with
– Specifies the version with which to ping the server
## Command
`/pinghost [host] (protocol version)`
Permission: `pinghost.command`
Example: `/pinghost my.server.net 765`
If you need to specify a specific port, you can add it with the syntax `host:port`.
### Differences between this plugin and VServerInfo
VServerInfo allows you to display information about your servers that you have in your own network.
VPingHost allows you to display information about the motd of any available server.
VPacketLogger
# VPacketLogger
[](https://github.com/4drian3d/VPacketLogger/actions)

[](https://discord.gg/5NMMzK5mAn)


Simple Velocity plugin to log Packet executions
[](https://www.bisecthosting.com/4drian3d?r=ModVPacketLogger)
## Installation
– Install [VPacketEvents](https://modrinth.com/plugin/vpacketevents)
– Download VPacketLogger from [Modrinth](https://modrinth.com/plugin/vpacketlogger)
– Drag and drop on your plugins folder
– Start the server
## How it works
VPacketLogger simply logs every packet sent or received between the proxy and the player.
It can only intercept packets that are handled by Velocity, whether they are native or logged by other plugins.
In the configuration you can set which placeholders to use, MiniMessage format is supported.
VPacketEvents
# VPacketEvents
[](https://discord.gg/5NMMzK5mAn)


Manage and register packets through Velocity’s native events
[](https://www.bisecthosting.com/4drian3d?r=ModVPacketEvents)
“`java
class PacketListener {
@Subscribe
public void onPacketReceive(PacketReceiveEvent event) {
final MinecraftPacket packet = event.getPacket();
if (packet instanceof KeyedPlayerCommand commandPacket) {
event.setResult(GenericResult.denied());
}
}
@Subscribe
public void onPacketSend(PacketSendEvent event) {
// some stuff
}
public void registerPacket() {
// UpdateTeamsPacket registration
PacketRegistration.of(UpdateTeamsPacket.class)
.direction(Direction.CLIENTBOUND)
.packetSupplier(UpdateTeamsPacket::new)
.stateRegistry(StateRegistry.PLAY)
.mapping(0x47, MINECRAFT_1_13, false)
.mapping(0x4B, MINECRAFT_1_14, false)
.mapping(0x4C, MINECRAFT_1_15, false)
.mapping(0x55, MINECRAFT_1_17, false)
.mapping(0x58, MINECRAFT_1_19_1, false)
.mapping(0x56, MINECRAFT_1_19_3, false)
.mapping(0x5A, MINECRAFT_1_19_4, false)
.register();
}
}
“`
## Installation
– Download VPacketEvents from Modrinth
– Drag and drop on your plugins folder
– Start the server
## Dev Setup
### Gradle
“`kotlin
repositories {
mavenCentral()
}
dependencies {
compileOnly(“io.github.4drian3d:vpacketevents-api:1.1.0”)
}
“`
## Javadocs
https://javadoc.io/doc/io.github.4drian3d/vpacketevents-api
Votiful
## A High-Performance Vote Listener for NuVotifier
This plugin is a lightweight, high-performance addon for NuVotifier, designed specifically to handle a massive number of concurrent votes without impacting your server’s performance.
## Why Choose This Plugin?
Does your server lag when many players vote at once? This plugin was built to solve that exact problem. After struggling with performance issues on our own server, we developed a robust system capable of processing votes with extreme efficiency. It’s battle-tested and stable under pressure, ensuring your server remains responsive even during peak voting hours. If you run a demanding server and need a reliable vote-processing solution, this is the plugin for you.
## Features
This plugin expands NuVotifier by adding two core, performance-focused features:
* **Vote Statistics:** Track essential voting data with provided placeholders. Easily display total votes, top voters, and more on scoreboards, in GUIs, or anywhere else PlaceholderAPI is supported.
* **Vote Event:** A dedicated system allows admins to easily and reliably hook into the voting process to create custom rewards, trigger server commands, or integrate with other systems.
## Video
VoteBan Players
# VoteBan
This plugin supports ANY ban or mute system since it uses custom commands.
Commands:
– /votemute [reason] – Start a vote mute for a player online.
– /voteban [reason] – Start a vote ban for a player online.
– /votekick [reason] – Start a vote kick for a player online.
– /addvote – Vote for a current ban/kick in progress.
Permissions:
– VOTEBAN.* – Access to all commands.
– VOTEBAN.VOTE – Use the /addvote command.
– VOTEBAN.STARTKICK – Use the /votekick command.
– VOTEBAN.STARTBAN – Use the /voteban command.
– VOTEBAN.STARTMUTE – Use the /votemute command.
– VOTEBAN.BYPASS – Not allow votes on players with this permission.
Images


