Project Essentials

Documentation for Project Essentials users, describing commands, permissions and API methods and other.

How to Install

For start the modification, you need installed Forge, it is desirable that the version matches the supported versions. You can download Forge from the link. Move the downloaded mod to the mods folder (installation example below).

.
โ”œโ”€โ”€ assets
โ”œโ”€โ”€ config
โ”œโ”€โ”€ libraries
โ”œโ”€โ”€ mods (that's how it should be)
โ”‚   โ”œโ”€โ”€ Project Essentials Core-MOD-1.14.4-1.X.X.jar (mandatory)
โ”‚   โ”œโ”€โ”€ Project Essentials Cooldown-1.14.4-1.X.X.jar (recommended)
โ”‚   โ”œโ”€โ”€ Project Essentials Permissions-1.14.4-1.X.X.jar (mandatory)
โ”‚   โ””โ”€โ”€ Project Essentials-1.14.4-1.X.X.jar
โ””โ”€โ”€ ...

Dependencies

Also do not forget to install dependencies, only two types of dependencies: mandatory (game will not start without a mod) and recommended (without a mod, game can start, but I recommend using it).

Download dependencies: Cooldown ยท Core ยท Permissions

One more step

Now try to start the game, go to the mods tab, if this modification is displayed in the mods tab, then the mod has been successfully installed.

Commands and Permissions

Some description of the commands was copied from https://essinfo.xeya.me/commands.html

Configuration

User Data configuration

Configuration description

The configuration stores player data. For example, the world in which he was before leaving the game, or whether the flight mode is enabled on his account.

Configuration location

.minecraft/config/ProjectEssentials/user-data/{uuid}/data.json

Default configuration

{
    "lastWorld": "",
    "lastWorldPos": "",
    "flyEnabledInWorlds": [],
    "godEnabledWorlds": []
}

Configuration documentation

Commands configuration

Configuration description

This configuration stores the settings for almost all the commands that the Project Essentials module provides. You can customize command aliases. There are specific settings for some commands, for example for the /feed or/tpa command.

Configuration location

.minecraft/config/ProjectEssentials/commands.json

Default configuration

Oh. The configuration is large. If you want to get the default configuration, just delete it and after restarting the modification it will be created again.

Configuration documentation (for common properties)

Configuration documentation (specific properties)

If you have any questions or encounter a problem, be sure to open an issue

Last updated