/crowned-bank

A fine implementation of economy plugin that works on networks and standalone servers.

Primary LanguageJavaApache License 2.0Apache-2.0

crownedBank Jenkins Version

A proper implementation of economy plugin both for networks and standalone servers.

Proxy-Server communication is done with plugin messaging,to maintain it's reliability and compatibility with most proxies, without having to open any new insecure network ports.

Users

Download latest build over at Jenkins. And you can read more over at wiki.

Developers

How does it work?

Can communicate via multiple remotes at the same time. It means you can have unique currency for one server, while having shared currency for whole network.

API

Read more on wiki.

Maven

<repository>
  <id>battleland</id>
  <url>https://nexus.battleland.eu/repository/central/</url>
</repository>
<dependency>
  <groupId>eu.battleland.crownedbank</groupId>
  <artifactId>crowned-bank-[platform]</artifactId>
  <version>[version]</version>
</dependency>

Gradle (Groovy DSL)

maven { url = "https://nexus.battleland.eu/repository/central/" }
compileOnly 'eu.battleland.crownedbank:crowned-bank-[platform]:[version]'

Gradle (Kotlin DSL)

maven (url = "https://nexus.battleland.eu/repository/central/" )
compileOnly("eu.battleland.crownedbank:crowned-bank-[platform]:[version]")

Capabilities

Supported Plug-Ins

  • PlaceholderAPI (spigot)
  • Vault (spigot)

Supported Platforms

  • PaperMC (platform paper)
  • BungeeCord (platform bungee)
  • Velocity (platform velocity)

Licensing

Project is distrubuted under Apache License 2.0.