Tags
Creators
Details
0.34.0-mc1.19.4
Compatibility
Changes
Essential Commands v0.34.0 (mc 1.19.4)
New Commands
All of these courtesy of @arnokeesman
feed, heal, near, repair, night, suicide, extinguish, flyspeed
/fly speed [reset|0-5]
/feed [player]
enable_feed: true
essentialcommands.feed.self 2
essentialcommands.feed.others 2
/heal [player]
enable_heal: true
essentialcommands.heal.self 2
essentialcommands.heal.others 2
/near [range] [player]
enable_near: true
near_command_default_range: 200
near_command_max_range: 200
essentialcommands.near.self 2
essentialcommands.near.others 2
/repair [player]
enable_repair: true
essentialcommands.repair.self 2
essentialcommands.repair.others 2
/night
enable_night: true
essentialcommands.night 2
/suicide
enable_suicide: true
essentialcommands.suicide 0
/ext(inguish) [player]
enable_extinguish: true
essentialcommands.extinguish.self 2
essentialcommands.extinguish.others 2
RTP support in the Nether!
Config option:
rtp_enabled_worlds- a list of world registry keys to allow/rtpin- Example:
rtp_enabled_worlds=[overworld,nether] - This config option can be reloaded with
/essentialcommands config reload
new permission:
essentialcommands.bypass.randomteleport_cooldown, requires OP 4 if not using a permissions mod
lang file change:
cmd.rtp.error.no_spawn_set->cmd.rtp.error.world_not_enabled- Old
en_ustext: "Not in Overworld." - New
en_ustext: "RTP is not enabled in the world '${0}'"
- Old
Additional Features
- allow
/tpahereto multiple players at once (#238)
Fixes
- fix auto
/tpaccept//tpdeny(no target player) - fix rare crash. (264e86ffe7097741b504391680a9c5e4fb939e78)
- fix: allow reading UTF-16 rules files
- fix: warp suggestions not perms filtered (#235)
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.
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:6VdDUivB:AdbpNbro"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6VdDUivB:AdbpNbro"
}

