File Details
commandify-1.0.1.jar
- R
- Oct 8, 2025
- 109.01 KB
- 141
- 1.21.1
- NeoForge
File Name
commandify-1.0.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
## 🧾 **Changelog — Commandify Update**
### ✨ **New Features & Additions**
#### 🧭 Teleportation Commands
* **`/home [name]`** → Teleport to your saved home location.
* **`/sethome [name]`** → Set a home location (with optional name).
* **`/delhome [name]`** → Delete a specified home.
* **`/spawn`** → Teleport to the world spawn point.
* **`/setspawn`** → Set the server’s spawn point to your current position.
* **`/warp [name]`** → Teleport to a registered warp point.
* **`/setwarp [name]`** → Create a new warp point at your current position.
* **`/delwarp [name]`** → Remove an existing warp point.
* **`/tpa [player]`** → Send a teleport request to another player.
* **`/tpahere [player]`** → Request another player to teleport to you.
* **`/tpaccept`** → Accept a pending teleport request.
* **`/tpadeny`** → Deny a pending teleport request.
* **`/tpatoggle`** → Toggle whether other players can send you teleport requests.
* **`/back`** → Return to your last location before death or teleportation.
---
#### 🌍 World Management Commands *(OP only)*
* **`/day`** → Set time to morning.
* **`/night`** → Set time to night.
* **`/noon`** → Set time to midday.
* **`/midnight`** → Set time to midnight.
* **`/sun`** → Set weather to clear skies.
* **`/rain`** → Set weather to rain.
* **`/thunder`** → Set weather to thunderstorms.
---
#### 💬 Chat Commands
* **`/msg [player] [message]`** → Send a private message to a player.
* **`/r [message]`** → Reply to the last private message received.
* **`/broadcast [message]`** → Send a highlighted message to all players.
* **`/ignore [player]`** → Ignore a player’s private messages.
* **`/ignores`** → View the list of ignored players.
* **`/unignore [player]`** → Remove a player from your ignore list.
---
### ⚙️ **General Improvements**
* Unified command registration system for better modularity.
* Optimized teleportation logic for faster response times.
* Improved permission handling for operator-only commands.
* Minor code clean-up and event handler optimizations.

