Fe - Economy

Fe is a simple, lightweight economy plugin that supports Flatfile, MySQL and Mongo and works with Vault.
Installation | Commands | Permissions | FAQ | Build System | Source Code
Features
Rock Solid, Fe wont let you down.
Drag 'n' Drop Install, Fe just works, no need to worry about config or permissions.
SQLite & MySQL, whether your server has 10 or 10,000 players, Fe can handle it.
Vault Support, Fe works with almost every plugin.
Future Changelog
Checked items are finished. The latest development build will always have these features implemented.
- 0.8:
- Support for UUIDs
- Account caching to get rid of the huge amounts of database queries
- Remove conversion since Vault can handle this with its own command
- Fix for players' balances getting deleted
- Support for UUIDs




-
View User Profile
-
Send Message
Posted Jan 11, 2013@lolitsthad
Can you please upload your iConomy database and give it to me? I'll see what the issue is.
-
View User Profile
-
Send Message
Posted Jan 10, 2013When trying to convert iconomy flatfile to Fe flatfile, it just says "Conversion failed." There are no errors in the logs so I don't know why.
-
View User Profile
-
Send Message
Posted Jan 8, 2013@Tombikos
I think I'll be able to fix this bug in a development build soon.
Your translation wasn't complete - It was made for 0.4. If you go to the translation page you can find the newest version's translations (0.5.1) and write one for it.
-
View User Profile
-
Send Message
Posted Jan 8, 2013Hi, i've got an error w/ Fe and Chestshop. Can you look at it? http://paste.ee/p/vKreB
Also, i 've sent you my translation to Czech. Are you willing to add it? Also, i did all of the instruction (i have renamed it to phrases.yml and put to /fe/) but it's still in english :/.
-
View User Profile
-
Send Message
Posted Jan 2, 2013@Bobbosells32
http://dev.bukkit.org/server-mods/fe-economy/pages/conversion/
-
View User Profile
-
Send Message
Posted Jan 1, 2013So.... how do I convert my BOSEconomy money to here?
-
View User Profile
-
Send Message
Posted Jan 1, 2013Hi, i've translated most used phrases of Fe to my language - Czech. You can put them to your Translation page if you want to ;).
-
View User Profile
-
Send Message
Posted Jan 1, 2013@Odiumxxx
Fe does not do this anymore. The source code you linked to is an old version of SQLDB.java. This is the newest one:
https://github.com/niccholaspage/Fe/blob/master/src/org/melonbrew/fe/database/databases/SQLDB.java
-
View User Profile
-
Send Message
Posted Jan 1, 2013@niccholaspage
The crash is as a result of a file descriptor link caused by FeEconomy's database access.
My best guess is that it may have to do with the fact that Fe Economy repeatedly and needlessly opens new connections without properly closing them, as opposed to using the connection which has already been opened?
-
View User Profile
-
Send Message
Posted Dec 31, 2012@matis95
Can you please test the latest development build? It may have fixed the bug since I'm formatting money differently now.
-
View User Profile
-
Send Message
Posted Dec 31, 2012I've added in minor currency into the latest development build. If you would like to test it out, click the latest dev button at the top of the page, or click here:
http://s2.meloncraft.com:8080/job/Fe/lastSuccessfulBuild/artifact/Fe.jar
The development build also includes better formatting for currency in general. An example:
Before:
0.5 Fe
Now:
0.50 Fe
-
View User Profile
-
Send Message
Posted Dec 31, 2012@Odiumxxx
I haven't found anything yet. I'm trying to look for places I should close connections but it seems like everything is fine, I have no idea why it's crashing.
@matis95
Thanks for the testing! Do you have another language set on this machine or is it just English? I'm pretty sure it's a locale problem.
@TnTBass
Your welcome! Thanks for using the plugin.
-
View User Profile
-
Send Message
Posted Dec 31, 2012Thanks for Fe-Economy.
BlackDamp tested and approved. ;)
-
View User Profile
-
Send Message
Posted Dec 31, 2012@niccholaspage
I test Fe 0.5.1, Fe 0.4 and Fe 0.3.1 on Bukkit 1.4.6-R0.1 and 1.4.6-R0.3 on Debian 6 and Widnows 7 and the problem still occurs.
server.log (windows 7):
Logs from my server (from putty)
-
View User Profile
-
Send Message
Posted Dec 30, 2012Any luck with fixing the SQLite implimentation?
Server crashing every 6-12 hours is getting incredibly tiresome. :(
-
View User Profile
-
Send Message
Posted Dec 29, 2012@niccholaspage
Fair enough, just noticed it the once and thought it might be related. Never mind then.
I don't have the nbsp error myself, oddly. Perhaps it's some environment variable, language settings outside Java.
-
View User Profile
-
Send Message
Posted Dec 29, 2012@ItsTrigger
The decimal format that you saw me using is what I use to round to the hundredths. Everywhere else I use the other decimal format like other economy plugins do.
-
View User Profile
-
Send Message
Posted Dec 29, 2012@niccholaspage
Could this be how you're handling...
...in API.java ? (And possibly elsewhere, that's just the first place I found use of DecimalFormat)
I've seen others use
for longer numbers
-
View User Profile
-
Send Message
Posted Dec 28, 2012@matis95
@kangy7
I would like to fix this problem but I cannot reproduce it. Can one of you try it out in an older version and see if still occurs?
-
View User Profile
-
Send Message
Posted Dec 28, 2012Hello. I need to know how can fix non-breaking space in thousands gap. TIA