Everyday Commands is a small server-only utility that adds a couple of useful commands for your minecraft world:
To get the list of all commands, type /edc and press TAB to cycle through available values.
This mod also allows to disable block destruction caused by certain sources. For example: Creepers.
Version for 1.14.4 allows to include other sources to the list as well, version for 1.12.2 only allows to enable or disable this functionality for Creepers.
For 1.14.4 version and above use single "/edc" (or /edcommands) command with the following arguments:
/edc count entities|tileentities|drops|everything
(permission level 2 required)
- count Entities or TileEntities or Dropped blocks or everything from above. Now dimension based.
/edc kill mobs|living|drops
(permission level 2 required)
- "kills" Mobs or all Living entities or Dropped items in all dimensions
/edc me
(permission level 0 required)
- tells player his current coordinates and dimension
/edc reload
(permission level 2 required)
- reloads config file
/edc spawn enable|disable|set
(permission level 2 required)
- configures "First Join" spawn point (can be in any dimension also)
/edc tpx
(permission level 2 required)
- extended "teleport" command, which allows players to teleport across dimensions (this command is still here despite of being excessive as vanilla now allows it)
For 1.12.2 version, use the following commands:
/edc_count <e|te|d|a>
(permission level 2 required)
- count Entities|TileEntities|Dropped blocks|All of it currently in the world
/edc_kill <mobs|living|drops>
(permission level 2 required)
- "kills" Mobs|all Living beings|Dropped items currently in the world
/edc_me
(permission level 0 required)
- Tells player his current coordinates including dimension
/edc_reload
(permission level 2 required)
- reload configuration
/edc_search <mod_name>:<item.name>[/metadata]
(permission level 2 required)
- searches for specified item in all inventories of the world
/edc_setspawn [dimension x y z]
(permission level 2 required)
- sets global spawn to specified spot (also can place the initial spawn point to other dimension). Do not specify parameters to set global spawn to your current coordinates.
/edc_tpx <dimension|[player] dimension x y z|fromPlayer toPlayer>
(permission level 2 required)
- extended tp command. Allows teleportation between dimensions as well.

