This is primarily intended to shorten plaintext patches that need to access exported
functions or variables from their respective plugins.
Instead of writing replugged.plugins.plugins.get("id.here").exports,
developers can write replugged.plugins.getExports("id.here").
Get the exports of a plugin.