Commandify

โญ โ€” (5 endorsements) ๐Ÿ“ฅ 522 downloads ๐Ÿ“Œ v1.0.1 ๐Ÿ“… 4/14/2025
๐ŸŸก Updated this year

By UltraLionfr ยท management

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 10/8/2025 ๐Ÿ“… Created: 4/14/2025
โš ๏ธ Install Order ยท 2 steps
1๐Ÿ› ๏ธ Forge โ€” Minecraft Forge (mod loader) Download โ†—
2๐Ÿ› ๏ธ Fabric โ€” Fabric Loader Download โ†—

Install in this order, then this mod last โ€” most mods fail to load without their framework and dependencies in place.

๐Ÿ” Analysis

  • ๐Ÿ‘ 1.0% endorsement rate
  • ๐Ÿ† #9 of 10 management mods in this game by downloads

๐Ÿ“‹ About This Mod

โœ… โœ… Modular system โ€” commands can be enabled or disabled in the config
โœ… ๐ŸŒ Multi-language support (`en_us`, `fr_fr`)
โœ… ๐Ÿ’พ Automatic config & language file generation
โœ… โš™๏ธ Simple TOML-based configuration (`/config/commandify/`)
โœ… ๐Ÿงญ Complete teleportation system: homes, warps, spawn, TPA, back, RTP
โœ… ๐ŸŒค๏ธ World time & weather management

# ๐Ÿงญ Commandify !(https://img.shields.io/badge/Minecraft-1.21.1-blue) !(https://img.shields.io/badge/NeoForge-21.1.208%2B-green) !(https://img.shields.io/badge/License-All%20Rights%20Reserved-red) !(https://img.shields.io/badge/Dependencies-None-lightgrey) **Commandify** is a lightweight, modular, and server-side **NeoForge mod** that brings back all the essential commands every Minecraft server deserves โ€” from teleportation and homes to world management, chat tools, and admin utilities. Perfect for servers that want **clean, functional commands without unnecessary bloat.** --- ## โœจ Features - โœ… Modular system โ€” commands can be enabled or disabled in the config - ๐ŸŒ Multi-language support (`en_us`, `fr_fr`) - ๐Ÿ’พ Automatic config & language file generation - โš™๏ธ Simple TOML-based configuration (`/config/commandify/`) - ๐Ÿงญ Complete teleportation system: homes, warps, spawn, TPA, back, RTP - ๐ŸŒค๏ธ World time & weather management - ๐Ÿ’ฌ Chat utilities (private messages, broadcast, ignore list) - ๐Ÿงฐ Admin tools (inventory viewing) - ๐Ÿ”’ Server-side only โ€” **no client installation required** - ๐Ÿšซ No external dependencies --- ## โš™๏ธ Configuration After first launch, all config files are generated under: ``` /config/commandify/ ``` - `commandify-general.toml` โ€” global settings - `teleportation.toml` โ€” teleportation commands - `world.toml` โ€” world/time/weather management - `chat.toml` โ€” chat system - `admin.toml` โ€” admin & moderation tools - `lang/` โ€” contains `en_us.json` and `fr_fr.json` for localization --- ## ๐Ÿ’ฌ Commands ### ๐Ÿงญ Teleportation Commands | Command | Description | |----------|-------------| | `/home ` | Teleports you to your set home location. | | `/sethome ` | Sets a home location with an optional name. | | `/delhome ` | Deletes a specified home location. | | `/spawn` | Teleports you to the serverโ€™s spawn point. | | `/setspawn` | Sets the serverโ€™s spawn point to your current location. | | `/warp ` | Teleports you to a pre-set warp point. | | `/setwarp ` | Creates a warp point at your current location. | | `/delwarp ` | Deletes a specified warp point. | | `/tpa ` | Sends a teleport request to another player. | | `/tpahere ` | Requests another player to teleport to you. | | `/tpaccept` | Accepts a pending teleport request. | | `/tpdeny` | Denies a pending teleport request. | | `/tpatoggle` | Toggles whether other players can send you teleport requests. | | `/back` | Teleports you to your last location before death or teleportation. | | `/rtp` | Randomly teleports you within a configured radius. | --- ### โ˜€๏ธ World Management Commands *(OP only)* | Command | Description | |----------|-------------| | `/day` | Sets time to day. | | `/night` | Sets time to night. | | `/noon` | Sets time to noon. | | `/midnight` | Sets time to midnight. | | `/sun` | Sets weather to clear. | | `/rain` | Sets weather to rain. | | `/thunder` | Sets weather to thunderstorms. | --- ### ๐Ÿ’ฌ Chat Commands | Command | Description | |----------|-------------| | `/msg ` | Sends a private message to a player. | | `/r ` | Replies to the last private message. | | `/broadcast ` | Sends a highlighted message to all players. | | `/ignore ` | Blocks private messages from a player. | | `/unignore ` | Unblocks a player. | | `/ignored` | Lists all ignored players. | --- ### ๐Ÿ›ก๏ธ Admin & Utility Commands | Command | Description | |----------|-------------| | `/invsee ` | View and modify another player's inventory. | | `/commandify info` | Shows mod info, author, and version. | | `/commandify reload` | Reloads all Commandify configs. | --- ## ๐Ÿ”ง Installation 1. Download the latest **Commandify** `.jar` 2. Place it in your serverโ€™s `mods/` folder 3. Start your server once to generate configs and language files 4. Edit your configuration in `/config/commandify/` if needed 5. Restart your server โ€” done! --- ## ๐Ÿงฉ Compatibility | Requirement | Version | |--------------|----------| | **Minecraft** | 1.21.1 | | **Loader** | NeoForge **21.1.208 or newer** | | **Environment** | Server-side only | | **Dependencies** | None | --- ## ๐Ÿ“ Config File Structure ``` /config/commandify/ โ”œโ”€โ”€ commandify-general.toml โ”œโ”€โ”€ teleportation.toml โ”œโ”€โ”€ world.toml โ”œโ”€โ”€ chat.toml โ”œโ”€โ”€ admin.toml โ””โ”€โ”€ lang/ โ”œโ”€โ”€ en_us.json โ””โ”€โ”€ fr_fr.json ``` --- ## ๐Ÿงฑ Planned Features - Optional permission integration --- ## ๐Ÿง‘โ€๐Ÿ’ป Author **Commandify** was created by **UltraLion** ๐ŸŒ (https://ultralion.xyz) --- ## ๐Ÿ“œ License This mod is distributed under the **All Rights Reserved** license. Redistribution or modification without explicit permission from the author is prohibited.

