First Plugin

My first plugin.
It adds several features which I will not spoil.

> _Why did I make this? This horrible hike up an impossible mountain. I could have made something you would have liked, a game that was empowering, that would save your progress and inch you steadily forward. Since success is delicious, that would have been wise. Instead, I must confess: this isn’t nice. It tastes of bitterness, it’s capricious, it sets setbacks for the ambitious. It’s lacks lenience; it’s bracing, and inhumane, but not everyone’s the same. I created this game for a certain kind of person — to hurt them._

— Bennett Foddy, game trailer for Getting Over It

This plugin doesn’t add much, I mostly just put it here for archiving purposes. It would be funny to put this on a server and tell your friends it’s vanilla though.
The only rule is not to press shift.
I repeat, do not press shift.

Since from reading other mod descriptions I understand that modrinth really doesn’t like it when you don’t specify what your project does so I’ll just put them inside a spoiler, but do note that I do not recommend opening this:

Spoilers

– calls you a big dummy when you join the server and gives you glowing because why not
– Sneaking is a bad idea
– I messed around with thebed explosion mechanics but I kinda forgot what I did and I’m too lazy to go back in game to test it, so just find out yourself.
– Random chance for the mod to say “Este timpul să îți verificăm skill-urile de ambreiaj”, which translates to “It’s time to check your clutch skills” in Romanian and teleport you 500 blocks up
– Random chance to play an enderman sound and spawn a creeper right in front of you.
– [/lubenite command](https://www.youtube.com/shorts/o-8gRYCAs9Y?feature=share)
– Boats and horses are disallowed violently
– 25% of blocks are endangered (not based on block types, but positions in the world)
– 25% of animal species are endangered (which ones vary depending on the seed)
– Blazes, Endermen and the Ender Dragon cannot be endangered to ensure the game is beatable
– Villager battery is disallowed

Note that this is a plugin, not a mod and is intended for paper, details on how to set up a private paper server on your PC to play singleplayer are here: https://docs.papermc.io/paper/getting-started

RideThis

**RideThis Mod: Strict Categorical Riding Control**

The RideThis Mod is a server-side Fabric mod designed to provide strict, category-based permission control over the Pokémon riding function within Cobblemon.

**Utility and Benefits** 🚀
– **Granular Categorical Control:** The mod checks the main mount category of a Pokémon (land, air, liquid) rather than specific styles (jet, boat). This allows administrators to manage permissions efficiently based on the type of travel.

– **Strict Access Logic (AND Gate):** The mod enforces an ALL-required permission check. If a Pokémon has multiple mount categories (e.g., a Gyarados has Air AND Liquid categories), the player must possess a valid permission for EVERY required category to mount it. If even one category permission is missing, the ride is denied.

– **Tiered Progression and Incentives:** This system is ideal for rank or tiered servers, delegating access verification to the core permission plugin (like LuckPerms). It allows restricting powerful multi-category mounts to higher-ranking players, making multi-environment riding a direct incentive for player progression.

**Core Permission Structure**
The mod uses a simplified permission structure based on the primary categories required for travel:

Permission,Function,Example

“`
ridethis.all
“`
_Global Bypass: Allows mounting ANY Pokémon (overrides all checks)._

“`
ridethis.land
“`
_Category Unlock: Required to ride any Land-based mount._

“`
ridethis.air
“`
_Category Unlock: Required to ride any Air-based mount._

“`
ridethis.liquid
“`
_Category Unlock: Required to ride any Liquid/Water-based mount._

In short, the mod ensures that the ability to utilize a Pokémon’s full riding capability is tied directly to a player’s attained status or progression within the server environment.

Rider’s Quest

=== Requirements ===
Minecraft 1.19.x

=== What does it do ===
These files add a new tab to the advancement menu.
Play with horses to unlock it.
This also add the ability to records horses’ statistics. Hold a book and quill and look closely at a horse.

New recipes for different horses armors can be unlocked by completing some achievement. Properly taming horses by feeding them instead of brute-forcing them will also grant the horse a small stat boost.

Have Fun!

~Mlakuss

Rider’s Atmospheric Extended

An extended version of my Atmospheric modpack. Tectonic Overworld type only, BetterNether and BetterEnd Generation, new mobs, new items and much more!

Rider’s Atmospheric

A modpack that adds improvements to the vanilla version of the game (visuals, sounds and etc.) without changing or disturbing the overall atmosphere.

It’s highly recommended to use 8gb+ of RAM. If you want to rich best experience of playing this modpack – don’t change in-game settings (even sound volume). When first time joining world – I recommend you to wait about 5 minutes to let minecraft render chunks and LODs.

There are two generation mods:
ReTerraForged and Tectonic (you can choose them by enabling and disabling in mod list).
If choosed ReTerraForged, I recommend you to choose RaytraceForge_v1 template in world creation menu, which is already included in modpack.

Ride On Head

# RideOnHead
**A lightweight plugin that lets players sit on each other’s heads, build player towers, and manage ride permissions.**

## 🎯 Core Mechanics
– **Right-click** a player with an empty hand to mount their head
– **Sneak** to eject all passengers
– **Stack-climb** – hop onto the top of any player stack (configurable)

## ⚙️ Features
– **Personal toggle** – `/ride toggle` lets any player instantly allow or forbid riding on themselves
– **Blacklist system** – `/ride blacklist ` adds/removes someone from your blacklist; works with offline players
– **Admin controls** – manage other players’ settings, view their blacklists, and reload the plugin via `/ride reload`
– **Storage flexibility** – NBT (online only), YAML files, or H2 database with Caffeine caching
– **Optional sounds** – custom mount/dismount sounds configurable in `config.yml` (set to `”none”` to disable)
– **MiniMessage support** – all messages use Adventure API; test your formatting at [https://webui.advntr.dev/](https://webui.advntr.dev/)
– **Message disabling** – leave any message key empty in a language file to prevent it from appearing

## 🌍 Localization
– **Automatic player language detection** (uses the client’s locale)
– Each player sees messages in their own language if a translation exists
– Fallback to the configured default language when no match is found
– **Built-in translations** for:
– English (`en`)
– Russian (`ru`)
– Ukrainian (`uk`)
– German (`de`)
– French (`fr`)
– Spanish (`es`)
– Chinese Simplified (`zh`)
– Easy to add or customise: just drop a `.yml` file into `plugins/RideOnHead/lang/`

## 📋 Commands & Permissions
| Command | Description | Permission |
|———|————-|————|
| `/ride toggle` | Switch riding permission on yourself | `rideonhead.user` |
| `/ride blacklist` | Show your blacklist | `rideonhead.user` |
| `/ride blacklist ` | Add / remove a player from your blacklist | `rideonhead.user` |
| `/ride toggle ` | **(Admin)** Force toggle for another player | `rideonhead.admin` |
| `/ride blacklist ` | **(Admin)** Manage someone else’s blacklist | `rideonhead.admin` |
| `/ride reload` | **(Admin)** Reload config + language files | `rideonhead.admin` |

## 🔧 Configuration
Detailed comments inside `config.yml` will guide you through all settings, including storage, sounds, language, and stack-climb behaviour.

## 👀 Preview
![Preview](https://i.imgur.com/w6yuMNu.gif)

**Source code:** [GitHub](https://github.com/DeelTer/RideOnHead)
**Issue tracker:** [GitHub Issues](https://github.com/DeelTer/RideOnHead/issues)

RideOnAnything

RideOnAnything enables players to ride on any mob they want just by right clicking it.
You can download this plugin easily to have fun on your server with yourself and others by simply adding it to your plugins folder, no extra steps required. This plugin requires no other plugins to work.

RideHud

# RideHud by TreSet

![Display of default HUD settings](https://github.com/Tre5et/ridehud/blob/1.18/banner.png?raw=true “Display of default HUD settings”)

## Description

This client only mod shows information about health, speed and jump height when riding horses, donkeys or mules and health when riding llamas.

The settings page opens by pressing H by default and can be accesed via [Mod Menu](https://modrinth.com/mod/modmenu).

## Enjoying this mod?

Consider checking out [TreeLauncher](https://treelauncher.net/), the component based Minecraft Launcher.

## Setup

This mod requires [VanillaConfig](https://modrinth.com/mod/vanillaconfig) (since 1.2.0)!

Put the .jar file from [releases](https://modrinth.com/mod/ridehud/versions) into your Minecraft Mod folder.

## List of features (v1.2)

– vanilla styled display of stats of horses, donkeys, mules and llamas
– transparent display of unavailable hearts
– bar displaying jump height relative to the highest and lowest jump height a horse can have
– bar displaying max speed relative to the highest and lowest max speed a horse can have
– simple settings menu
– optional display of stats in text-form
– optional “de-OP-ified” display mode, which shows the current jump height / speed on the bars instead of maximum values
– full translatability (only German available atm ’cause I’m German)
– movable bars and hearts for compatibility with mods like [Better Mount Hud](https://modrinth.com/mod/better-mount-hud).

## License

This mod is available under the GNU GPLv3 license. Feel free to redistribute, modify and incorporate it in your own open-source projects.

Rideble Dragon Mount

# This Project adds RIDEBLE DRAGON

**This Project is a small part of Enderite Overhaul + -> [](https://modrinth.com/datapack/enderite-overhaul)**

**There is 3 new mobs , 2 new block, 1 new egg.**

## Mobs:

**Dragonie the ship defender:**

– Hostile flying mob -will always attack you
– Spawns always near end ships

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/9153cf060578975d479a0590905f20758978d0a4_0.webp)

– Will never leave End Ship
– Type attack:
– preparing and quick dash with multiple bites

– After attacking grants players with darkness effect (you will only see dragon and the ship)

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/c8f526add006335a18e8abc2974729d43fe9a2e8_0.webp)

– Drop:

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/2869bec81ded78e62b01d770b17a5d2a1fa75421_0.webp)

Happy Dragon Egg

## HAPPY DRAGON EGG AND HATCHING SYSTEM
**Happy Dragon Egg:**

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/1e0b433acdaabe9cc5fb26e7451a68369fbd08d2_0.webp)

– A Happy Dragon Egg drops when a player kills Ship-Dragonie.
– The Happy Dragon will hatch in 10 minutes, but only if the egg is placed on Crying Obsidian.
– After 5 minutes on the Crying Obsidian, the egg will crack slightly – this shows that half the hatching time has passed.

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/358fbf88b58ef5186c0d4e98ee2d7333661057f9_0.webp)

– If Happy Dragon Egg is not placed on Crying Obsidian it will never hatch
– Ender Dragon Egg and Happy Dragon Egg:

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/1cc7146a0cc5d284ce87656a0d84c478bad8be5c_0.webp)

—–

## **Happy Dragon – NEW RIDEBLE FRIENDLY MOB**

[](https://www.notion.so/New-Blocks-coming-soon-294bcdd2ec9880c4a640e06484ede9b4?pvs=21)

You can ride it by 2 players in one time
– 1 Driver seat
– 1 Passanger seat

Whoever rides it will be granted Night Vision and slow falling

Faster than happy ghast

Has 40 hp

[](https://www.notion.so/All-toggles-for-admins-291bcdd2ec9880958999c17ac6ca689f?pvs=21)

Can damage – Eat Hostile Undead Mobs

**Has 4 different states and animations:**
– – 1- Flying : when someone rides it , can eat undead mobs

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/7268e28fdfcd6aae9ccdd4951656516afe1f76ea_0.webp)

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/fe70fabbb5c87fd7079f40e9946f994c3841b059_0.webp)

– – 2- Hovers: Hovers in one place, when no one rides it, but someone is staying on top or sitting only in passanger seat

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/e94d80bd70a97984db8d9f865a00a7cd23d1347d_0.webp)

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/6e9c661cf632dea0d684e1947ffcc79b90147e8e_0.webp)

– – 3- Landing: slowly decreasing when no one rides it

– – 4- Sitting: when no one rides it cannot move

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/7a7fe1a6fb967ef56a2b9c75af4f0c8e483f07b7_0.webp)

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/5ee20e61086ced3e84884a163a68bf53ed5e6437_0.webp)

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/338f0a3b47e01f569bae1fe615ef9f89415a9b75_0.webp)

– Drop:
– – Happy Dragon Egg
– – Bones
– Has unique auto-sitting system (can off this through [toggle system](https://www.notion.so/All-toggles-for-admins-291bcdd2ec9880958999c17ac6ca689f?pvs=21)):
– – Whenever player comes close to it, he will automatickly sit on it

**Jumper:**

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/ca451143b2c49ef0b51f6bcb6cb988c3c5737e26_0.webp)
– New Slime-alike mob
– Dragons favorite food(Dragon attacks it and heals after eating him)
– Hostile – will always attack you
– Dashes very fast in players face – piersing through
– [](https://boom-pixie-910.notion.site/294bcdd2ec9880c4a640e06484ede9b4?pvs=25#294bcdd2ec9880bf9607ca73ebd9eb77)

– Spawn:
1. Spawns in Chorus Forests (Basicly near any chorus plant in end)
2. Spawns near and also in End Cities
– Drop:

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/9f24b1f402f83cc6ed9c1d649425ad98931e1c52_0.webp)

– Jelly Balls

## New BLOCK:

**Jelly Block**

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/6fe8bfc9640b7780b8870ca352f52811a2506cbf_0.webp)
– New Slime-like Block!
– Has a unique ability: When any entity jumps on top of it, they receive powerful levitation for 1 second, boosting them up to 10 blocks high. Can be used for parkour, builds, elevators, and mob farms

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/09c72a0a8f18a164562b6227dc02d96fd1b429da_0.webp)

