2021-10-26 19:28:37 +01:00
2021-10-01 11:59:52 +01:00
2021-08-06 19:43:48 +01:00
2021-10-26 19:11:01 +01:00
2021-06-11 12:04:07 +01:00
2021-10-26 19:21:34 +01:00
2021-08-06 20:21:36 +01:00
2021-10-07 12:47:38 +01:00
2021-07-21 17:57:39 +01:00
2021-10-15 10:27:58 +01:00
2021-06-11 12:04:07 +01:00
2020-12-31 18:49:41 +00:00
2021-07-21 17:57:39 +01:00
2020-12-31 18:50:56 +00:00
2021-10-12 20:12:09 +01:00


eco logo

eco - Simplify spigot development.

Plugin Information

  • Requires ProtocolLib to be installed: get the latest version here
  • Supports 1.16.5+

bStats

Information for development

Javadoc

The 6.8.0 Javadoc can be found here

Plugin Information

eco is a standalone plugin, so you will need to install it on any servers that have plugins which depend on it, and specify it as a dependency in your plugin.yml:

depend:
  - eco

eco is available from any of these places:

Get from JitPack:

Gradle:

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

dependencies {
        compileOnly 'com.willfp:eco:Tag'
}

Replace Tag with a release tag for eco, eg 6.0.0.

Maven:

<repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
</repository>
<dependency>
        <groupId>com.willfp</groupId>
        <artifactId>eco</artifactId>
        <version>Tag</version>
        <scope>provided</scope>
</dependency>

Replace Tag with a release tag for eco, eg 6.8.0.

Build locally:

Run the following commands in your terminal of choice.

If you're on windows, you will need to have git bash installed.

git clone https://github.com/Auxilor/eco
cd eco
./gradlew build

Features

Here's a list of some (not all) of the features of eco:

  • Command system with subcommands
  • Reworked config system
  • JSON Config Support
  • Client-Side item display
  • World drop system
  • Event manager
    • PlayerJumpEvent
    • ArmorEquipEvent
    • EntityDeathByEntityEvent
    • NaturalExpGainEvent
  • Plugin extensions (com.willfp.eco.internal.Plugins for plugins)
  • GUI System
  • Integration system for external plugins
    • Anticheat support
      • AAC
      • Matrix
      • NCP
      • Spartan
      • Vulcan
    • Antigrief/Combat support
      • CombatLogX (V10 + V11)
      • FactionsUUID
      • GriefPrevention
      • Kingdoms
      • Lands
      • Towny
      • WorldGuard
    • mcMMO support
    • Custom Items support
      • Oraxen
    • PlaceholderAPI support
  • NMS Proxy / Wrapper system built in
  • Custom Items system
  • Crafting Recipe handler
  • Tuples
  • Support uploading to / downloading from hastebin
  • Packet System (via ProtocolLib)
  • Dependency Injection systems
  • Prerequisite system
  • API additions (via utility classes)
    • Get bow from arrow
    • Break a block as a player
    • Get a vein of blocks
    • Create 2D lists
    • Create NamespacedKeys safely
    • Random number, distribution, roman numerals
    • Set skull texture
    • Format all strings
      • Hex Support
      • Gradient Support
      • Placeholder Support
    • Get a scoreboard team from any color
    • Telekinesis (Drops straight to inventory) system
    • More vector options
  • Update checker
  • bStats integration
  • Reworked systems for:
    • NamespacedKey
    • MetadataValue
    • Runnables / Scheduling

... and a lot more!

License

Click here to read the entire license.


supps banner dedimc banner

Description
Spigot development library, built for the latest version.
Readme 73 MiB
v6.76.0 Latest
2025-06-03 14:17:00 +00:00
Languages
Kotlin 55.1%
Java 44.9%