Mod

RpgMounts for servers

Quick rating

RpgMounts for servers

No reviews yet

Utility mod for servers that makes it easy to add a mount system using existing in-game entities.

No Theme
No Genre
MMO Features
Player Transport
Server Utility
Mod Loaders
Forge
NeoForge
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
rpgmounts-0.9.5.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

This utility mod, primarily designed for servers but also compatible with singleplayer and LAN, allows you to turn existing entities into mounts.

Entities will lose their original AI, which is replaced by a simplified one to make them usable as basic mounts.


📦 Items

  • Item Namer – Lets you get an entity’s ID by right-clicking it. Useful for commands.
  • Item Mounter – Ride an entity without controlling it.
  • Speed Mount Boost - A consumable item to boost your mount’s speed.


📃 Commands 

  • /rpgmounts addmount <player_name> <entity_id> <customName> <speedModifier> <type>
    Unlocks a mount for a player to use.
  • /rpgmounts addbyview <player_name> <customName> <speedModifier> <type>
    Unlocks a mount by view for a player to use.
  • /rpgmounts delmount <player_name> <entity_name>
    Delete a previously unlocked mount.
  • /rpgmounts setenabled <player_name> <entity_name> <true / false>
    Disables a previously unlocked mount.
  • /rpgmounts menu
    Opens the mount menu without needing the keybind.
  • /rpgmounts listmounts
    Lists all available entities that can be used as mounts.
  • /rpgmounts credits
    Shows simple credits — I made this mod for free, so this is my small way of getting recognition.
  • /rpgmounts setdesc <player_name> <entity_name> <description>
    Add description 
  • /rpgmounts cleardesc <player_name> <entity_name>
    Clear description 
  • /rpgmounts setcost <player_name> <entity_name> <item_id> <count>
    Add item cost to spawn the mount
  • /rpgmounts clearcost <player_name> <entity_name>
    Clear the cost
  • /rpgmounts setspeed <player_name> <entity_name> <speed>
    Modify mount speed
  • /rpgmounts giveunlocker <player_name> <entity_id> <customName> <speedModifier> <type>
    Create a mount-unlocking item
  • /rpgmounts setparticle <player_name> <entity_name> <particle_type> <amount>
    Custom particle type when mount spawning

All commands require operator permissions.

Command autocompletion has been added to make usage easier.


🛠 Keybind

A keybind called "Open Menu" is available under the "RpgMounts" category.
Players will mainly need this to access the mount system.

Quick-mount and dismount keybinds are also available.


⚙️ Configuration

A configuration file named epicka-common.toml can be found in the config folder. It allows you to adjust mount behavior and customize parts of the interface.

Player data is stored in the epicka subfolder, which tracks unlocked mounts and their activation status.


📜 Informations

The mod’s optimization and security have been carefully designed to ensure smooth use on large servers. It’s fully functional as it stands, with new content being added over time.
If you're interested in using it or feel some features are missing, feel free to contact me, I'm open to feedback and suggestions ! Join my Discord or contact me directely via CurseForge.

Description

This utility mod, primarily designed for servers but also compatible with singleplayer and LAN, allows you to turn existing entities into mounts.

Entities will lose their original AI, which is replaced by a simplified one to make them usable as basic mounts.

📦 Items

Item Namer – Lets you get an entity’s ID by right-clicking it. Useful for commands.

Item Mounter – Ride an entity without controlling it.

Speed Mount Boost - A consumable item to boost your mount’s speed.

📃 Commands

/rpgmounts addmount <player_name> <entity_id> <customName> <speedModifier> <type>

Unlocks a mount for a player to use.

/rpgmounts addbyview <player_name> <customName> <speedModifier> <type>

Unlocks a mount by view for a player to use.

/rpgmounts delmount <player_name> <entity_name>

Delete a previously unlocked mount.

/rpgmounts setenabled <player_name> <entity_name> <true / false>

Disables a previously unlocked mount.

/rpgmounts menu

Opens the mount menu without needing the keybind.

/rpgmounts listmounts

Lists all available entities that can be used as mounts.

/rpgmounts credits

Shows simple credits — I made this mod for free, so this is my small way of getting recognition.

/rpgmounts setdesc <player_name> <entity_name> <description>

Add description

/rpgmounts cleardesc <player_name> <entity_name>

Clear description

/rpgmounts setcost <player_name> <entity_name> <item_id> <count>

Add item cost to spawn the mount

/rpgmounts clearcost <player_name> <entity_name>

Clear the cost

/rpgmounts setspeed <player_name> <entity_name> <speed>

Modify mount speed

/rpgmounts giveunlocker <player_name> <entity_id> <customName> <speedModifier> <type>

Create a mount-unlocking item

/rpgmounts setparticle <player_name> <entity_name> <particle_type> <amount>

Custom particle type when mount spawning

All commands require operator permissions.

Command autocompletion has been added to make usage easier.

🛠 Keybind

A keybind called "Open Menu" is available under the "RpgMounts" category. Players will mainly need this to access the mount system.

Quick-mount and dismount keybinds are also available.

⚙️ Configuration

A configuration file named epicka-common.toml can be found in the config folder. It allows you to adjust mount behavior and customize parts of the interface.

Player data is stored in the epicka subfolder, which tracks unlocked mounts and their activation status.

📜 Informations

The mod’s optimization and security have been carefully designed to ensure smooth use on large servers. It’s fully functional as it stands, with new content being added over time. If you're interested in using it or feel some features are missing, feel free to contact me, I'm open to feedback and suggestions ! Join my Discord or contact me directely via Modrinth.

Screenshots

Gallery

  • Default UI
    Default UI Default UI, fully customizable
  • Custom UI
    Custom UI Custom UI made using the configuration options and additional textures (Fantasy Minimal Pixel Art by etahoshi)
  • Modern UI
    Modern UI UI enabled through the enableModernUi option and fully customizable
  • Configuration
    Configuration Mod configuration that you must configure to best meet your needs (Everything didn’t fit in the image, so this is only part of it)
  • Default UI
    Default UI Default UI, fully customizable
  • Custom UI
    Custom UI Custom UI made using the configuration options and additional textures (Fantasy Minimal Pixel Art by etahoshi)
  • Modern UI
    Modern UI UI enabled through the enableModernUi option and fully customizable
  • Configuration
    Configuration Mod configuration that you must configure to best meet your needs (Everything didn’t fit in the image, so this is only part of it)

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~4,000
Total Downloads
CurseForge
~3,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync