Minecraft MiniEconomy mod 2026 download
logo
minecraft mod MiniEconomy

MiniEconomy

Game Version: 1.8
Total Downloads: 830
Updated: May 20, 2015
Created: May 20, 2015
Download MiniEconomyDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
1.8 release 7.35 KB May 20, 2015 1.8 830 download MiniEconomy 1.8 releaseDownload

Description

Share this:

http://i.imgur.com/3Dl9ang.jpg
MiniEconomy
A super lightweight economy plugin.

THIS PLUGIN DOES NOT REQUIRE AND IS NOT COMPATIBLE WITH VAULT!

What is the point in this plugin?
It requires nothing and has barely any features. It's perfect for any custom coded server that really only needs the basics.
This plugin ONLY supports flat-file (config).
You would use this as a second economy if you already have one vault economy plugin, e.g. use this for tokens.

Commands

/minieconomy - Main command. Aliases: /economy & /me.
/minieconomy give <player> <amount> - Gives the player the specified amount of money.
/minieconomy take <player> <amount> - Takes the specified amount away from the player.
/minieconomy set <player> <balance> - Sets the player's balance.
/minieconomy reset <player> - Resets the players balance to the configured default amount.

/pay <name> <amount> - Gives the player specified the specified amount, from the sender's balance.

/balance - Shows the sender's balance. Aliases: /bal & /money.
/balance <name> - Shows the specified player's balance.

Permissions

minieconomy.info - Shows plugin information & usage. Please note, this is set to be given by default. To remove it, you must negate the permission.
minieconomy.pay - Allows access to the /pay command. Recommended for players.
minieconomy.give - Allows access to the /minieconomy give command.
minieconomy.take - Allows access to the /minieconomy take command.
minieconomy.set - Allows access to the /minieconomy set command.
minieconomy.reset - Allows access to the /minieconomy reset command.
minieconomy.balance - Allows access to the /balance command.
minieconomy.balance.others - Allows access to the /balance command for other players.

Config
prefix – The prefix for all messages sent by the plugin.
default-balance – The balance players start with.

API
Include the jar in your project build path.

Accessing the API:

MiniEconomy.getInstance();

Setting a balance:

MiniEconomy.getInstance().setBalance(player, balance);

Enjoy!

Source code: https://github.com/SpongyBacon/MiniEconomy

Comments

Add a comment