– Craft:

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/80dd6a5363a8a6a76431dc89d96af8c1988aaa62.png)

– Uncraft:

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/506cd1e954d0cb08315e3abc2702150f8275861e_0.webp)

– Jumpers can very rarely place a glowing Jelly Block with a chorus plant underneath it if there is end stone below them, replacing the End Stone

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/8d797da869904755fa511b6c49cef27594e57da5_0.webp)

RideBattle Parallel Worlds

# The essentials
This is a fan-oriented mod concentrating on the famous Kamen Rider / Masked Rider seires of the japanese tokusatsu genre bringing the iconic heroes of the Kamen Rider series into Minecraft.

Players can obtain and use detailed replica “Drivers” (transformation belts) to become powerful Kamen Riders. Currently aiming to realize at least the 10 first Riders from the Heisei series.

## Why You’ll Want To Download It:
If you’re a fan of Kamen Rider, this mod allows you to live out the fantasy of becoming your favorite hero within Minecraft. It’s built with a focus recreating the feel of the television series.

# 📝 Suggestions & Feedback
Have an idea for a Rider, an item, or a feature? We welcome your creativity! Please share your suggestions in the comments section to help shape the mod’s future.

# 🐛 Reporting Issues
For technical problems, bugs, or crashes, please use the GitHub Issue Tracker. When reporting, please provide a description of what happened and how to reproduce the issue.

### Disclaimer:
– This is a non-commercial, fan-made project created for love of the series. The developer does not profit from this mod.
– The shader used in the gallery screenshots is Complementary Shaders: Reimagined.