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 Aug 7, 2013@Noobsbeard
if youre using essentials u can convert fe's accounts to essentias eco until fe is updated/fixed
thats how we temporarily solved it :)
-
View User Profile
-
Send Message
Posted Aug 7, 2013-
View User Profile
-
Send Message
Posted Aug 4, 2013doesnt work with chestshop on 1.6.2-R0.1
17:08:19 CONSOLE: java.lang.AbstractMethodError: org.melonbrew.fe.Economy_Fe.getBalance(Ljava/lang/String;Ljava/lang/String;)D
17:08:19 CONSOLE: [SEVERE] Could not pass event CurrencyCheckEvent to ChestShop v3.5
17:08:19 CONSOLE: java.lang.AbstractMethodError: org.melonbrew.fe.Economy_Fe.has(Ljava/lang/String;Ljava/lang/String;D)Z
-
View User Profile
-
Send Message
Posted Aug 2, 2013@yellolegalpad
Demands like that should be met with 1. more thoughtfulness 2. donations 3. he doesnt serve you. Youre on his time.
Show some respect, man. For heavens sake...
-
View User Profile
-
Send Message
Posted Aug 2, 2013Sooo....is this not going to be supported anymore? I need some resolutions quick. Not gonna lose my players over it.
-
View User Profile
-
Send Message
Posted Jul 30, 2013Please add lang file!
-
View User Profile
-
Send Message
Posted Jul 30, 2013Great plugin, please continue to update it thanks!
-
View User Profile
-
Send Message
Posted Jul 30, 2013great plugin, please add case-sensitivity for mysql. Its a huge security breach for servers running the offline mode. thx
-
View User Profile
-
Send Message
Posted Jul 28, 2013Seems we have been getting hit with account resets lately (running Fe on 3 servers with same db - should be zero problems)...
We found this: https://github.com/niccholaspage/Fe/blob/master/src/org/melonbrew/fe/database/databases/SQLDB.java#L168 I read it as "get exception during load -> return -1 -> reset account to default". A simple exception resets the account balance? doh!
Would you please have a look? I'm up to around a dozen players getting completely reset to default balance. No need to say more than it is an uproar and a headache, since there is no transaction logging :(.
There is no other particular message identified in the server log either...
EDIT: found a few instances of this:
(I'll make a ticket too)
-
View User Profile
-
Send Message
Posted Jul 12, 2013Great plugin, please continue to update it thanks!
-
View User Profile
-
Send Message
Posted Jul 12, 2013I hope this plugin hasn't died, It was the best one I can find.
-
View User Profile
-
Send Message
Posted Jul 12, 2013Update to 1.6.2 ¿¿¿
-
View User Profile
-
Send Message
Posted Jul 7, 2013@melonking, would you be ever so kind and fix those images? :)
-
View User Profile
-
Send Message
Posted Jun 30, 2013If anyone else has the same issue as me, just run the following two commands when connected to MySQL:
CREATE TABLE iconomy LIKE iConomy; INSERT INTO iconomy SELECT * FROM iConomy; DROP TABLE fe_accounts;
This will delete all accounts under Fe, just a warning.
-
View User Profile
-
Send Message
Posted Jun 29, 2013Trying to convert iConomy > Fe:
2013-06-29 06:54:39 [WARNING] [Fe] Fe[MySQL] Error in SQL query: Table 'tekkify.iconomy' doesn't exist
The table is called iConomy, with a capital C, how can I convert?
-
View User Profile
-
Send Message
Posted Jun 27, 2013@TheLecturer
last time i get this error was when i put citizens on my server. (with no configuration) But i can be also a general error...
-
View User Profile
-
Send Message
Posted Jun 27, 2013Note to self, Fix those images ^
-
View User Profile
-
Send Message
Posted Jun 22, 2013Getting the following issue. Sorry for not using your ticketing system, don't have a github login but have one here already.
2013-06-22 09:01:57 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R1.0-1-gf46bd58-b2789jnks (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT)
2013-06-22 09:02:12 [SEVERE] [Fatal Error] :1:55: White spaces are required between publicId and systemId.
I systematically removed my plugins one-by-one to find which one was causing this error, it was Fe. All economy functions still seem to operating as expected, just getting this error message in the log on every server startup.
Thanks.
-
View User Profile
-
Send Message
Posted Jun 12, 2013Could you add a feature for Spoutcraft (@http://spout.org) that displays the users' current balance in maybe the top-left corner of the screen?
-
View User Profile
-
Send Message
Posted Jun 6, 2013@javieraizpuru
use the command /fe convert fe flatfile. fe has to be configured for MySQL when you convert it to flatfile.