Skip to content

BusyBee-Development/EssentialsC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

335 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EssentialsC

Modrinth JitPack License Discord Last Commit Repo Size Minecraft Paper Spigot Purpur Online servers Online players Events (30d)

Description

EssentialsC is a powerful and optimized Minecraft Bukkit plugin designed for modern servers. It adds a wide range of features including Kits, Homes, Warps, Shops, Wild Teleports, and much more, providing server owners with flexible tools to enhance gameplay.

The plugin is fully compatible with Minecraft versions 1.17–1.21+ and supports multiple server softwares, including Purpur, Paper, CraftBukkit, and Spigot. Other forks such are also supported, provided they do not modify the Bukkit API. ( Example Forks: Leaf, Leaves and Youer )

EssentialsC comes with over 70 fully configurable commands, each manageable through commands.yml. It seamlessly integrates with popular plugins such as TAB, PlaceholderAPI, Floodgate, LuckPerms, Vault, and DiscordSRV, giving you extended functionality out-of-the-box.

For server migrations, EssentialsC includes a migration tool: /migration essentialsx <flags>, allowing easy transition from EssentialsX.

Actively maintained and regularly updated, I release weekly updates on Modrinth, ensuring you always have access to the latest features and improvements.


A public API for integrating with the EssentialsC Minecraft plugin.

Documentation

You can visit the whole EssentialsCAPI documentation at https://api.godlycow.org/essc/index.html


Repository Setup

Maven

Add the JitPack repository to your pom.xml:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Add the Dependency to your pom.xml:

<dependencies>
    <dependency>
        <groupId>com.github.GodlyCow203</groupId>
        <artifactId>EssentialsC</artifactId>
        <version>v0.0.6</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

Gradle

Add the JitPack repository to your build.gradle:

repositories {
    maven { url 'https://jitpack.io' }
}

Add the Dependency to your build.gradle:

dependencies {
    compileOnly 'com.github.GodlyCow203:EssentialsC:v0.0.6'
}

Gradle Kotlin DSL

Add the JitPack repository to your build.gradle.kts:

repositories {
    maven("https://jitpack.io")
}

Add the Dependency to your build.gradle.kts:

dependencies {
    compileOnly("com.github.GodlyCow203:EssentialsC:v0.0.6")
}

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 97.9%
  • Python 2.1%