Flibio/EconomyLite


Economy Plugin for Sponge https://ore.spongepowered.org/Flibio/EconomyLite

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

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

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.Flibio:EconomyLite:v2.15.1'
	}
	dependencies {
		implementation("com.github.Flibio:EconomyLite:v2.15.1")
	}
	<dependency>
	    <groupId>com.github.Flibio</groupId>
	    <artifactId>EconomyLite</artifactId>
	    <version>v2.15.1</version>
	</dependency>

                            
    libraryDependencies += "com.github.Flibio" % "EconomyLite" % "v2.15.1"
        
        

                            
    :dependencies [[com.github.Flibio/EconomyLite "v2.15.1"]]
        
        

Readme


EconomyLite

Issues Gitter

EconomyLite is a lightweight, yet advanced economy plugin for your Sponge server. The plugin is built to be customizable, and you can enable and disable features at your will.

Features

  • Drag & Drop Installation
    • Just drop EconomyLite into your "mods" folder with Sponge and start your server
  • Multi-Threaded
    • EconomyLite is multi-threaded for the best possible performance
  • Multiple Storage Options
    • Store your data however you like, locally or on a MySQL database
  • Migration
    • EconomyLite allows you to easily migrate your data from another economy plugin
  • Customizable
    • Much of EconomyLite can be changed to suit your needs
  • Virtual Management
    • EconomyLite includes commands to manage virtual accounts
  • Loans
    • Players can take out loans if they are running short on money
  • Multiple Currencies
    • EconomyLite has built-in support for multiple currencies

Installation

Drag and drop EconomyLite into your "mods" folder along with Sponge and start your server. The configuration files can be found in config/EconomyLite.


:inbox_tray: Download EconomyLite

:speech_balloon: Issues & Suggestions

:newspaper: Forum Post

:books: Docs

:heavy_dollar_sign: Support Me


EconomyLite Statistics