Tags
Creators
Details
Licensed ARR
Published last year
Updated last year
All versions
1.0.1
Release
Commandify 1.0.1last year 412
Compatibility
Minecraft: Java Edition
1.21β1.21.5
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
π§Ύ 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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:sWBx6jND:CL3wzlRl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sWBx6jND:CL3wzlRl"
}

