Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Essential Commands

Essential Commands

Configurable, permissions-backed utility commands for Fabric servers (tpa, home, warp, spawn, back, nick, rtp)

237.9k
420
Utility
AboutChangelogVersions

0.9.1-beta-mc1.17

by John-Paul-R on Jul 3, 2021
Download

0.9.1-beta-mc1.16

by John-Paul-R on Jul 3, 2021
Download

Essential Commands v0.9.1

List all the things, also bugfix.

Changelog:

0.9.0

  • Add list subcommands to /warp and /home.

0.9.1

  • Fix crash that occurred with some mods when Essential Commands was installed on the client.

0.8.0-beta-mc1.17

by John-Paul-R on Jul 3, 2021
Download

Essential Commands v0.8.0 - Nickname Improvements

Changelog:

  • Correctly grant OPs all permissions.
    • This means that the ops_bypass_teleport_rules config only has an effect if use_permissions_api is set to false.
  • Display nicknames in player list (TAB). Can be disabled by nicknames_in_player_list config option.
  • Add customizable nickname prefix to designate when users are using a nickname. Add nickname_prefix config option.
  • Add command /nickname reveal <nickname>. Shows list of players matching the provided nickname.
    • Requires the permission essentialcommands.nickname.reveal.

0.8.0-beta-mc1.16

by John-Paul-R on Jul 3, 2021
Download

Minecraft 1.16.5 port of Essential Commands version 0.8.0-beta-mc1.17.

0.7.3-beta-mc1.17

by John-Paul-R on Jun 29, 2021
Download

Essential Commands v0.7.3 - Bugfixes for my bugfixes

Fixed some bugs introduced by v0.7.1. Improved compatability with other mods (Origins, mostly).

0.7.3-beta-mc1.16

by John-Paul-R on Jun 29, 2021
Download

1.16.5 port of 0.7.3-beta-mc1.17.

0.7.1-beta-mc1.17

by John-Paul-R on Jun 28, 2021
Download

Essential Commands v0.7.1 - Bugfix update.

Changelog:

  • Provide friendly err msg and file path if WorldManager fails to load from file.
  • Autosave PlayData when the vanilla server saves player data.
  • Fully migrate to PlayerEntityAccess instead of PlayerDataManager HashMap
  • No longer register commands if the command is disabled in the config (instead of registering a "Disabled command msg").
  • Fix bug in update checker that caused 1.16 versions to always appear out-of-date if a 1.17 version of the same release existed.

0.7.1-beta-mc1.16

by John-Paul-R on Jun 28, 2021
Download

1.16 port of 0.7.1-beta-mc1.17.

0.7.0-beta-mc1.17

by John-Paul-R on Jun 25, 2021
Download

0.7.0-mc1.17 - The Nickname Update

New Features:

  • New command, /nickname!
    • Config option: enable_nick, default true.
    • Relevant Perms:
      • essentialcommands.nickname.self
      • essentialcommands.nickname.others

Bugfixes & minor features:

  • Log link to download new version if out of date.
  • Add support for being used as a maven dependency via GitHub packages.
  • Store PlayerData on PlayerEntity (Faster than previous HashMap<UUID, PlayerData>)

0.7.0-beta-mc1.16

by John-Paul-R on Jun 25, 2021
Download

0.7.0-mc1.17 - The Nickname Update

New Features:

  • New command, /nickname!
    • Config option: enable_nick, default true.
    • Relevant Perms:
      • essentialcommands.nickname.self
      • essenticalcommands.nickname.self

Bugfixes & minor features:

  • Log link to download new version if out of date.
  • Add support for being used as a maven dependency via GitHub packages.
  • Store PlayerData on PlayerEntity (Faster than previous HashMap<UUID, PlayerData>)

0.6.0-mc1.16

by John-Paul-R on Jun 23, 2021
Download

0.6.0-mc1.17

by John-Paul-R on Jun 23, 2021
Download

Rework config to use Map instead of list of entries internally. (it was bad).

New config option: ops_bypass_teleport_rules

New permissions:

  • essentialcommands.bypass.teleport_delay
  • essentialcommands.bypass.allow_teleport_between_dimensions
  • essentialcommands.bypass.teleport_interrupt_on_damaged

Improve config error handling and parsing.

  • Give informational and descriptive console logs of errors found when parsing config. (Fails gracefully, but loudly/clearly.)

0.5.1-beta-mc1.17

by John-Paul-R on Jun 22, 2021
Download

Add config option allow_teleport_between_dimensions.

  • Bypassed by ops.
  • Default true.
  • Setting to false disallows teleporting between dimensions via EssentialCommands commands.

0.5.0-mc1.16

by John-Paul-R on Jun 21, 2021
Download

Port to 1.16.5 from 1.17.

0.5.0-mc1.17

by John-Paul-R on Jun 21, 2021
Download

New Features:

  • Add option to interrupt teleports on damage taken.
  • Implemented allow_back_on_death config option. (default false)
  • Self-Update checker & check_for_updates config option. (default true)
  • Add option to interrupt teleports on damage taken.
    • New config option teleport_interrupt_on_damaged, default true.
  • Add hot-reload config command: /essentialcommands config reload. Requires permission essentialcommands.config.reload.
  • Add ability to style command feedback using Style json, instead of just a single formatting code.
    • Ex: {"bold"\:"true", "color":"light_purple"}
    • Old format still works (Ex: light_purple)

Minor/Bugfix:

  • Changed tpa/tpaccept/tpdeny permissions nodes to match permissions.md.
  • Bumped fabric loader/api & yarn mappings versions

0.4.1-mc1.17

by John-Paul-R on Jun 20, 2021
Download

New Features:

  • Added /spawn command. (Finally!)
  • Implement teleport_delay config option. Improve teleport messages.
  • Add /essentialcommands for easy listing of EC commands.

Minor improvements:

  • Don't create/init managers if their relevant features are disabled. (So disabled features won't have any impact on performance, ideally.)
  • Add permissions docs (permissions.md) (GitHub repo)

0.3.1b-mc1.17

by John-Paul-R on Jun 19, 2021
Download

Singletonified most-all manager classes.

This was done to fix bug where loaded warps persist between different singleplayer worlds opened in the same game instance. ('twas a mess)

Other small changes:

  • Sort properties in config file.
  • Remove salmon.png

0.3.0b-mc1.17

by John-Paul-R on Jun 18, 2021
Download

Added permissions API support! (and fixed major Config bug that caused changes to be lost upon server restart. Oop)

Bugfixes/Minor improvements:

  • Add 'use_permissions_api' config option. Default false.
  • Add "could not be deleted" error message for '/warp delete' if warp does not exist.

0.2.1-mc1.17

by John-Paul-R on Jun 16, 2021
Download

Add /warp command!

0.1.3-mc1.17

by John-Paul-R on Jun 14, 2021
Download
1
5
6

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@656c5b6

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.