# ๐Ÿงญ Commandify

!(https://img.shields.io/badge/Minecraft-1. 21. 1-blue) !(https://img.shields.io/badge/NeoForge-21. 1. 208%2B-green) !(https://img.shields.io/badge/License-All%20Rights%20Reserved-red) !(https://img.shields.io/badge/Dependencies-None-lightgrey)

Commandify is a lightweight, modular, and server-side NeoForge mod that brings back all the essential commands every Minecraft server deserves โ€” from teleportation and homes to world management, chat tools, and admin utilities. Perfect for servers that want clean, functional commands without unnecessary bloat.

## โœจ Features

  • โœ… Modular system โ€” commands can be enabled or disabled in the config
  • ๐ŸŒ Multi-language support (`en_us`, `fr_fr`)
  • ๐Ÿ’พ Automatic config & language file generation
  • โš™๏ธ Simple TOML-based configuration (`/config/commandify/`)
  • ๐Ÿงญ Complete teleportation system: homes, warps, spawn, TPA, back, RTP
  • ๐ŸŒค๏ธ World time & weather management
  • ๐Ÿ’ฌ Chat utilities (private messages, broadcast, ignore list)
  • ๐Ÿงฐ Admin tools (inventory viewing)
  • ๐Ÿ”’ Server-side only โ€” no client installation required
  • ๐Ÿšซ No external dependencies

## โš™๏ธ Configuration

After first launch, all config files are generated under: ```

/config/commandify/

  • `commandify-general.toml` โ€” global settings
  • `teleportation.toml` โ€” teleportation commands
  • `world.toml` โ€” world/time/weather management
  • `chat.toml` โ€” chat system
  • `admin.toml` โ€” admin & moderation tools
  • `lang/` โ€” contains `en_us.json` and `fr_fr.json` for localization

## ๐Ÿ’ฌ Commands

### ๐Ÿงญ Teleportation Commands | Command | Description | |----------|-------------| | `/home ` | Teleports you to your set home location. | | `/sethome ` | Sets a home location with an optional name. | | `/delhome ` | Deletes a specified home location. | | `/spawn` | Teleports you to the serverโ€™s spawn point. | | `/setspawn` | Sets the serverโ€™s spawn point to your current location. | | `/warp ` | Teleports you to a pre-set warp point. | | `/setwarp ` | Creates a warp point at your current location. | | `/delwarp ` | Deletes a specified warp point. | | `/tpa ` | Sends a teleport request to another player. | | `/tpahere ` | Requests another player to teleport to you. | | `/tpaccept` | Accepts a pending teleport request. | | `/tpdeny` | Denies a pending teleport request. | | `/tpatoggle` | Toggles whether other players can send you teleport requests. | | `/back` | Teleports you to your last location before death or teleportation. | | `/rtp` | Randomly teleports you within a configured radius. |

### โ˜€๏ธ World Management Commands (OP only) | Command | Description | |----------|-------------| | `/day` | Sets time to day. | | `/night` | Sets time to night. | | `/noon` | Sets time to noon. | | `/midnight` | Sets time to midnight. | | `/sun` | Sets weather to clear. | | `/rain` | Sets weather to rain. | | `/thunder` | Sets weather to thunderstorms. |

### ๐Ÿ’ฌ Chat Commands | Command | Description | |----------|-------------| | `/msg ` | Sends a private message to a player. | | `/r ` | Replies to the last private message. | | `/broadcast ` | Sends a highlighted message to all players. | | `/ignore ` | Blocks private messages from a player. | | `/unignore ` | Unblocks a player. | | `/ignored` | Lists all ignored players. |

### ๐Ÿ›ก๏ธ Admin & Utility Commands | Command | Description | |----------|-------------| | `/invsee ` | View and modify another player's inventory. | | `/commandify info` | Shows mod info, author, and version. | | `/commandify reload` | Reloads all Commandify configs. |

## ๐Ÿ”ง Installation

1. Download the latest Commandify `.jar` 2. Place it in your serverโ€™s `mods/` folder 3. Start your server once to generate configs and language files 4. Edit your configuration in `/config/commandify/` if needed 5. Restart your server โ€” done!

## ๐Ÿงฉ Compatibility

| Requirement | Version | |--------------|----------| | Minecraft | 1. 21. 1 | | Loader | NeoForge 21. 1. 208 or newer | | Environment | Server-side only | | Dependencies | None |

## ๐Ÿ“ Config File Structure

/config/commandify/ โ”œโ”€โ”€ commandify-general.toml โ”œโ”€โ”€ teleportation.toml โ”œโ”€โ”€ world.toml โ”œโ”€โ”€ chat.toml โ”œโ”€โ”€ admin.toml โ””โ”€โ”€ lang/ โ”œโ”€โ”€ en_us.json โ””โ”€โ”€ fr_fr.json

## ๐Ÿงฑ Planned Features - Optional permission integration

## ๐Ÿง‘โ€๐Ÿ’ป Author

Commandify was created by UltraLion ๐ŸŒ (https://ultralion.xyz)

## ๐Ÿ“œ License

This mod is distributed under the All Rights Reserved license. Redistribution or modification without explicit permission from the author is prohibited.

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Mods
Author
UltraLionfr
Version
1.0.1
Downloads
522
Endorsements
5
Category
management
Created
4/14/2025
Updated
10/8/2025
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
management

๐Ÿ”ง How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Mods โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Mods versions does Commandify support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of Commandify?

Version 1.0.1, published 2025-10-08 with 522 downloads recorded at the source.

Keep browsing โ€” more Minecraft Mods mods await

๐Ÿ“‹ All Minecraft Mods Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More management ๐Ÿ‘ค More by UltraLionfr ๐Ÿ”Ž Similar Mods ๐ŸŒ Best management (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods