Tags
Creators
Details
Licensed ARR
Published last year
All versions
1.0.1
Release
Commandify 1.0.19 months ago 255
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"
}

