BOSEconomy
This plugin is no longer supported.
I have not updated this plugin in over a year, I barely even play Minecraft anymore, I've gotten a full-time job, and nobody else on the team is interested in developing it either. It's time to put it to rest. With the release of name changing in Minecraft 1.8, this plugin is no longer functional. Please do not use it anymore. The code is mediocre at best, and was written by a college student with no real-world programming experience. You really shouldn't want the source code. If somebody comes up with a script to convert BOSEconomy files to work with a different economy plugin, let me know via PM and I can include it on this page.
Thanks for the support I got while it lasted, and sorry for going silent and letting everyone down.
- Secant
![]()
BOSEconomy is a simple, lightweight economy plugin. Every player owns an amount of currency and can make simple payments between one another. Read below to see all of the available features.
BOSEconomy stands for "Brotherhood of Slaughter Economy". The plugin was originally designed for our community's Minecraft server.
Features:
- Simplicity: install and go setup. Place the plugin in your folder and modify the files.
- Flexibility: Robust system able to accommodate the simplest of economy setups or the most complex economic setups to date.
- Reliability: Works with almost every Bukkit update without any need to update our plugin. ( no long waits for plugin fixes upon new Bukkit release )
- Standard: One of the leading Economy plugins. Backed by plugin API's such as Vault and Register. This means any plugin that uses vault or register as its backbone will make our plugin work with it without any need to change either persons code.
- Scalability: Control the functions of your econ based off of the size of your server base. With in game commands to modify almost every aspect of the plugin there is nothing you cant control.
- Ingenuity: Procedures put in place that provide the server owner with the "Sky is the limit" mindset. With options and controls to almost every aspect of the plugin there are hundreds of ways to make an econ system.
- Dependable: This plugin is constantly monitored and maintained. One of the most annoying factors to server owners is when a plugin loses support because of the owners disinterest in Minecraft. That will not occur with this as my communities server is very popular and proves to be a cornerstone for our gaming needs.
SETUP GUIDE:
Click here to read the full setup guide. ( Simple Users )
Click here to view a setup guide with videos. ( Advanced Users )
COMMANDS:
Commands
PERMISSION NODES:
Permission Nodes
EXTERNAL DOWNLOADS:
BOSEconomy Video Guides Package
BOSEconomy Votifier Listener
PLUGIN API HELP:
Plugin API Information
SUPPORTED PLUGINS:
List of supported plugins
FOLLOW US ON TWITTER:
Riuthamus Twitter Page
DONATE AND HELP US KEEP THIS ALIVE:
Donate to BHSlaughter.com
CHECK OUT OUR SERVER::
da.mc.bhslaughter.com
ICONOMY CONVERSION TOOL::
It may or may not work
if that does not work you can try this converter to for the mid files
-
View User Profile
-
Send Message
Posted May 7, 2012There is a wierd bug. You only get added to default (or any group for that matter) if your account is new. If you use an old accounts.txt with a new brackets (no names), then you don't get paid.
-
View User Profile
-
Send Message
Posted May 7, 2012Still waiting for SQL Support :)
-
View User Profile
-
Send Message
Posted May 6, 2012@Ecstasy69
To give you and your friends money, have the right permission node or use the console and type /econ add <player> <amount>
-
View User Profile
-
Send Message
Posted May 6, 2012I'd like to link my shops to either an account or my personal coins, is that possible and if so how do i set that up? This plugin is used with HyperConomy.
-
View User Profile
-
Send Message
Posted May 6, 2012How do i give me & my friends Money? When i try to pay them it says i don't have enough money to pay them? Please reply its imporant!
-
View User Profile
-
Send Message
Posted May 6, 2012Is there a way to change the command /econ to /money ?
-
View User Profile
-
Send Message
Posted May 5, 2012I have a few thousand players that play on my server. Would this plugin cause more lag than iConomy? I want to switch, but I don't want to find out later that the plugin lags just because the files are so big.
To put it into perspective: I use factions, it takes factions 5 minutes to load the info into the memory on start up.
-
View User Profile
-
Send Message
Posted May 5, 2012Thanks for a great plugin!
-
View User Profile
-
Send Message
Posted May 5, 2012I don't suppose you guys ever read tickets, so I'll put my request in a comment. I think a command alias for /econ is in order. That way, I don't have to explain to all my users that it's /econ and not /money, because just about every other economy mod uses that, and BOSEconomy is just recently becoming popular to the masses. I've been using BOS since I first wanted economy on my server (since beta 1.8.1), but I get sick of having to explain it. Thanks.
-
View User Profile
-
Send Message
Posted Apr 29, 2012@08havoc
Yep, most of them are self explanatory but I guess i can define them up a bit.
-
View User Profile
-
Send Message
Posted Apr 29, 2012@saldarine @Secant
How can I change the amount rewarded to people by voting?? Do I have to change the class or something?
Thank you so much.
EDIT:
Nevermind, I found how. I decompiled the class and notice that it havent saved the default value in the .ini file. It created it but didnt wrote anything in it. I wrote the property and its working fine.
Thanks for BOSEconomy and the listener, Ralms
-
View User Profile
-
Send Message
Posted Apr 29, 2012@saldarine
Any plans to add 'details' to the permission node documentation? Like what exactaly is the wallet permission is that just for use of /econ?
-
View User Profile
-
Send Message
Posted Apr 26, 2012@Sacredox
Thanks dude! You rock! :D
-
View User Profile
-
Send Message
Posted Apr 26, 2012@Sacredox
I seem to have been on my old account though but its still me.
-
View User Profile
-
Send Message
Posted Apr 26, 2012@badda2k
I updated my script a bit to work for MiniDB as well.
http://dev.bukkit.org/paste/5209/
-
View User Profile
-
Send Message
Posted Apr 25, 2012I'm using .mini for iConomy. Can someone make a script for that? :3
-
View User Profile
-
Send Message
Posted Apr 25, 2012@saldarine
You can use and modify that code however you like. =) http://dev.bukkit.org/paste/5146/
I don't know if everyone has PHP so maybe it would be possible to convert it into a Bukkit plugin or as part of this plugin somehow but I don't really know how just yet. I only just started messing with plugins myself but I don't know if it would be such a hard thing to do. However if they get their iConomy MySQL database backed up and download that maybe they could use WampServer from http://www.wampserver.com/en/ or something like that to do the conversion.
The only problem I had is when some plugins had created accounts with spaces in them. I didn't test for a solution to this since I no longer used those plugins. I think maybe Dynamic Economy was one plugin which had created their account with a space in it. I'm not sure what account it would create with BOSEconomy or if it would have a problem or what. Also there was some other account that had a space and I don't know where it came from exactly.
Also, I used CommandHelper to alias the /money to /econ and nobody even noticed. I added this into the CommandHelper/config.txt but probably could do it on one line, I just had problems and didn't feel like messing with it:
There are probably other plugins to do this too or maybe you could use the functions built into Bukkit even, I am not sure.
I had some problem with bPermissions but when I switched to PermissionsEx everything worked perfect.
And that's pretty much everything I know about that so hopefully it helps people out. =)
Edit: I should mention it was iConomy 6, since I have never used iConomy 5 I have no idea if their databases are the same or not.
-
View User Profile
-
Send Message
Posted Apr 25, 2012@Fyggh
All times are related to real time, and the interval is based off of what you set in the settings.txt file
@Flenix1
Biggest thing is, we dont suck! :P Just kidding... as of right now there is no import feature since we use a flatfile setup instead of an SQL system. Rivx has created one that you can see, and if he is okay I will make it our primary source of conversion. Otherwise, anything you want to know just ask.
-
View User Profile
-
Send Message
Posted Apr 25, 2012@cnaude
This was asked some time ago, and while I understand the feature, the complexity seemed uneeded. I could revisit this if we found enough support for it from the playerbase.
-
View User Profile
-
Send Message
Posted Apr 25, 2012@mlister1987
I am deploying so I have seriously not kept up with this. I am sorry i am looking to get this fixed now. There is a setting called online mode, set it to true, they will only get paid for the time that they have been online.
@rajinhear
I have created this plugin already and have it ready for testing. I could do a release to you guys if you wanted to do the bulk testing for us... i do not have time now as I am deploying in less than 1 week.
@Croppiatus
This is not a problem with us, this is a problem with the regions plugin. They are not interfacing the banks properly. If they are using vault then it is an issue with vault.
@Toxic__Waste
Simple answer, no. There are some people who are skilled with php that are making converters but I do not have an official one yet since I have not made one. If ryvix would like to make one I can add him as a supporter of this plugin but that would be 100% up to him.