Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

A mod providing info on the EarthMC Minecraft server.

License

Notifications You must be signed in to change notification settings

EarthMC-Toolkit/EarthMCEssentials

Repository files navigation

EarthMC Essentials

Downloads

A fabric mod designed for EarthMC that provides info on people, places and more.

emce-preview

Features

Commands

Alliance(s)

  • /alliance <name> - Displays info on the specified alliance.
  • /alliance top - Displays the top 10 alliances and their stats.

News

  • /news latest - Displays the most recent headline and the date it was reported.
  • /news summary - Displays the last 15 headlines with their respective date reported.
  • /news <amount> - Displays a custom amount of news headlines and their dates.

Route

All of the following commands display the closest nation distance, direction and travel times from itself to the coords.
There is currently no information that displays the direct route to avoid teleporting (maybe in future).

  • /route <x> <z> - Get a route to the specified coords. Nearest nation capital must be public and can be PVP enabled.
  • /route fastest <x> <z> - Get a route to the specified coords. Nearest nation capital can be private and have PVP enabled.
  • /route safest <x> <z> - Get a route to the specified coords. Nearest nation capital must be public and have PVP disabled.
  • /route self - Get a route to your own coords so you can tell others how to get to you.

Misc

  • /nether <x> <z> - Quickly convert overworld coordinates into their nether counterpart.

On-Screen Info

  • Townless - Show a list of online townless players and their (optional) coords.
  • Nearby - See anyone whose close to you without checking the map! Configurable options include: radius, rank and distance.

Config screen (F4)

  • API Intervals - Set the rate at which you want data to be updated.
  • Data - Toggle on/off, screen x/y position, text colors, radius and more.

Installation

  1. Download the latest release.
  2. If you haven't already, download the Fabric Loader and API via this guide.
  3. Make sure you also have the correct Fabric API for your MC version.
  4. Make sure that you have both EMCE and the Fabric API jars inside %AppData%/Roaming/.minecraft/mods/ and launch the game!

FAQ

Why am I crashing on startup?

I recommend you use the latest EMCE version, with Fabric API 0.118.0 and Fabric Loader 0.16.10, delete the file emc-essentials.json in your config folder and reboot MC. It is also worth checking the output log since some mods may conflict with EMCE.

Client or Server?

Everything in this mod is ran on the client-side and the only data sources are the Official API, Squaremap (via the purpose-made EMC-Wrapper library) with news and alliances being acquired from the toolkit API.

Is there a Forge version?

Not right now. There may be a re-write using the Architectuary API, but this won't be any time soon.

Can I use OptiFine?

Yes, but you will need to install OptiFabric in addition.

How can I register an alliance?

Head to our Discord and provide your alliance's info in the appropriate channel.

Support

If you have a problem that the FAQ does not address, you can reach us at our discord.
If you encounter a bug, report it in the #mod-bugs channel in our discord above, or create a new issue.