Gringotts is an item-based economy plugin for the Bukkit Minecraft server platform. Unlike earlier economy plugins, all currency value and money transactions are based on actual items in Minecraft, per default emeralds.
Go to file
Brayd f08c67e5f0
Remove unused variables
2022-12-22 12:42:40 +01:00
.github chore: remove github workflows 2022-08-31 19:40:19 +01:00
.settings feat: check for null objects in Utils class 2022-10-09 20:32:09 +01:00
.vscode chore: add settings 2021-11-16 20:09:04 +00:00
docs Update usage.md 2020-03-11 00:56:38 +00:00
src Remove unused variables 2022-12-22 12:42:40 +01:00
.gitattributes Fixed line endings to /r 2012-08-03 16:05:22 +01:00
.gitignore Reduce lag caused by getOfflinePlayer (#114) 2022-10-09 02:38:07 +01:00
CHANGELOG.md chore: update changelog 2022-08-31 20:35:49 +01:00
CNAME Create CNAME 2021-11-19 21:37:09 +00:00
CONTRIBUTING.md chore: add CONTRIBUTING.md 2022-10-10 01:45:56 +01:00
LICENSE.txt edited license 2012-10-07 20:10:42 +02:00
README.md Add shields.io 2022-12-22 11:54:19 +01:00
SECURITY.md chore: create SECURITY.md 2021-11-19 21:31:39 +00:00
_config.yml Set theme jekyll-theme-hacker 2021-11-19 21:36:54 +00:00
pom.xml update version to 1.12.4-SNAPSHOT 2022-09-08 07:57:55 +01:00

README.md

Canreal Economy - A soft fork of Gringotts
License LiberaPay Getestete Minecraft Version Maintained

Disclaimer DE

Dieses Repository ist ein soft fork des Plugins Gringotts. Wir haben modifizierungen am Code vorgenommen, um das Plugin auf dem Canreal Survival PvP Server zu verwenden. Wir stellen KEINEN SUPPORT bereit, wenn Probleme mit diesem Fork auftreten. Wenn du dich für das Economy Plugin Gringotts interessierst, solltest du das originale Repository nutzen. Durch unsere Anpassungen würde es auf deinem Server zu Problemen oder unerwartetem Verhalten kommen. Wir danken dir für dein Verständnis! :) Du kannst das originale Repository, auf dem dieser Fork basiert auf GitHub finden.

Disclaimer EN

This is a soft fork of Gringotts with modifications made to the code to match configurations and features we have implemented into the Canreal Survival PvP Server. We DO NOT provide any support if you try to run the plugin with our modifications on your server. It will probably not work on your server and you'll probably get errors or unexpected behavior. If you want to use the economy plugin Gringotts use the repository this repo is based on. Thank you for your understanding! :) You can find the original repository this project is a fork of on GitHub.

General Description from original author

Gringotts is an item-based economy plugin for the Spigot Minecraft server platform. Unlike earlier economy plugins, all currency value and money transactions are based on actual items in Minecraft, per default emeralds. The goals are to add a greater level of immersion, a generally more Minecraft-like feeling, and in the case of a PvP environment, making the currency itself vulnerable to raiding.

Get Gringotts from Spigot!

Features

  • Item-backed economy (configurable, default emeralds)
  • Multiple denominations with automatic conversion (for example, use emeralds and emerald blocks)
  • Storage of currency in chests and other containers, player inventory and ender chests (configurable)
  • Direct account-to-account transfers commands
  • Optional transaction taxes
  • Fractional currency values (fixed decimal digits)
  • Account support for Towny
  • Vault and Reserve integration

Usage

Storing money in an account requires a Gringotts vault. A vault consists of a container, which can be either chest, dispenser or furnace, and a sign above or on it declaring it as a vault. A player or faction may claim any number of vaults. Vaults are not protected from access through other players. If you would like them to be, you may use additional plugins such as LWC or WorldGuard .

Read how to use gringotts.

Configuration

Read how to config gringotts.

Permissions

Read how gringotts permissions works.

Commands

Read how to use gringotts commands.

Installation and Configuration

Download Gringotts and place it in your craftbukkit/plugins folder

Please see the Configuration and Permissions document on how to configure Gringotts.

Problems? Questions?

Have a look at the Wiki. You're welcome to improve it, too!

Development

Would you like to make changes to Gringotts yourself? Fork it! Pull requests are very welcome, but please make sure your changes fulfill the Gringotts quality baseline:

  • new features, settings, permissions are documented
  • required dependencies are all added to the build by Maven, not included in the repo
  • the project builds with Maven out-of-the-box

Gringotts uses the Maven 3 build system. Build a working plugin jar with the command

mvn compile install

Metrics

Gringotts Metrics

Contributors

Gringotts contributors

Made with contrib.rocks.

License

All code within Gringotts is licensed under the BSD 2-clause license. See license.txt for details.