Giter Site home page Giter Site logo

eco's Introduction


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.0.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.0.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.

eco's People

Contributors

paulbgd avatar sirblobman avatar willfp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.