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 Apr 24, 2012@Toxic__Waste Yes! There is no official way yet but the PHP script I wrote worked perfectly fine for me. There is another PHP script someone posted 2 comments below yours on this page but the comment formatting might have messed up the spacing a bit for it. Mine is a few more below that. I'll just post the link here again anyway.
I made a little PHP script you can use to convert your iConomy from MySQL into BOSEconomy accounts.txt format here: http://dev.bukkit.org/paste/5146/
@ihasamoose Why would you say no when it is clearly possible? Is there some problem you had which didn't let you do it? BOSEconomy is simply storing it's data into a plain text file. iConomy is often stored in a MySQL database. If there are other problems I'm sure they could be solved somehow or another if you can point them out.
-
View User Profile
-
Send Message
Posted Apr 24, 2012@Toxic__Waste
No.
-
View User Profile
-
Send Message
Posted Apr 24, 2012i use iconomy 6 is there a way to bridge to boss and bring over account totals
-
View User Profile
-
Send Message
Posted Apr 21, 2012Hi i have a problem with bank accounts , i want to connect boseecnomy with Regios plugin - to buy a region , i need to have money in my bank account - ive created bank account , added owner and me as a member , do i have to create a specific account in That bank ? or no
if you can help me please reply Ty
-
View User Profile
-
Send Message
Posted Apr 20, 2012A short PHP script that converts iConomy database into BOSE accounts.txt
<?php
$database = 'iconomy'; $table = 'iconomy'; $mysql = mysql_connect('localhost', 'root', '');
$q = mysql_query('SELECT * FROM iconomy.iconomy'); echo 'newest'; while ($r = mysql_fetch_array($q)) { echo $r['username'].' {'; echo '<br>type player'; echo '<br>money '.$r['balance']; echo '<br>}'; echo '<br>'; } ?>
-
View User Profile
-
Send Message
Posted Apr 20, 2012Is Mysql support coming soon?
-
View User Profile
-
Send Message
Posted Apr 19, 2012@saldarine Hi mate awesome plugin! switch to BOSE from iconomy because we kept losing Iconomy accounts and we havent had a simple problem yet! so a big thank you.
I just had a question about paydays, basically is there anyway to pay people based on the time they've been online? so for example once player A reaches 6 hours played he'll get his money rather than the whole server getting paid every 6 hours? I think this would be a great function.
Ah well, thanks again for your hardwork! :)
-
View User Profile
-
Send Message
Posted Apr 18, 2012@Flenix1
I just happen to be attempting to go from iConomy to BOSEconomy and I created this PHP script and I may as well post it here for people if they want it.
http://dev.bukkit.org/paste/5146/
Though it does seem that BOSEconomy accounts can't have spaces and some plugins used accounts with spaces. I don't think I used those plugins anymore so I just deleted the space account after I converted it. I don't know if maybe BOSEconomy would convert the space to a _ or what. Maybe someone knows?
So far it looks to be working ok to me anyway. Of course, I will take no responsibility for any damages or losses caused, etc.
-
View User Profile
-
Send Message
Posted Apr 18, 2012@Flenix1
BOSEconomy can not be converted to from iConomy or any other economy from my knowledge. I switched to BOSEconomy from iConomy and it was well worth the players money being reset.
-
View User Profile
-
Send Message
Posted Apr 18, 2012Hey, I'm switching to this from iConomy due to that bug where money keeps getting reset. Is there anything I need to know about switching, like many an import feature or something?
-
View User Profile
-
Send Message
Posted Apr 18, 2012thank you for your help, the configuration file:
Accounts
Brackets
settings
-
View User Profile
-
Send Message
Posted Apr 17, 2012Is it possible to have separate accounts per world?
-
View User Profile
-
Send Message
Posted Apr 17, 2012Is the bracket interval in minecraft time or real time? Great plugin, BTW.
-
View User Profile
-
Send Message
Posted Apr 17, 2012@ProBlockS
Okay, im going to put this as nice as I can. Are you crazy? Install winzip for your mac, then extract the jar which is INSIDE the zip file.
@Biohazard347
link me to your configuration file.
@2mac
you must give yourself the permission node. BOSEconomy.admin.* or look on the permission node page and choose what specific ones you want them to have.
@xM0NxST4Rx
Glad to hear it!
-
View User Profile
-
Send Message
Posted Apr 15, 2012i realy want to use this plugin but it dosent give me a jar file it gives a .zip and when u unzip that it gives me 3 files ive tryed everything please cant u just make a download for mac users in a jar file
-
View User Profile
-
Send Message
Posted Apr 15, 2012Hello, I configured the plugin as shown in the video, but the brackets that I create for wages and tax do not work nothing changes.
Sorry for my English, I am French
-
View User Profile
-
Send Message
Posted Apr 14, 2012Any and all versions I've downloaded do not have all the commands shown in your video tutorials. Are these exclusive to your server or has something gone wrong? I can edit brackets, etc. manually via txt files, but cannot do so as easily as shown in the video tutorials.
-
View User Profile
-
Send Message
Posted Apr 14, 2012@saldarine
Ohh! I see now! once you are offline you don't continue to get payed intll you get back on! I remembered that it didn't do that on the older versions? alright, either way it seems to work. Thanks for the help!
-
View User Profile
-
Send Message
Posted Apr 14, 2012@xM0NxST4Rx
You do know you have online mode set to true? This means they only get paid for the time they are on the server. This is why your values are not the exact price you want.
-
View User Profile
-
Send Message
Posted Apr 13, 2012@saldarine
I put all the text files on pastebin http:pastebin.com/4s8kYVw7