Basic Setup
Learn how to set up Echo in your project.
Installation
To use Echo in your project, we'll first need to add the plugin to your Gradle project.
You can easily add the Echo plugin by adding it to your plugins block.
id 'com.undefinedcreations.echo' version 'LASTEST-VERSION'Usage
Once the plugin is added, you can start using Echo in your project. You can do two things with Echo:
- Access Server Internals: Echo will automatically download, and import that server JAR using BuildTools.
 - Remap Server JAR: The remap task will remap any code into either Mojang, Spigot or obfuscated mappings.