ScEconomy
ScEconomy
I first created this plugin for my Prison server, to serve as a simple, lightweight economy plugin. Every player owns a certain amount of currency and can make payments between each other. Economy can be configured with /eco. Read below for all features.
"I already have EssentialsEco or iConomy, why should I download this?"
Good question. I created this for the purpose of simplicity, customization, and flexibility. I aim for this to be the easiest-to-use and most customizable economy plugin on Bukkit.
Features
- Simplicity Install the plugin, go edit the configuration options (easy setup), and you're done! The plugin is ready for you to use.
- No Dependencies This plugin runs off of its own API. You'll never have to download another plugin for this plugin to work, and we can promise that as long as we can maintain the plugin!
- Dependable This plugin is constantly monitored and maintained. We are constantly adding new features to it as well, and fixing bugs as soon as we find them. A struggle for server owners is when plugins stop being maintained because the authors lose interest in the game.
- Flexibility Want custom ways to earn money, things to happen when a player earns more money, or just customizing the plugin in general to suit your needs? No problem! This plugin is easily extendable through our developer API (below).
Setup
config.yml:
# The amount of money users start with when they first join the server. Default to 100. starting-balance: 100 # The maximum amount of money users can gain. Defaults to 1 million. maximum-balance: 1000000
messages.yml:
# The message displayed when an error happens during a transaction. transaction-error: '&cError during transaction!'
Commands and Permissions
/sceco - View plugin information. No Permissions
/sceco help - View plugin help. By default, all users have access to this command. You can deny access using -sceco.help
/sceco reload - Reload the plugin's configuration files. sceco.reload
/eco - Help for the command /eco. sceco.manage
/eco take - Take money from a player. sceco.manage
/eco give - Give money to a player. sceco.manage
/eco set - Set a user's balance. sceco.manage
/bal - View your balance. sceco.bal
/bal <Player> - View another player's balance. sceco.bal.others
/pay - Send money to another user. sceco.pay
Upcoming Features
- More options in the messages.yml file.
- Configurable option to use MySQL for player data.
Comment if you have suggestions, and I'll probably add them!
Other Info
This plugin is experimental. We are still constantly working on it and adding new features. Also, if you want to view the source code, visit our GitHub. All the info you need to implement this plugin's features to yours are on the GitHub page.
Comments