Void Teleport

### Void Teleport has an [Discord Server](https://discord.com/invite/5jTmCzjvZQ) to help you with setup.

# Info
Teleports a player automatically back to specified point, after the player falls into the void.

## Features
– Supports custom dimensions
– Per-world spawn points
– Global spawn point
– Uses storage to store locations instead of scoreboards
– Does not round-up the co-ordinates hence teleports to precise location.
– Multiplayer support
– Does not use entities for teleporting players
– Supported versions: 1.20.2-1.20.5

## Installation
To install this datapack you simply download the zip and put it in your “datapacks” folder inside your desired world.

### Basic setup:
– Run the command “`/function vtp:admin“` to get access to datapack features
– Run “`/trigger VoidTP.SetSpawn“` to set the spawn
– Modify the minimum teleport height by using “`/trigger VoidTP.MinHeight set {value}“`
– You’ve successfully set your first spawn point

Also try: [AutoTree](https://modrinth.com/datapack/auto-tree)

# Videos
Here’s a small tutorial video that my friend made:

Voidblock: Mod/Portable Version

### Voidblock – Portable Version

[![Crowdin](https://badges.crowdin.net/skyblock-classic-edition/localized.svg)](https://crowdin.com/project/skyblock-classic-edition)

![Logo](https://github.com/user-attachments/assets/e9622075-a83e-44e8-9683-da2e90a1b7c9)

_Skyblock is one of the most famous maps in Minecraft. the original has been updated and now supports all future versions of Minecraft._

# Lore:

_Steve, Alex, Noor, Sunny, Ari, Zuri, Makena, Kai and Efe, they woke up on an unknown island, inside a chest it says…_

# Feature:

– The classic islands have been updated and are now more modern,
– Added new islands (Large, Normal, Small, Very Small),
– Added recipes to renewable resources (check the recipes book in the inventory),
– Added the datapack/mod jar, so that the map can be updated,
– The world is endless (including The Nether and ~~The End~~),
– ~~Now you can visit the end and finish the game~~,
– The map includes a part of the unofficial Slamacow trailer (a mini loreline),
– Also contains the hardcore mode version,
– It also contains an version where you can add the datapack to your worlds. Try it out the portable version,
– Compatible with multiplayer,
– Supports localizations: help me translate into your native language. The languages must be faithful to the English language, respect the punctuation and the capitalization. Click here to translate into your language in Crowdin: https://crowdin.com/project/skyblock-classic-edition/,

# [FAQ](https://loweredgames.github.io./faq.html)
# [Troubleshooting and Help Requests](https://loweredgames.github.io./help.html)

_Thanks to the original Skyblock team for creating the most popular Minecraft map._

READ THE LICENZE BEFORE DOWNLOADING THE DATAPACK:
https://loweredgames.github.io/license.html

NOT APPROVED BY OR ASSOCIATED WITH MOJANG STUDIO, READING THE COPYRIGHT (C):
https://www.minecraft.net/en-us/terms

Void Race Plugin

# Void Race Plugin

Void Race Plugin is a Paper server plugin for a multiplayer void race minigame.

**Version:** `1.2-beta`

Players start on separate one-block lanes in a void world. Every few seconds, each active player lane receives a random item or block. The goal is to travel the greatest distance from the starting block before the timer runs out.

![screenshots](https://cdn.modrinth.com/data/P4SpyAdt/images/26334be2cbe387b7a06c5afaf9f54804debfc502.png)

**Important:** An OP user or the server console must start the challenge with `/voidrace start`. The race does not begin automatically.

## Requirements

– Paper server for Minecraft 1.21.11
– Java 21
– A void/air world is recommended

## Void World Setup

Use this setup on your own Paper server if you want the same empty world generation used for Void Race.

1. Stop the server.
2. Open `server.properties`.
3. Set or replace these values:

“`properties
generate-structures=false
level-type=minecraft:flat
generator-settings={“layers”:[{“block”:”minecraft:air”,”height”:1}],”structures”:{“structures”:{}}}
allow-flight=true
“`

4. If the world already exists, delete these folders so Paper can regenerate them with the new settings:

“`text
world
world_nether
world_the_end
“`

5. Start the server again.
6. Join as an OP user and run:

“`text
/voidrace start
“`

`allow-flight=true` is recommended because players can be moved through the void during the challenge and some server setups may otherwise kick them for flying.

## Commands

Only OP players and the server console can use `/voidrace` commands.

| Command | Description |
|:–|:–|
| `/voidrace start` | Starts the challenge for the currently online players. |
| `/voidrace reset` | Stops the challenge, clears dropped items, mobs, bosses, and lane blocks, then returns players to the lobby. |
| `/voidrace interval ` | Sets how often random loot drops. Default: `10`. |
| `/voidrace duration ` | Sets the race duration. Default: `60`. |
| `/voidrace keepinventory ` | Controls whether players keep inventory after falling into the void. Default: `true`. |

## Gameplay

– Each player gets a separate lane.
– Lanes are separated on the X axis and bounded by red particles.
– Loot drops only on lanes with active race participants.
– Distance is tracked on the scoreboard by the farthest grounded distance from the player’s start block.
– Falling into the void teleports the player back to their lane start.
– Players who join during an active race wait in the lobby and do not receive a lane, bossbar, or scoreboard.
– When no race is running, the sidebar shows the waiting players instead of race distance.
– Hunger and portals are disabled during the challenge.
– On reset, non-player entities are removed so mobs and bosses from spawn eggs do not remain after the round.

## Build

“`powershell
mvn clean package
“`

The plugin JAR is created in `target/`.

Voice Commandblock

🎤 Voice Command Block for Minecraft

This plugin adds a craftable Command Block that reacts to voice commands.

When a player holds the block in their hand and speaks into their microphone:

“Commandblock …

The spoken request is interpreted by an AI and executed in-game.

Examples:

“Commandblock give me food”
“Commandblock teleport me home”
“Commandblock spawn a horse”
“Commandblock make it daytime”

The goal is simple and natural voice control without typing commands.

🧱 The Voice Command Block

Players can craft a special Command Block.

When the block is held in the player’s hand:

The plugin listens for the activation word “Commandblock”
Speech is sent to an AI
The wish is interpreted
The matching action is executed

Perfect for:

SMP servers
Roleplay servers
Adventure maps
Events & content creation
⚙️ Full Configuration with /vcmd

Using the command:

/vcmd

you can configure nearly everything.

Examples of configurable settings:

Add your API key
Configure the AI provider
Choose the AI model
Customize the name / activation word
Set limits & cooldowns
Enable or disable features

👉 Important:
The plugin only works after your own setup.
Server owners must configure it themselves:

Enter an API key
Choose a model
Select a provider
Adjust the settings

The plugin provides the system — the AI configuration is up to the server owner.

🔧 Requirements
Simple Voice Chat (microphone required)
Your own Speech/AI API key
Your own model configuration
💡 Plugin Idea

This plugin turns a Command Block into a voice assistant inside the game.
Hold it, speak your wish, and let the AI handle the rest.

WARNING It might have some bugs. it is not the full version
Bug reporting can be done on my YouTube Showcase Video:

or my Discord server: https://discord.gg/th6fGzE2f

Vitae

# Vitae

Vitae is a data-driven entity framework for NeoForge 1.21.1 that lets you create custom animated mobs, bosses, and NPCs through datapacks.

## Features

– Custom entities defined entirely in JSON
– GeckoLib animation support
– Multi-phase boss behavior
– Data-driven abilities and combat logic
– Optional KubeJS integration for scripting
– Support for custom loot, boss bars, and spawn rules
– Demo content included for testing and reference

## Optional Integrations

– KubeJS for custom events and ability logic
– External spell bridges for modpack-specific compatibility

## Notes

Vitae is a framework mod, not a content mod. It is meant to be extended through datapacks and optional scripts by modpack authors.

Visualmodder

**🚀 Learn Coding by Playing in Minecraft**

*Learn coding! This plugin adds a simple coding webpage to your server and then you can build with blocks or Python and watch your creations come alive in Minecraft. Quick setup, lots of fun.*

### 🧩 How it works

Getting started is simple:

1. Install the plugin
2. Open the coding webpage by typing http://:10273
3. Start building with blocks
4. Click run → see it happen in Minecraft

That’s it. No complicated setup, no prior experience.
Examples and documentation here:
[Visualmodder.org](https://visualmodder.org/)

### 🧠 Learn step by step

* Start with **block coding** (easy and visual)
* Understand how your code works by seeing it instantly
* Switch to **Python** when you’re ready

You’re not just placing blocks—you’re learning real programming logic.

### 🎓 Great for beginner coders

* Perfect for kids starting out
* Useful for parents and teachers
* No coding experience needed

**Start small. Have fun. Build your way to Python.**

Built as a powerful alternative to Minecraft Education Edition and Tynker, VisualModder works on any standard Spigot Java server—no special Minecraft edition needed.

(Note: VisualModder requires an extra port besides the default Minecraft port. The default port for the editor is 10273 and can be changed with the “vmport” command)

Here you can find setup information or you can find the latest version of the plugin:
[Plugin configuration](https://visualmodder.org/setup/)

Free, ad-free, and no registration required!
For support and community help, join our Discord: https://discord.gg/A58Sr6WVq4

Protect the VIP

Play a classic, protect the VIP. Everyone is split into teams, with each team being assigned one VIP. Their goal is to defend and keep their VIP alive, while going for and killing off other team’s VIPs. If your VIP dies, your team is eliminated. The last team remaining wins.

Once the game begins you are put in the grace period. After 15 minutes of preparation, one random player is selected from each team to be their VIP.

Your VIP is displayed on all other team member’s actionbar along with a permanent glowing effect. VIPs also have permanent health boost giving them an extra row of hearts, but slowness 1 to balance out.

#### Installation
By using this datapack, your world will be **permanently changed**. For this reason, **do not apply this datapack on an existing world you care for** – especially if it modifies terrain.

Once installed, you will be presented with a “setup flow” in the chat, use this to configure in-game options. Once you’re ready, hit the start button!

Vincent Van Gogh The Starry Night Style Paintings Pixel Art

![1.0_1](https://i.imgur.com/mVrPhFZ.jpeg)

Bring timeless art into your game with the Vincent Van Gogh The Starry Night Style Paintings Pixel Art Mod. Inspired by Van Gogh’s world-famous masterpiece The Starry Night, this mod transforms classic paintings into beautiful pixel art that perfectly blends with retro-style gameplay.

### How many paintings does it have?

**1.0**: 19 paintings

![1.0_Paintings](https://i.imgur.com/mqVXjHZ.png)

With this mod, you can decorate your world with pixel art recreations of Van Gogh’s paintings, giving every space a unique artistic touch. Whether you’re building a cozy house, a creative gallery, or just want to add a bit of culture to your world, these pixel-perfect artworks will make your creations shine.

![1.0_2](https://i.imgur.com/hxrNt7Z.jpeg)

The Starry Night pixel art paintings are carefully designed to maintain the essence of Van Gogh’s brushstrokes while adapting them to a pixelated aesthetic. This makes the mod not only visually stunning but also lightweight and compatible with many builds.

Perfect for art lovers, pixel art fans, and players who enjoy customization, this mod combines history, creativity, and style. Experience Van Gogh’s art like never before and transform your world into a living gallery of pixel art masterpieces.

VillagerInfect

✨ Features

+ 🧪 Special item that infects villagers

+ 🧟 Villager turns into Zombie Villager

+ 💀 Optional Weakness effect

+ ⚙ Fully configurable item

+ 🔄 Reload command

+ 🔐 Permissions support

+ 🔑 Compatible with [LuckPerms](https://modrinth.com/plugin/luckperms)

📜 Commands

“`
/infectitem – Gives the infection item.

/infectreload – Reloads the plugin config.
“`

🔑 Permissions

Spoiler

villagerinfect.use

villagerinfect.item

villagerinfect.reload

⚙ Configuration

Example config:

“`
# ====== Предмет заражения ======
item:
material: BLAZE_ROD
name: “&aИнфектор жителей”
lore:
– “&7ПКМ по жителю”
– “&7заражает его”
– “&7Использований: &e%uses%” # %uses% заменяется на число или ∞
uses: 5 # Количество использований (-1 = бесконечно)

# ====== Эффект слабости ======
weakness:
enabled: true # true = включено, false = выключено
duration: 600 # Длительность в тиках (20 тик = 1 секунда)

# ====== Сообщения ======
messages:
give_item: “&aВы получили предмет заражения!” # Сообщение при выдаче предмета
infected_villager: “&aЖитель заражён!” # Сообщение при заражении
item_finished: “&cПредмет закончился!” # Сообщение при окончании использований
reload_config: “&aКонфиг перезагружен!” # Сообщение при /infectreload
“`

📦 Compatibility

Tested on:

+ Paper 1.21.11

+ Java 21

Villager Defense

**Do not use reviews for bug reporting, go to the Github page to create a bug report.
If you’re interested in my other plugins or works, check out my [website](https://theguyhere.notion.site/).
Are you interested in what the upcoming version 2 of Villager Defense will look like? Check out the experimental version [here](https://github.com/Theguyhere0/villager-defense-minigame/releases/tag/2.0.0-pre2)! Be careful, it’s experimental for a reason.**

Villager Defense is a cooperative PvE round-based minigame where players fight as many rounds of monsters as possible to protect villagers.

This Minecraft plugin was built from nostalgia for the old Minecade villager defense games. Seeing as it won’t come back, I decided to make my own version. I tried to keep some elements like the original, but with a modern twist. The plugin was built with customization in mind so that each server running this plugin can have its own unique features and takes. Let me know what you think of it!

# Additional Recommended Plugins
– A world management plugin (ex. Multiverse-Core)
– A plugin to generate clean void worlds (ex. VoidGen)
– A plugin to manage region settings (ex. WorldGuard)
– WorldEdit (Strict dependency of WorldGuard, recommended for map creation)
– ViaVersion (multiple Minecraft version support)

# Features
– Create unlimited arenas
– Endless customizability for each arena (ex. max players, spawn locations, sounds, shops)
– Built-in kits that can be purchased with persistent currency
– Leaderboards for player stats and for each arena

**Please refer to the wiki for more in-depth info. (Although it’s kinda broken rn so maybe don’t lol)**